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 TypeMethodDescriptionboolean
getBlob()
boolean
getCacheEntry
(EntityPermission entityPermission) getCacheEntry
(Session session) getCacheEntry
(Session session, EntityPermission entityPermission) getCacheEntryForUpdate
(Session session) boolean
boolean
int
hashCode()
void
remove()
void
void
void
void
setCacheEntry
(CacheEntry entity) void
setCacheEntryPK
(CacheEntryPK cacheEntryPK) void
toString()
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:
getBaseFactoryInstance
in classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
store
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Overrides:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
getCacheBlobEntryValue
-
setCacheBlobEntryValue
- Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in 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
-