Module org.eclipse.persistence.jpa
Class RoundRobinPartitioningMetadata
- 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.ReplicationPartitioningMetadata
-
- org.eclipse.persistence.internal.jpa.metadata.partitioning.RoundRobinPartitioningMetadata
-
public class RoundRobinPartitioningMetadata extends ReplicationPartitioningMetadata
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
- Author:
- James Sutherland
-
-
Field Summary
Fields Modifier and Type Field Description protected BooleanreplicateWrites-
Fields inherited from class org.eclipse.persistence.internal.jpa.metadata.partitioning.ReplicationPartitioningMetadata
connectionPools
-
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
Constructors Constructor Description RoundRobinPartitioningMetadata()INTERNAL: Used for XML loading.RoundRobinPartitioningMetadata(MetadataAnnotation annotation, MetadataAccessor accessor)INTERNAL: Used for annotation loading.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PartitioningPolicybuildPolicy()Require subclass to build policy.booleanequals(Object objectToCompare)Equals is used for processing overrides from XML.BooleangetReplicateWrites()inthashCode()voidsetReplicateWrites(Boolean replicateWrites)-
Methods inherited from class org.eclipse.persistence.internal.jpa.metadata.partitioning.ReplicationPartitioningMetadata
buildPolicy, getConnectionPools, setConnectionPools
-
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, initXMLObject, initXMLObjects, initXMLTextObject, loadedFromAnnotation, loadedFromEclipseLinkXML, loadedFromXML, merge, mergeORObjectLists, mergeORObjects, mergeSimpleObjects, reloadEntity, reloadMappedSuperclass, setAccessibleObject, setEntityMappings, setFieldName, setFieldName, setProject, shouldOverride, valuesMatch, valuesMatch
-
-
-
-
Field Detail
-
replicateWrites
protected Boolean replicateWrites
-
-
Constructor Detail
-
RoundRobinPartitioningMetadata
public RoundRobinPartitioningMetadata()
INTERNAL: Used for XML loading.
-
RoundRobinPartitioningMetadata
public RoundRobinPartitioningMetadata(MetadataAnnotation annotation, MetadataAccessor accessor)
INTERNAL: Used for annotation loading.
-
-
Method Detail
-
equals
public boolean equals(Object objectToCompare)
Description copied from class:AbstractPartitioningMetadataEquals is used for processing overrides from XML.- Overrides:
equalsin classReplicationPartitioningMetadata
-
hashCode
public int hashCode()
- Overrides:
hashCodein classReplicationPartitioningMetadata
-
buildPolicy
public PartitioningPolicy buildPolicy()
Description copied from class:AbstractPartitioningMetadataRequire subclass to build policy.- Overrides:
buildPolicyin classReplicationPartitioningMetadata
-
getReplicateWrites
public Boolean getReplicateWrites()
-
setReplicateWrites
public void setReplicateWrites(Boolean replicateWrites)
-
-