Module org.eclipse.persistence.jpa
Class SerializedObjectPolicyMetadata
java.lang.Object
org.eclipse.persistence.internal.jpa.metadata.ORMetadata
org.eclipse.persistence.internal.jpa.metadata.sop.SerializedObjectPolicyMetadata
Object to hold onto serialized object policy 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 2.5.1
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected MetadataClassprotected Stringprotected ColumnMetadataFields inherited from class org.eclipse.persistence.internal.jpa.metadata.ORMetadata
m_project -
Constructor Summary
ConstructorsConstructorDescriptionINTERNAL: Used for XML loading.SerializedObjectPolicyMetadata(MetadataAnnotation serializedObject, MetadataAccessor accessor) INTERNAL: Used for annotation loading. -
Method Summary
Modifier and TypeMethodDescriptionbooleanINTERNAL:INTERNAL Used for OX mapping.INTERNAL Used for OX mapping.inthashCode()voidinitXMLObject(MetadataAccessibleObject accessibleObject, XMLEntityMappings entityMappings) INTERNAL:voidprocess(MetadataDescriptor descriptor) INTERNAL:voidsetClassName(String className) INTERNAL Used for OX mapping.voidsetColumn(ColumnMetadata column) 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, merge, mergeORObjectLists, mergeORObjects, mergeSimpleObjects, reloadEntity, reloadMappedSuperclass, setAccessibleObject, setEntityMappings, setFieldName, setFieldName, setProject, shouldOverride, valuesMatch, valuesMatch
-
Field Details
-
m_class
-
m_className
-
m_column
-
-
Constructor Details
-
SerializedObjectPolicyMetadata
public SerializedObjectPolicyMetadata()INTERNAL: Used for XML loading. -
SerializedObjectPolicyMetadata
public SerializedObjectPolicyMetadata(MetadataAnnotation serializedObject, MetadataAccessor accessor) INTERNAL: Used for annotation loading.
-
-
Method Details
-
equals
INTERNAL:- Specified by:
equalsin classORMetadata
-
hashCode
public int hashCode() -
getClassName
INTERNAL Used for OX mapping. -
getColumn
INTERNAL Used for OX mapping. -
initXMLObject
public void initXMLObject(MetadataAccessibleObject accessibleObject, XMLEntityMappings entityMappings) INTERNAL:- Overrides:
initXMLObjectin classORMetadata
-
process
INTERNAL: -
setClassName
INTERNAL Used for OX mapping. -
setColumn
INTERNAL Used for OX mapping.
-