Module org.eclipse.persistence.jpa
Class PrimaryKeyMetadata
java.lang.Object
org.eclipse.persistence.internal.jpa.metadata.ORMetadata
org.eclipse.persistence.internal.jpa.metadata.columns.PrimaryKeyMetadata
Object to hold onto primary key metadata.
Key notes:
- any metadata mapped from XML to this class must be compared in the
equals method.
- when loading from annotations, the constructor accepts the metadata
accessor this metadata was loaded from. Used it to look up any
'companion' annotation needed for processing.
- methods should be preserved in alphabetical order.
- Since:
- EclipseLink 1.1
- See Also:
-
Field Summary
Fields inherited from class org.eclipse.persistence.internal.jpa.metadata.ORMetadata
m_project
-
Constructor Summary
ConstructorDescriptionINTERNAL: Used for XML loading.PrimaryKeyMetadata
(MetadataAnnotation primaryKey, MetadataAccessor accessor) INTERNAL: Used for annotation loading. -
Method Summary
Modifier and TypeMethodDescriptionboolean
INTERNAL:INTERNAL: Used for OX mapping.INTERNAL: Used for OX mapping.INTERNAL: Used for OX mapping.boolean
INTERNAL:int
hashCode()
void
process
(MetadataDescriptor descriptor) Process the meta-data, configure primary key and idValidation in descriptor.void
setCacheKeyType
(String cacheKeyType) INTERNAL: Used for OX mapping.void
setColumns
(List<ColumnMetadata> columns) INTERNAL: Used for OX mapping.void
setValidation
(String validation) 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, initXMLObject, initXMLObjects, initXMLTextObject, loadedFromAnnotation, loadedFromEclipseLinkXML, loadedFromXML, merge, mergeORObjectLists, mergeORObjects, mergeSimpleObjects, reloadEntity, reloadMappedSuperclass, setAccessibleObject, setEntityMappings, setFieldName, setFieldName, setProject, shouldOverride, valuesMatch, valuesMatch
-
Constructor Details
-
PrimaryKeyMetadata
public PrimaryKeyMetadata()INTERNAL: Used for XML loading. -
PrimaryKeyMetadata
INTERNAL: Used for annotation loading.
-
-
Method Details
-
equals
INTERNAL:- Specified by:
equals
in classORMetadata
-
hashCode
public int hashCode() -
getCacheKeyType
INTERNAL: Used for OX mapping. -
getColumns
INTERNAL: Used for OX mapping. -
getValidation
INTERNAL: Used for OX mapping. -
hasColumns
public boolean hasColumns()INTERNAL: -
process
Process the meta-data, configure primary key and idValidation in descriptor. -
setCacheKeyType
INTERNAL: Used for OX mapping. -
setColumns
INTERNAL: Used for OX mapping. -
setValidation
INTERNAL: Used for OX mapping.
-