|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PersistenceUnitMetadata
Metadata that applies to the persistence unit and not just to the mapping file in which it is contained. If the xml-mapping-metadata-complete element is specified then the complete set of mapping metadata for the persistence unit is contained in the XML mapping files for the persistence unit.
Java class for persistence-unit-metadata complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="persistence-unit-metadata">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="xml-mapping-metadata-complete" type="{http://java.sun.com/xml/ns/persistence/orm}emptyType" minOccurs="0"/>
<element name="persistence-unit-defaults" type="{http://java.sun.com/xml/ns/persistence/orm}persistence-unit-defaults" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Method Summary | |
|---|---|
PersistenceUnitDefaults |
getPersistenceUnitDefaults()
Gets the value of the persistenceUnitDefaults property. |
EmptyType |
getXmlMappingMetadataComplete()
Gets the value of the xmlMappingMetadataComplete property. |
void |
setPersistenceUnitDefaults(PersistenceUnitDefaults value)
Sets the value of the persistenceUnitDefaults property. |
void |
setXmlMappingMetadataComplete(EmptyType value)
Sets the value of the xmlMappingMetadataComplete property. |
| Method Detail |
|---|
EmptyType getXmlMappingMetadataComplete()
EmptyTypevoid setXmlMappingMetadataComplete(EmptyType value)
value - allowed object is
EmptyTypePersistenceUnitDefaults getPersistenceUnitDefaults()
PersistenceUnitDefaultsvoid setPersistenceUnitDefaults(PersistenceUnitDefaults value)
value - allowed object is
PersistenceUnitDefaults
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||