java.lang.Objectorg.apache.geronimo.jee.naming.AbstractNamingEntry
org.apache.geronimo.jee.naming.PersistenceContextRef
All Implemented Interfaces:
Serializable
Java class for persistence-context-refType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="persistence-context-refType">
<complexContent>
<extension base="{http://geronimo.apache.org/xml/ns/naming-1.2}abstract-naming-entryType">
<sequence>
<element name="persistence-context-ref-name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<choice>
<element name="persistence-unit-name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="pattern" type="{http://geronimo.apache.org/xml/ns/naming-1.2}patternType"/>
</choice>
<element name="persistence-context-type" type="{http://geronimo.apache.org/xml/ns/naming-1.2}persistence-context-typeType" minOccurs="0"/>
<element name="property" type="{http://geronimo.apache.org/xml/ns/naming-1.2}propertyType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
$ - Rev: 642503 $ $Date: 2008-03-29 12:35:01 +0800 (Sat, 29 Mar 2008) $| Field Summary | ||
|---|---|---|
| protected String | persistenceContextRefName | |
| protected String | persistenceUnitName | |
| protected Pattern | pattern | |
| protected PersistenceContextType | persistenceContextType | |
| protected List<Property> | property | |
| Method from org.apache.geronimo.jee.naming.PersistenceContextRef Summary: |
|---|
| getPattern, getPersistenceContextRefName, getPersistenceContextType, getPersistenceUnitName, getProperty, setPattern, setPersistenceContextRefName, setPersistenceContextType, setPersistenceUnitName |
| Methods from java.lang.Object: |
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from org.apache.geronimo.jee.naming.PersistenceContextRef Detail: |
|---|
|
|
|
|
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a For example, to add a new item, do as follows: getProperty().add(newItem); Objects of the following type(s) are allowed in the list Property |
|
|
|
|