Class CacheClobEntry
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.core.server.entity.CacheClobEntry
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseEntity
_entityPermission -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance of CacheClobEntryCacheClobEntry(CacheClobEntryValue value, EntityPermission entityPermission) Creates a new instance of CacheClobEntry -
Method Summary
Modifier and TypeMethodDescriptionbooleangetCacheEntry(EntityPermission entityPermission) getCacheEntry(Session session) getCacheEntry(Session session, EntityPermission entityPermission) getCacheEntryForUpdate(Session session) booleangetClob()booleanbooleaninthashCode()voidremove()voidvoidvoidsetCacheEntry(CacheEntry entity) voidsetCacheEntryPK(CacheEntryPK cacheEntryPK) voidvoidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
CacheClobEntry
Creates a new instance of CacheClobEntry- Throws:
PersistenceException
-
CacheClobEntry
Creates a new instance of CacheClobEntry
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
storein classBaseEntity- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
remove
- Overrides:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
getCacheClobEntryValue
-
setCacheClobEntryValue
- Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getCacheEntryPK
-
getCacheEntry
-
getCacheEntry
-
getCacheEntry
-
getCacheEntry
-
getCacheEntryForUpdate
-
getCacheEntryForUpdate
-
setCacheEntryPK
public void setCacheEntryPK(CacheEntryPK cacheEntryPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setCacheEntry
-
getCacheEntryPKHasBeenModified
-
getClob
-
setClob
-
getClobHasBeenModified
-