Uses of Class
org.eclipse.persistence.internal.jpa.metadata.xml.XMLPersistenceUnitMetadata
-
Packages that use XMLPersistenceUnitMetadata Package Description org.eclipse.persistence.internal.jpa.metadata org.eclipse.persistence.internal.jpa.metadata.xml -
-
Uses of XMLPersistenceUnitMetadata in org.eclipse.persistence.internal.jpa.metadata
Methods in org.eclipse.persistence.internal.jpa.metadata that return XMLPersistenceUnitMetadata Modifier and Type Method Description XMLPersistenceUnitMetadataMetadataProject. getPersistenceUnitMetadata()INTERNAL:Methods in org.eclipse.persistence.internal.jpa.metadata with parameters of type XMLPersistenceUnitMetadata Modifier and Type Method Description voidMetadataProject. setPersistenceUnitMetadata(XMLPersistenceUnitMetadata persistenceUnitMetadata)INTERNAL: -
Uses of XMLPersistenceUnitMetadata in org.eclipse.persistence.internal.jpa.metadata.xml
Methods in org.eclipse.persistence.internal.jpa.metadata.xml that return XMLPersistenceUnitMetadata Modifier and Type Method Description XMLPersistenceUnitMetadataXMLEntityMappings. getPersistenceUnitMetadata()INTERNAL: Used for OX mapping.Methods in org.eclipse.persistence.internal.jpa.metadata.xml with parameters of type XMLPersistenceUnitMetadata Modifier and Type Method Description voidXMLEntityMappings. setPersistenceUnitMetadata(XMLPersistenceUnitMetadata persistenceUnitMetadata)INTERNAL: Used for OX mapping.
-