public interface PersistenceContextRefType
The following features are supported:
Webapp30Package.getPersistenceContextRefType()| Modifier and Type | Method and Description |
|---|---|
|
getDescription()
Returns the value of the 'Description' containment reference list.
|
java.lang.String |
getId()
Returns the value of the 'Id' attribute.
|
|
getInjectionTarget()
Returns the value of the 'Injection Target' containment reference list.
|
XsdStringType |
getMappedName()
Returns the value of the 'Mapped Name' containment reference.
|
JndiNameType |
getPersistenceContextRefName()
Returns the value of the 'Persistence Context Ref Name' containment reference.
|
PersistenceContextTypeType |
getPersistenceContextType()
Returns the value of the 'Persistence Context Type' containment reference.
|
|
getPersistenceProperty()
Returns the value of the 'Persistence Property' containment reference list.
|
String |
getPersistenceUnitName()
Returns the value of the 'Persistence Unit Name' containment reference.
|
void |
setId(java.lang.String value)
Sets the value of the '
Id' attribute. |
void |
setMappedName(XsdStringType value)
Sets the value of the '
Mapped Name' containment reference. |
void |
setPersistenceContextRefName(JndiNameType value)
Sets the value of the '
Persistence Context Ref Name' containment reference. |
void |
setPersistenceContextType(PersistenceContextTypeType value)
Sets the value of the '
Persistence Context Type' containment reference. |
void |
setPersistenceUnitName(String value)
Sets the value of the '
Persistence Unit Name' containment reference. |
getDescription()
DescriptionType.
If the meaning of the 'Description' containment reference list isn't clear, there really should be more of a description here...
Webapp30Package.getPersistenceContextRefType_Description()JndiNameType getPersistenceContextRefName()
setPersistenceContextRefName(JndiNameType),
Webapp30Package.getPersistenceContextRefType_PersistenceContextRefName()void setPersistenceContextRefName(JndiNameType value)
Persistence Context Ref Name' containment reference.
value - the new value of the 'Persistence Context Ref Name' containment reference.getPersistenceContextRefName()String getPersistenceUnitName()
setPersistenceUnitName(org.eclipse.modisco.jee.webapp.webapp30.String),
Webapp30Package.getPersistenceContextRefType_PersistenceUnitName()void setPersistenceUnitName(String value)
Persistence Unit Name' containment reference.
value - the new value of the 'Persistence Unit Name' containment reference.getPersistenceUnitName()PersistenceContextTypeType getPersistenceContextType()
If the meaning of the 'Persistence Context Type' containment reference isn't clear, there really should be more of a description here...
setPersistenceContextType(PersistenceContextTypeType),
Webapp30Package.getPersistenceContextRefType_PersistenceContextType()void setPersistenceContextType(PersistenceContextTypeType value)
Persistence Context Type' containment reference.
value - the new value of the 'Persistence Context Type' containment reference.getPersistenceContextType()getPersistenceProperty()
PropertyType.
Used to specify properties for the container or persistence
provider. Vendor-specific properties may be included in
the set of properties. Properties that are not recognized
by a vendor must be ignored. Entries that make use of the
namespace javax.persistence and its subnamespaces must not
be used for vendor-specific properties. The namespace
javax.persistence is reserved for use by the specification.
Webapp30Package.getPersistenceContextRefType_PersistenceProperty()XsdStringType getMappedName()
setMappedName(XsdStringType),
Webapp30Package.getPersistenceContextRefType_MappedName()void setMappedName(XsdStringType value)
Mapped Name' containment reference.
value - the new value of the 'Mapped Name' containment reference.getMappedName()getInjectionTarget()
InjectionTargetType.
If the meaning of the 'Injection Target' containment reference list isn't clear, there really should be more of a description here...
Webapp30Package.getPersistenceContextRefType_InjectionTarget()java.lang.String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String),
Webapp30Package.getPersistenceContextRefType_Id()