Class CacheBlobEntry
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.core.server.entity.CacheBlobEntry
- 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 CacheBlobEntryCacheBlobEntry(CacheBlobEntryValue value, EntityPermission entityPermission) Creates a new instance of CacheBlobEntry -
Method Summary
Modifier and TypeMethodDescriptionbooleangetBlob()booleangetCacheEntry(EntityPermission entityPermission) getCacheEntry(Session session) getCacheEntry(Session session, EntityPermission entityPermission) getCacheEntryForUpdate(Session session) booleanbooleaninthashCode()voidremove()voidvoidvoidvoidsetCacheEntry(CacheEntry entity) voidsetCacheEntryPK(CacheEntryPK cacheEntryPK) voidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
CacheBlobEntry
Creates a new instance of CacheBlobEntry- Throws:
PersistenceException
-
CacheBlobEntry
Creates a new instance of CacheBlobEntry
-
-
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
-
getCacheBlobEntryValue
-
setCacheBlobEntryValue
- 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
-
getBlob
-
setBlob
public void setBlob(ByteArray blob) throws PersistenceNotNullException, PersistenceReadOnlyException -
getBlobHasBeenModified
-