Module org.eclipse.persistence.jpa
Class XMLPersistenceUnitMetadata
java.lang.Object
org.eclipse.persistence.internal.jpa.metadata.ORMetadata
org.eclipse.persistence.internal.jpa.metadata.xml.XMLPersistenceUnitMetadata
INTERNAL:
Object to hold onto the XML persistence unit metadata.
- Since:
- EclipseLink 1.0
-
Field Summary
Fields inherited from class org.eclipse.persistence.internal.jpa.metadata.ORMetadata
m_project
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
INTERNAL: If equals returns false, call getConflict() for a finer grain reason why.boolean
INTERNAL: Used for OX mapping.INTERNAL:INTERNAL:INTERNAL: Used for OX mapping.INTERNAL: Used for OX mapping.INTERNAL:INTERNAL: Used for OX mapping.int
hashCode()
void
initXMLObject
(MetadataAccessibleObject accessibleObject, XMLEntityMappings entityMappings) INTERNAL:boolean
INTERNAL:boolean
INTERNAL: Used for OX mapping.void
merge
(ORMetadata metadata) INTERNAL:void
setExcludeDefaultMappings
(Boolean excludeDefaultMappings) INTERNAL: Used for OX mapping.void
setPersistenceUnitDefaults
(XMLPersistenceUnitDefaults persistenceUnitDefaults) INTERNAL: Used for OX mapping.void
setXMLMappingMetadataComplete
(Boolean xmlMappingMetadataComplete) INTERNAL: Used for OX mapping.Methods inherited from class org.eclipse.persistence.internal.jpa.metadata.ORMetadata
getAccessibleObject, getAccessibleObjectName, getAnnotation, getBoxedType, getDatabaseTypeEnum, getEntityMappings, getFullyQualifiedClassName, getIdentifier, getJavaClass, getJavaClassName, getLoader, getLocation, getLogger, getMetadataClass, getMetadataClass, getMetadataClass, getMetadataFactory, getName, getPrimitiveClassForName, getProject, getText, getXMLElement, hasIdentifier, hasText, initXMLClassName, initXMLObject, initXMLObjects, initXMLTextObject, loadedFromAnnotation, loadedFromEclipseLinkXML, loadedFromXML, mergeORObjectLists, mergeORObjects, mergeSimpleObjects, reloadEntity, reloadMappedSuperclass, setAccessibleObject, setEntityMappings, setFieldName, setFieldName, setProject, shouldOverride, valuesMatch, valuesMatch
-
Constructor Details
-
XMLPersistenceUnitMetadata
public XMLPersistenceUnitMetadata()INTERNAL:
-
-
Method Details
-
equals
INTERNAL: If equals returns false, call getConflict() for a finer grain reason why.- Specified by:
equals
in classORMetadata
-
hashCode
public int hashCode() -
excludeDefaultMappings
public boolean excludeDefaultMappings()INTERNAL: Used for OX mapping. -
getCatalog
INTERNAL: -
getDefaultListeners
INTERNAL: -
getExcludeDefaultMappings
INTERNAL: Used for OX mapping. -
getPersistenceUnitDefaults
INTERNAL: Used for OX mapping. -
getSchema
INTERNAL: -
getXMLMappingMetadataComplete
INTERNAL: Used for OX mapping. -
isDelimitedIdentifiers
public boolean isDelimitedIdentifiers()INTERNAL: -
isXMLMappingMetadataComplete
public boolean isXMLMappingMetadataComplete()INTERNAL: Used for OX mapping. -
merge
INTERNAL:- Overrides:
merge
in classORMetadata
-
initXMLObject
public void initXMLObject(MetadataAccessibleObject accessibleObject, XMLEntityMappings entityMappings) INTERNAL:- Overrides:
initXMLObject
in classORMetadata
-
setExcludeDefaultMappings
INTERNAL: Used for OX mapping. -
setPersistenceUnitDefaults
INTERNAL: Used for OX mapping. -
setXMLMappingMetadataComplete
INTERNAL: Used for OX mapping.
-