public class CacheMetadata extends ORMetadata
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
m_alwaysRefresh |
protected String |
m_coordinationType |
protected String |
m_databaseChangeNotificationType |
protected Boolean |
m_disableHits |
protected Integer |
m_expiry |
protected TimeOfDayMetadata |
m_expiryTimeOfDay |
protected String |
m_isolation |
protected Boolean |
m_refreshOnlyIfNewer |
protected Integer |
m_size |
protected String |
m_type |
m_project| Constructor and Description |
|---|
CacheMetadata()
INTERNAL:
Used for XML loading.
|
CacheMetadata(MetadataAnnotation cache,
MetadataAccessor accessor)
INTERNAL:
Used for annotation loading.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
INTERNAL:
|
Boolean |
getAlwaysRefresh()
INTERNAL:
Used for OX mapping.
|
String |
getCoordinationType()
INTERNAL:
Used for OX mapping.
|
String |
getDatabaseChangeNotificationType()
INTERNAL:
Used for OX mapping.
|
Boolean |
getDisableHits()
INTERNAL:
Used for OX mapping.
|
Integer |
getExpiry()
INTERNAL:
Used for OX mapping.
|
TimeOfDayMetadata |
getExpiryTimeOfDay()
INTERNAL:
Used for OX mapping.
|
String |
getIsolation() |
Boolean |
getRefreshOnlyIfNewer()
INTERNAL:
Used for OX mapping.
|
Integer |
getSize()
INTERNAL:
Used for OX mapping.
|
String |
getType()
INTERNAL:
Used for OX mapping.
|
int |
hashCode() |
void |
process(MetadataDescriptor descriptor,
MetadataClass javaClass)
INTERNAL:
|
void |
setAlwaysRefresh(Boolean alwaysRefresh)
INTERNAL:
Used for OX mapping
|
void |
setCoordinationType(String coordinationType)
INTERNAL:
Used for OX mapping.
|
void |
setDatabaseChangeNotificationType(String databaseChangeNotificationType)
INTERNAL:
Used for OX mapping.
|
void |
setDisableHits(Boolean disableHits)
INTERNAL:
Used for OX mapping.
|
void |
setExpiry(Integer expiry)
INTERNAL:
Used for OX mapping.
|
void |
setExpiryTimeOfDay(TimeOfDayMetadata expiryTimeOfDay)
INTERNAL:
Used for OX mapping.
|
void |
setIsolation(String isolation) |
void |
setRefreshOnlyIfNewer(Boolean refreshOnlyIfNewer)
INTERNAL:
Used for OX mapping.
|
void |
setSize(Integer size)
INTERNAL:
Used for OX mapping.
|
void |
setType(String type)
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 Boolean m_alwaysRefresh
protected Boolean m_disableHits
protected String m_isolation
protected Boolean m_refreshOnlyIfNewer
protected String m_coordinationType
protected String m_databaseChangeNotificationType
protected String m_type
protected Integer m_expiry
protected Integer m_size
protected TimeOfDayMetadata m_expiryTimeOfDay
public CacheMetadata()
public CacheMetadata(MetadataAnnotation cache, MetadataAccessor accessor)
public boolean equals(Object objectToCompare)
equals in class ORMetadatapublic Boolean getAlwaysRefresh()
public String getCoordinationType()
public Boolean getDisableHits()
public Integer getExpiry()
public TimeOfDayMetadata getExpiryTimeOfDay()
public Boolean getRefreshOnlyIfNewer()
public String getIsolation()
public Integer getSize()
public String getType()
public void process(MetadataDescriptor descriptor, MetadataClass javaClass)
public void setAlwaysRefresh(Boolean alwaysRefresh)
public void setCoordinationType(String coordinationType)
public String getDatabaseChangeNotificationType()
public void setDatabaseChangeNotificationType(String databaseChangeNotificationType)
public void setDisableHits(Boolean disableHits)
public void setExpiry(Integer expiry)
public void setExpiryTimeOfDay(TimeOfDayMetadata expiryTimeOfDay)
public void setRefreshOnlyIfNewer(Boolean refreshOnlyIfNewer)
public void setIsolation(String isolation)
public void setSize(Integer size)
public void setType(String type)
Copyright © 2007–2021 Eclipse.org - EclipseLink Project. All rights reserved.