public class RangePartitionMetadata extends ORMetadata
| Modifier and Type | Field and Description |
|---|---|
protected String |
connectionPool |
protected String |
endValue |
protected String |
startValue |
m_project| Constructor and Description |
|---|
RangePartitionMetadata()
INTERNAL:
Used for XML loading.
|
RangePartitionMetadata(MetadataAnnotation annotation,
MetadataAccessor accessor)
INTERNAL:
Used for annotation loading.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
INTERNAL:
Used for XML merge and overriding.
|
String |
getConnectionPool()
INTERNAL:
Used for OX mapping.
|
String |
getEndValue()
INTERNAL:
Used for OX mapping.
|
String |
getStartValue()
INTERNAL:
Used for OX mapping.
|
int |
hashCode() |
void |
setConnectionPool(String connectionPool)
INTERNAL:
Used for OX mapping.
|
void |
setEndValue(String endValue)
INTERNAL:
Used for OX mapping.
|
void |
setStartValue(String startValue)
INTERNAL:
Used for OX mapping.
|
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, valuesMatchprotected String connectionPool
protected String startValue
protected String endValue
public RangePartitionMetadata()
public RangePartitionMetadata(MetadataAnnotation annotation, MetadataAccessor accessor)
public boolean equals(Object objectToCompare)
equals in class ORMetadatapublic String getConnectionPool()
public String getEndValue()
public String getStartValue()
public void setConnectionPool(String connectionPool)
public void setEndValue(String endValue)
public void setStartValue(String startValue)
Copyright © 2007–2021 Eclipse.org - EclipseLink Project. All rights reserved.