Module org.eclipse.persistence.jpa
Class ValuePartitioningMetadata
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.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.
- 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
FieldsFields inherited from class org.eclipse.persistence.internal.jpa.metadata.partitioning.FieldPartitioningMetadata
partitionColumn, partitionValueType, partitionValueTypeName, unionUnpartitionableQueriesFields 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
ConstructorsConstructorDescriptionINTERNAL: Used for XML loading.ValuePartitioningMetadata(MetadataAnnotation annotation, MetadataAccessor accessor) INTERNAL: Used for annotation loading. -
Method Summary
Modifier and TypeMethodDescriptionINTERNAL: Build/process the partitioning policy.booleanINTERNAL:INTERNAL: Used for OX mapping.INTERNAL: Used for OX mapping.inthashCode()voidinitXMLObject(MetadataAccessibleObject accessibleObject, XMLEntityMappings entityMappings) INTERNAL:voidsetDefaultConnectionPool(String defaultConnectionPool) INTERNAL: Used for OX mapping.voidsetPartitions(List<ValuePartitionMetadata> 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, setUnionUnpartitionableQueriesMethods inherited from class org.eclipse.persistence.internal.jpa.metadata.partitioning.AbstractPartitioningMetadata
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
-
partitions
-
defaultConnectionPool
-
-
Constructor Details
-
ValuePartitioningMetadata
public ValuePartitioningMetadata()INTERNAL: Used for XML loading. -
ValuePartitioningMetadata
INTERNAL: Used for annotation loading.
-
-
Method Details
-
equals
INTERNAL:- Overrides:
equalsin classFieldPartitioningMetadata
-
hashCode
public int hashCode()- Overrides:
hashCodein classFieldPartitioningMetadata
-
initXMLObject
public void initXMLObject(MetadataAccessibleObject accessibleObject, XMLEntityMappings entityMappings) INTERNAL:- Overrides:
initXMLObjectin classFieldPartitioningMetadata
-
buildPolicy
INTERNAL: Build/process the partitioning policy.- Specified by:
buildPolicyin classAbstractPartitioningMetadata
-
getDefaultConnectionPool
INTERNAL: Used for OX mapping. -
getPartitions
INTERNAL: Used for OX mapping. -
setDefaultConnectionPool
INTERNAL: Used for OX mapping. -
setPartitions
INTERNAL: Used for OX mapping.
-