Uses of Class
com.echothree.model.data.core.common.pk.CacheEntryPK
Packages that use CacheEntryPK
Package
Description
-
Uses of CacheEntryPK in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return CacheEntryPKModifier and TypeMethodDescriptionCacheBlobEntry.getCacheEntryPK()CacheClobEntry.getCacheEntryPK()CacheEntryDependency.getCacheEntryPK()CacheEntry.getPrimaryKey()Methods in com.echothree.model.data.core.server.entity with parameters of type CacheEntryPKModifier and TypeMethodDescriptionvoidCacheBlobEntry.setCacheEntryPK(CacheEntryPK cacheEntryPK) voidCacheClobEntry.setCacheEntryPK(CacheEntryPK cacheEntryPK) voidCacheEntryDependency.setCacheEntryPK(CacheEntryPK cacheEntryPK) -
Uses of CacheEntryPK in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return CacheEntryPKModifier and TypeMethodDescriptionCacheEntryFactory.getNextPK()CacheEntryFactory.getPKFromQuery(PreparedStatement ps, Object... params) CacheEntryFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type CacheEntryPKModifier and TypeMethodDescriptionCacheEntryFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) CacheEntryFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) CacheEntryFactory.getPKsFromResultSetAsList(ResultSet rs) CacheEntryFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type CacheEntryPKModifier and TypeMethodDescriptionCacheBlobEntryFactory.create(CacheEntryPK cacheEntryPK, ByteArray blob) CacheBlobEntryFactory.create(Session session, CacheEntryPK cacheEntryPK, ByteArray blob) CacheClobEntryFactory.create(CacheEntryPK cacheEntryPK, String clob) CacheClobEntryFactory.create(Session session, CacheEntryPK cacheEntryPK, String clob) CacheEntryDependencyFactory.create(CacheEntryPK cacheEntryPK, EntityInstancePK entityInstancePK) CacheEntryDependencyFactory.create(Session session, CacheEntryPK cacheEntryPK, EntityInstancePK entityInstancePK) CacheEntryFactory.getEntityFromCache(Session session, CacheEntryPK pk) CacheEntryFactory.getEntityFromPK(EntityPermission entityPermission, CacheEntryPK pk) CacheEntryFactory.getEntityFromPK(Session session, EntityPermission entityPermission, CacheEntryPK pk) CacheEntryFactory.getValueFromPK(Session session, CacheEntryPK pk) voidCacheEntryFactory.remove(Session session, CacheEntryPK pk) booleanCacheEntryFactory.validPK(Session session, CacheEntryPK pk) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type CacheEntryPKModifier and TypeMethodDescriptionCacheEntryFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<CacheEntryPK> pks) CacheEntryFactory.getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<CacheEntryPK> pks) CacheEntryFactory.getValuesFromPKs(Session session, Collection<CacheEntryPK> pks) voidCacheEntryFactory.remove(Session session, Collection<CacheEntryPK> pks) voidCacheEntryFactory.remove(Collection<CacheEntryPK> pks) -
Uses of CacheEntryPK in com.echothree.model.data.core.server.value
Methods in com.echothree.model.data.core.server.value that return CacheEntryPKModifier and TypeMethodDescriptionCacheBlobEntryValue.getCacheEntryPK()CacheClobEntryValue.getCacheEntryPK()CacheEntryDependencyValue.getCacheEntryPK()CacheEntryValue.getPrimaryKey()Methods in com.echothree.model.data.core.server.value with parameters of type CacheEntryPKModifier and TypeMethodDescriptionvoidCacheBlobEntryValue.setCacheEntryPK(CacheEntryPK cacheEntryPK) voidCacheClobEntryValue.setCacheEntryPK(CacheEntryPK cacheEntryPK) voidCacheEntryDependencyValue.setCacheEntryPK(CacheEntryPK cacheEntryPK) Constructors in com.echothree.model.data.core.server.value with parameters of type CacheEntryPKModifierConstructorDescriptionCacheBlobEntryValue(CacheBlobEntryPK cacheBlobEntryPK, CacheEntryPK cacheEntryPK, ByteArray blob) Creates a new instance of CacheBlobEntryValueCacheBlobEntryValue(CacheEntryPK cacheEntryPK, ByteArray blob) Creates a new instance of CacheBlobEntryValueCacheClobEntryValue(CacheClobEntryPK cacheClobEntryPK, CacheEntryPK cacheEntryPK, String clob) Creates a new instance of CacheClobEntryValueCacheClobEntryValue(CacheEntryPK cacheEntryPK, String clob) Creates a new instance of CacheClobEntryValueCacheEntryDependencyValue(CacheEntryDependencyPK cacheEntryDependencyPK, CacheEntryPK cacheEntryPK, EntityInstancePK entityInstancePK) Creates a new instance of CacheEntryDependencyValueCacheEntryDependencyValue(CacheEntryPK cacheEntryPK, EntityInstancePK entityInstancePK) Creates a new instance of CacheEntryDependencyValueCacheEntryValue(CacheEntryPK cacheEntryPK, String cacheEntryKey, MimeTypePK mimeTypePK, Long createdTime, Long validUntilTime) Creates a new instance of CacheEntryValue