Module org.eclipse.persistence.jpa
Class FieldPartitioningMetadata
java.lang.Object
org.eclipse.persistence.internal.jpa.metadata.ORMetadata
org.eclipse.persistence.internal.jpa.metadata.partitioning.AbstractPartitioningMetadata
org.eclipse.persistence.internal.jpa.metadata.partitioning.FieldPartitioningMetadata
- Direct Known Subclasses:
HashPartitioningMetadata,RangePartitioningMetadata,ValuePartitioningMetadata
INTERNAL:
Define JPA meta-data for partitioning policy.
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.2
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ColumnMetadataprotected MetadataClassprotected Stringprotected BooleanFields inherited from class org.eclipse.persistence.internal.jpa.metadata.partitioning.AbstractPartitioningMetadata
nameFields inherited from class org.eclipse.persistence.internal.jpa.metadata.ORMetadata
m_project -
Constructor Summary
ConstructorsModifierConstructorDescriptionINTERNAL: Used for XML loading.protectedFieldPartitioningMetadata(String elementName) INTERNAL: Used for XML loading.FieldPartitioningMetadata(MetadataAnnotation annotation, MetadataAccessor accessor) INTERNAL: Used for annotation loading. -
Method Summary
Modifier and TypeMethodDescriptionvoidbuildPolicy(PartitioningPolicy policy) Set common fields into policy.booleanINTERNAL: Used for XML merging and overriding.INTERNAL: Used for OX mapping.INTERNAL:INTERNAL: Used for OX mapping.INTERNAL: Used for OX mapping.inthashCode()voidinitXMLObject(MetadataAccessibleObject accessibleObject, XMLEntityMappings entityMappings) INTERNAL:voidsetPartitionColumn(ColumnMetadata partitionColumn) INTERNAL: Used for OX mapping.voidsetPartitionValueTypeName(String partitionValueTypeName) INTERNAL: Used for OX mapping.voidsetUnionUnpartitionableQueries(Boolean unionUnpartitionableQueries) INTERNAL: Used for OX mapping.Methods inherited from class org.eclipse.persistence.internal.jpa.metadata.partitioning.AbstractPartitioningMetadata
buildPolicy, getName, setNameMethods 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
-
unionUnpartitionableQueries
-
partitionColumn
-
partitionValueType
-
partitionValueTypeName
-
-
Constructor Details
-
FieldPartitioningMetadata
public FieldPartitioningMetadata()INTERNAL: Used for XML loading. -
FieldPartitioningMetadata
INTERNAL: Used for annotation loading. -
FieldPartitioningMetadata
INTERNAL: Used for XML loading.
-
-
Method Details
-
equals
INTERNAL: Used for XML merging and overriding.- Overrides:
equalsin classAbstractPartitioningMetadata
-
hashCode
public int hashCode()- Overrides:
hashCodein classAbstractPartitioningMetadata
-
buildPolicy
Set common fields into policy. Should be called by subclasses.- Overrides:
buildPolicyin classAbstractPartitioningMetadata
-
getPartitionColumn
INTERNAL: Used for OX mapping. -
getPartitionValueType
INTERNAL: -
getPartitionValueTypeName
INTERNAL: Used for OX mapping. -
getUnionUnpartitionableQueries
INTERNAL: Used for OX mapping. -
initXMLObject
public void initXMLObject(MetadataAccessibleObject accessibleObject, XMLEntityMappings entityMappings) INTERNAL:- Overrides:
initXMLObjectin classORMetadata
-
setPartitionColumn
INTERNAL: Used for OX mapping. -
setPartitionValueTypeName
INTERNAL: Used for OX mapping. -
setUnionUnpartitionableQueries
INTERNAL: Used for OX mapping.
-