Module org.eclipse.persistence.jpa
Class MetadataColumn
java.lang.Object
org.eclipse.persistence.internal.jpa.metadata.ORMetadata
org.eclipse.persistence.internal.jpa.metadata.columns.MetadataColumn
- Direct Known Subclasses:
DirectColumnMetadata,DiscriminatorColumnMetadata,RelationalColumnMetadata
INTERNAL:
Object to process JPA column type into EclipseLink database fields.
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.2
-
Field Summary
Fields inherited from class org.eclipse.persistence.internal.jpa.metadata.ORMetadata
m_project -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedMetadataColumn(String xmlElement) INTERNAL: Used for XML loading.protectedMetadataColumn(MetadataAccessor accessor) INTERNAL: Used for defaulting.protectedMetadataColumn(MetadataAnnotation column, MetadataAccessor accessor) INTERNAL: Used for annotation loading. -
Method Summary
Modifier and TypeMethodDescriptionbooleanINTERNAL:INTERNAL: Used for OX mapping.INTERNAL: Used for OX mapping.INTERNAL: Used for OX mapping.INTERNAL: Those objects that need/want to initialize more meta data should override this method.getName()INTERNAL: Used for OX mapping.INTERNAL: Used for OX mapping.inthashCode()voidsetCheckConstraints(List<CheckConstraintMetadata> checkConstraints) INTERNAL: Used for OX mapping.voidsetColumnDefinition(String columnDefinition) INTERNAL: Used for OX mapping.voidsetComment(String comment) INTERNAL: Used for OX mapping.voidINTERNAL: Used for OX mapping.voidsetOptions(String options) 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
-
MetadataColumn
INTERNAL: Used for defaulting. -
MetadataColumn
INTERNAL: Used for annotation loading. -
MetadataColumn
INTERNAL: Used for XML loading.
-
-
Method Details
-
equals
INTERNAL:- Specified by:
equalsin classORMetadata
-
hashCode
public int hashCode() -
getCheckConstraints
INTERNAL: Used for OX mapping. -
getColumnDefinition
INTERNAL: Used for OX mapping. -
getComment
INTERNAL: Used for OX mapping. -
getDatabaseField
INTERNAL: Those objects that need/want to initialize more meta data should override this method. -
getName
INTERNAL: Used for OX mapping. -
getOptions
INTERNAL: Used for OX mapping. -
setCheckConstraints
INTERNAL: Used for OX mapping. -
setColumnDefinition
INTERNAL: Used for OX mapping. -
setComment
INTERNAL: Used for OX mapping. -
setName
INTERNAL: Used for OX mapping. -
setOptions
INTERNAL: Used for OX mapping.
-