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 TypeMethodDescriptionCacheEntryControl.createCacheBlobEntry(CacheEntry cacheEntry, ByteArray blob) CacheEntryControl.getCacheBlobEntryByCacheEntry(CacheEntry cacheEntry) CacheEntryControl.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.getEntityFromCache(CacheBlobEntryPK pk) CacheBlobEntryFactory.getEntityFromPK(EntityPermission entityPermission, CacheBlobEntryPK pk) 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.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) CacheBlobEntryFactory.getEntityFromValue(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.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.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type CacheBlobEntryModifier and TypeMethodDescriptionvoidCacheBlobEntryFactory.remove(CacheBlobEntry entity) voidCacheBlobEntryFactory.store(CacheBlobEntry entity) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type CacheBlobEntryModifier and TypeMethodDescriptionvoidCacheBlobEntryFactory.store(Collection<CacheBlobEntry> entities)