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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanINTERNAL: If equals returns false, call getConflict() for a finer grain reason why.booleanINTERNAL: Used for OX mapping.INTERNAL:INTERNAL:INTERNAL: Used for OX mapping.INTERNAL: Used for OX mapping.INTERNAL:INTERNAL: Used for OX mapping.inthashCode()voidinitXMLObject(MetadataAccessibleObject accessibleObject, XMLEntityMappings entityMappings) INTERNAL:booleanINTERNAL:booleanINTERNAL: Used for OX mapping.voidmerge(ORMetadata metadata) INTERNAL:voidsetExcludeDefaultMappings(Boolean excludeDefaultMappings) INTERNAL: Used for OX mapping.voidsetPersistenceUnitDefaults(XMLPersistenceUnitDefaults persistenceUnitDefaults) INTERNAL: Used for OX mapping.voidsetXMLMappingMetadataComplete(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:
equalsin 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:
mergein classORMetadata
-
initXMLObject
public void initXMLObject(MetadataAccessibleObject accessibleObject, XMLEntityMappings entityMappings) INTERNAL:- Overrides:
initXMLObjectin classORMetadata
-
setExcludeDefaultMappings
INTERNAL: Used for OX mapping. -
setPersistenceUnitDefaults
INTERNAL: Used for OX mapping. -
setXMLMappingMetadataComplete
INTERNAL: Used for OX mapping.
-