Uses of Class
com.echothree.model.data.core.server.entity.CacheBlobEntry
Packages that use CacheBlobEntry
Package
Description
-
Uses of CacheBlobEntry in com.echothree.model.control.core.server.control
Methods in com.echothree.model.control.core.server.control that return CacheBlobEntryModifier and TypeMethodDescriptionCoreControl.createCacheBlobEntry
(CacheEntry cacheEntry, ByteArray blob) CoreControl.getCacheBlobEntryByCacheEntry
(CacheEntry cacheEntry) CoreControl.getCacheBlobEntryByCacheEntryForUpdate
(CacheEntry cacheEntry) -
Uses of CacheBlobEntry in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return CacheBlobEntryModifier and TypeMethodDescriptionCacheBlobEntryFactory.create
(CacheEntryPK cacheEntryPK, ByteArray blob) CacheBlobEntryFactory.create
(CacheEntry cacheEntry, ByteArray blob) CacheBlobEntryFactory.create
(Session session, CacheEntryPK cacheEntryPK, ByteArray blob) CacheBlobEntryFactory.create
(Session session, CacheEntry cacheEntry, ByteArray blob) CacheBlobEntryFactory.getEntityFromCache
(Session session, CacheBlobEntryPK pk) CacheBlobEntryFactory.getEntityFromPK
(EntityPermission entityPermission, CacheBlobEntryPK pk) CacheBlobEntryFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, CacheBlobEntryPK pk) CacheBlobEntryFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps) CacheBlobEntryFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) CacheBlobEntryFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) CacheBlobEntryFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) CacheBlobEntryFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) CacheBlobEntryFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) CacheBlobEntryFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) CacheBlobEntryFactory.getEntityFromResultSet
(EntityPermission entityPermission, ResultSet rs) CacheBlobEntryFactory.getEntityFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) CacheBlobEntryFactory.getEntityFromValue
(EntityPermission entityPermission, CacheBlobEntryValue value) CacheBlobEntryFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, CacheBlobEntryValue value) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type CacheBlobEntryModifier and TypeMethodDescriptionCacheBlobEntryFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<CacheBlobEntryPK> pks) CacheBlobEntryFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<CacheBlobEntryPK> pks) CacheBlobEntryFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps) CacheBlobEntryFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) CacheBlobEntryFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) CacheBlobEntryFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) CacheBlobEntryFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) CacheBlobEntryFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) CacheBlobEntryFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) CacheBlobEntryFactory.getEntitiesFromResultSet
(EntityPermission entityPermission, ResultSet rs) CacheBlobEntryFactory.getEntitiesFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type CacheBlobEntryModifier and TypeMethodDescriptionvoid
CacheBlobEntryFactory.remove
(Session session, CacheBlobEntry entity) void
CacheBlobEntryFactory.store
(Session session, CacheBlobEntry entity) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type CacheBlobEntryModifier and TypeMethodDescriptionvoid
CacheBlobEntryFactory.store
(Session session, Collection<CacheBlobEntry> entities) void
CacheBlobEntryFactory.store
(Collection<CacheBlobEntry> entities)