|
Dali Provisional API Release 3.2 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.eclipse.jpt.common.utility.internal.model.AbstractModel
org.eclipse.jpt.jpa.eclipselink.core.context.persistence.CachingEntity
public class CachingEntity
Entity
| Nested Class Summary | |
|---|---|
static class |
CachingEntity.NameTransformer
|
| Field Summary | |
|---|---|
static String |
CACHE_SIZE_PROPERTY
|
static String |
CACHE_TYPE_PROPERTY
|
static org.eclipse.jpt.common.utility.transformer.Transformer<CachingEntity,String> |
NAME_TRANSFORMER
|
static String |
SHARED_CACHE_PROPERTY
|
| Fields inherited from class org.eclipse.jpt.common.utility.internal.model.AbstractModel |
|---|
changeSupport |
| Constructor Summary | |
|---|---|
CachingEntity(Caching parent,
String name)
|
|
| Method Summary | |
|---|---|
Boolean |
cacheIsShared()
|
CachingEntity |
clone()
|
boolean |
entityNameIsValid()
|
boolean |
equals(Object o)
|
Integer |
getCacheSize()
|
CacheType |
getCacheType()
|
String |
getName()
|
Caching |
getParent()
|
int |
hashCode()
|
boolean |
isEmpty()
|
void |
setCacheSize(Integer cacheSize)
|
void |
setCacheType(CacheType cacheType)
|
void |
setSharedCache(Boolean isShared)
|
void |
toString(StringBuilder sb)
|
| Methods inherited from class org.eclipse.jpt.common.utility.internal.model.AbstractModel |
|---|
addChangeListener, addCollectionChangeListener, addItemsToCollection, addItemsToCollection, addItemsToCollection, addItemsToCollection, addItemsToList, addItemsToList, addItemsToList, addItemsToList, addItemsToList, addItemsToList, addItemsToList, addItemsToList, addItemToCollection, addItemToList, addItemToList, addListChangeListener, addPropertyChangeListener, addStateChangeListener, attributeValueHasChanged, attributeValueHasNotChanged, buildChangeSupport, clearCollection, clearList, fireCollectionChanged, fireCollectionChanged, fireCollectionCleared, fireCollectionCleared, fireItemAdded, fireItemAdded, fireItemMoved, fireItemRemoved, fireItemRemoved, fireItemReplaced, fireItemsAdded, fireItemsAdded, fireItemsAdded, fireItemsAdded, fireItemsMoved, fireItemsMoved, fireItemsRemoved, fireItemsRemoved, fireItemsRemoved, fireItemsRemoved, fireItemsReplaced, fireItemsReplaced, fireListChanged, fireListChanged, fireListCleared, fireListCleared, firePropertyChanged, firePropertyChanged, firePropertyChanged, firePropertyChanged, firePropertyChanged, fireStateChanged, fireStateChanged, getChangeSupport, hasAnyChangeListeners, hasAnyCollectionChangeListeners, hasAnyListChangeListeners, hasAnyPropertyChangeListeners, hasAnyStateChangeListeners, hasNoChangeListeners, hasNoCollectionChangeListeners, hasNoListChangeListeners, hasNoPropertyChangeListeners, hasNoStateChangeListeners, moveItemInList, moveItemInList, moveItemsInList, removeChangeListener, removeCollectionChangeListener, removeItemFromCollection, removeItemFromList, removeItemFromList, removeItemsFromCollection, removeItemsFromCollection, removeItemsFromCollection, removeItemsFromCollection, removeItemsFromList, removeItemsFromList, removeItemsFromList, removeItemsFromList, removeItemsFromList, removeItemsFromList, removeListChangeListener, removePropertyChangeListener, removeRangeFromList, removeStateChangeListener, replaceItemInList, retainItemsInCollection, retainItemsInCollection, retainItemsInCollection, retainItemsInCollection, retainItemsInList, retainItemsInList, retainItemsInList, retainItemsInList, setItemInList, setItemsInList, setItemsInList, synchronizeCollection, synchronizeCollection, synchronizeCollection, synchronizeList, synchronizeList, synchronizeList, toString, valuesAreDifferent, valuesAreEqual |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String CACHE_TYPE_PROPERTY
public static final String CACHE_SIZE_PROPERTY
public static final String SHARED_CACHE_PROPERTY
public static final org.eclipse.jpt.common.utility.transformer.Transformer<CachingEntity,String> NAME_TRANSFORMER
| Constructor Detail |
|---|
public CachingEntity(Caching parent,
String name)
| Method Detail |
|---|
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic CachingEntity clone()
clone in class org.eclipse.jpt.common.utility.internal.model.AbstractModelpublic boolean isEmpty()
public boolean entityNameIsValid()
public Caching getParent()
public String getName()
public CacheType getCacheType()
public void setCacheType(CacheType cacheType)
public Integer getCacheSize()
public void setCacheSize(Integer cacheSize)
public Boolean cacheIsShared()
public void setSharedCache(Boolean isShared)
public void toString(StringBuilder sb)
toString in class org.eclipse.jpt.common.utility.internal.model.AbstractModel
|
Dali Provisional API Release 3.2 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||