public class PersistenceUnitRefType extends AbstractNamingEntryType
Modifier and Type | Field and Description |
---|---|
protected PatternType |
pattern |
protected java.lang.String |
persistenceUnitName |
protected java.lang.String |
persistenceUnitRefName |
Constructor and Description |
---|
PersistenceUnitRefType() |
Modifier and Type | Method and Description |
---|---|
PatternType |
getPattern()
Gets the value of the pattern property.
|
java.lang.String |
getPersistenceUnitName()
Gets the value of the persistenceUnitName property.
|
java.lang.String |
getPersistenceUnitRefName()
Gets the value of the entityManagerFactoryRefName property.
|
void |
setPattern(PatternType value)
Sets the value of the pattern property.
|
void |
setPersistenceUnitName(java.lang.String value)
Sets the value of the persistenceUnitName property.
|
void |
setPersistenceUnitRefName(java.lang.String value)
Sets the value of the entityManagerFactoryRefName property.
|
protected java.lang.String persistenceUnitRefName
protected java.lang.String persistenceUnitName
protected PatternType pattern
public java.lang.String getPersistenceUnitRefName()
String
public void setPersistenceUnitRefName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getPersistenceUnitName()
String
public void setPersistenceUnitName(java.lang.String value)
value
- allowed object is
String
public PatternType getPattern()
PatternType
public void setPattern(PatternType value)
value
- allowed object is
PatternType