public class PinnedPartitioningMetadata extends AbstractPartitioningMetadata
| Modifier and Type | Field and Description |
|---|---|
protected String |
connectionPool |
namem_project| Constructor and Description |
|---|
PinnedPartitioningMetadata()
INTERNAL:
Used for XML loading.
|
PinnedPartitioningMetadata(MetadataAnnotation annotation,
MetadataAccessor accessor)
INTERNAL:
Used for annotation loading.
|
| Modifier and Type | Method and Description |
|---|---|
PartitioningPolicy |
buildPolicy()
Require subclass to build policy.
|
boolean |
equals(Object objectToCompare)
Equals is used for processing overrides from XML.
|
String |
getConnectionPool() |
int |
hashCode() |
void |
setConnectionPool(String connectionPool) |
buildPolicy, getName, setNamegetAccessibleObject, 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, valuesMatchprotected String connectionPool
public PinnedPartitioningMetadata()
public PinnedPartitioningMetadata(MetadataAnnotation annotation, MetadataAccessor accessor)
public boolean equals(Object objectToCompare)
AbstractPartitioningMetadataequals in class AbstractPartitioningMetadatapublic int hashCode()
hashCode in class AbstractPartitioningMetadatapublic String getConnectionPool()
public PartitioningPolicy buildPolicy()
AbstractPartitioningMetadatabuildPolicy in class AbstractPartitioningMetadatapublic void setConnectionPool(String connectionPool)
Copyright © 2007–2021 Eclipse.org - EclipseLink Project. All rights reserved.