public class PersistenceUnitRefType extends AbstractNamingEntryType
| Modifier and Type | Field and Description |
|---|---|
protected PatternType |
pattern |
protected String |
persistenceUnitName |
protected String |
persistenceUnitRefName |
| Constructor and Description |
|---|
PersistenceUnitRefType() |
| Modifier and Type | Method and Description |
|---|---|
PatternType |
getPattern()
Gets the value of the pattern property.
|
String |
getPersistenceUnitName()
Gets the value of the persistenceUnitName property.
|
String |
getPersistenceUnitRefName()
Gets the value of the entityManagerFactoryRefName property.
|
void |
setPattern(PatternType value)
Sets the value of the pattern property.
|
void |
setPersistenceUnitName(String value)
Sets the value of the persistenceUnitName property.
|
void |
setPersistenceUnitRefName(String value)
Sets the value of the entityManagerFactoryRefName property.
|
protected String persistenceUnitRefName
protected String persistenceUnitName
protected PatternType pattern
public String getPersistenceUnitRefName()
Stringpublic void setPersistenceUnitRefName(String value)
value - allowed object is
Stringpublic String getPersistenceUnitName()
Stringpublic void setPersistenceUnitName(String value)
value - allowed object is
Stringpublic PatternType getPattern()
PatternTypepublic void setPattern(PatternType value)
value - allowed object is
PatternTypeCopyright © 1999–2017 The Apache Software Foundation. All rights reserved.