Package org.apache.openejb.jee.oejb2
Class PersistenceUnitRefType
- java.lang.Object
-
- org.apache.openejb.jee.oejb2.AbstractNamingEntryType
-
- org.apache.openejb.jee.oejb2.PersistenceUnitRefType
-
public class PersistenceUnitRefType extends AbstractNamingEntryType
-
-
Field Summary
Fields Modifier and Type Field Description protected PatternTypepatternprotected StringpersistenceUnitNameprotected StringpersistenceUnitRefName
-
Constructor Summary
Constructors Constructor Description PersistenceUnitRefType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PatternTypegetPattern()Gets the value of the pattern property.StringgetPersistenceUnitName()Gets the value of the persistenceUnitName property.StringgetPersistenceUnitRefName()Gets the value of the entityManagerFactoryRefName property.voidsetPattern(PatternType value)Sets the value of the pattern property.voidsetPersistenceUnitName(String value)Sets the value of the persistenceUnitName property.voidsetPersistenceUnitRefName(String value)Sets the value of the entityManagerFactoryRefName property.
-
-
-
Field Detail
-
persistenceUnitRefName
protected String persistenceUnitRefName
-
persistenceUnitName
protected String persistenceUnitName
-
pattern
protected PatternType pattern
-
-
Method Detail
-
getPersistenceUnitRefName
public String getPersistenceUnitRefName()
Gets the value of the entityManagerFactoryRefName property.- Returns:
- possible object is
String
-
setPersistenceUnitRefName
public void setPersistenceUnitRefName(String value)
Sets the value of the entityManagerFactoryRefName property.- Parameters:
value- allowed object isString
-
getPersistenceUnitName
public String getPersistenceUnitName()
Gets the value of the persistenceUnitName property.- Returns:
- possible object is
String
-
setPersistenceUnitName
public void setPersistenceUnitName(String value)
Sets the value of the persistenceUnitName property.- Parameters:
value- allowed object isString
-
getPattern
public PatternType getPattern()
Gets the value of the pattern property.- Returns:
- possible object is
PatternType
-
setPattern
public void setPattern(PatternType value)
Sets the value of the pattern property.- Parameters:
value- allowed object isPatternType
-
-