Module org.eclipse.persistence.jpa
Class RangePartitioningMetadata
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
org.eclipse.persistence.internal.jpa.metadata.partitioning.RangePartitioningMetadata
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.
- any metadata mapped from XML to this class must be initialized in the
initXMLObject 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
Fields inherited from class org.eclipse.persistence.internal.jpa.metadata.partitioning.FieldPartitioningMetadata
partitionColumn, partitionValueType, partitionValueTypeName, unionUnpartitionableQueries
Fields inherited from class org.eclipse.persistence.internal.jpa.metadata.partitioning.AbstractPartitioningMetadata
name
Fields inherited from class org.eclipse.persistence.internal.jpa.metadata.ORMetadata
m_project
-
Constructor Summary
ConstructorDescriptionINTERNAL: Used for XML loading.RangePartitioningMetadata
(MetadataAnnotation annotation, MetadataAccessor accessor) INTERNAL: Used for annotation loading. -
Method Summary
Modifier and TypeMethodDescriptionINTERNAL: Method for processing/building the specific property.boolean
INTERNAL: Used for XML merging and overriding.INTERNAL: Used for OX mapping.int
hashCode()
void
initXMLObject
(MetadataAccessibleObject accessibleObject, XMLEntityMappings entityMappings) INTERNAL:void
setPartitions
(List<RangePartitionMetadata> partitions) INTERNAL: Used for OX mapping.Methods inherited from class org.eclipse.persistence.internal.jpa.metadata.partitioning.FieldPartitioningMetadata
buildPolicy, getPartitionColumn, getPartitionValueType, getPartitionValueTypeName, getUnionUnpartitionableQueries, setPartitionColumn, setPartitionValueTypeName, setUnionUnpartitionableQueries
Methods inherited from class org.eclipse.persistence.internal.jpa.metadata.partitioning.AbstractPartitioningMetadata
getName, setName
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
-
partitions
-
-
Constructor Details
-
RangePartitioningMetadata
public RangePartitioningMetadata()INTERNAL: Used for XML loading. -
RangePartitioningMetadata
INTERNAL: Used for annotation loading.
-
-
Method Details
-
buildPolicy
INTERNAL: Method for processing/building the specific property.- Specified by:
buildPolicy
in classAbstractPartitioningMetadata
-
equals
INTERNAL: Used for XML merging and overriding.- Overrides:
equals
in classFieldPartitioningMetadata
-
hashCode
public int hashCode()- Overrides:
hashCode
in classFieldPartitioningMetadata
-
getPartitions
INTERNAL: Used for OX mapping. -
initXMLObject
public void initXMLObject(MetadataAccessibleObject accessibleObject, XMLEntityMappings entityMappings) INTERNAL:- Overrides:
initXMLObject
in classFieldPartitioningMetadata
-
setPartitions
INTERNAL: Used for OX mapping.
-