| |
|
| java.lang.Object org.ow2.easybeans.deployment.annotations.impl.JavaxPersistenceUnit
JavaxPersistenceUnit | public class JavaxPersistenceUnit implements IJavaxPersistenceUnit(Code) | | This class allow to set informations on javax.persistence.PersistenceUnit
annotation.
author: Florent Benoit |
JavaxPersistenceUnit | public JavaxPersistenceUnit()(Code) | | Build new object with default values.
|
getName | public String getName()(Code) | | the unit name used by this persistence context. |
getUnitName | public String getUnitName()(Code) | | the unit name used by this persistence context. |
setName | public void setName(String name)(Code) | | sets the name of this persistence context.
Parameters: name - the name of the persistence context |
setUnitName | public void setUnitName(String unitName)(Code) | | sets the unit name of this persistence context.
Parameters: unitName - the name of the persistence unit |
|
|
|