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 TypeMethodDescriptionvoid
CacheBlobEntry.setCacheEntryPK
(CacheEntryPK cacheEntryPK) void
CacheClobEntry.setCacheEntryPK
(CacheEntryPK cacheEntryPK) void
CacheEntryDependency.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) void
CacheEntryFactory.remove
(Session session, CacheEntryPK pk) boolean
CacheEntryFactory.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) void
CacheEntryFactory.remove
(Session session, Collection<CacheEntryPK> pks) void
CacheEntryFactory.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 TypeMethodDescriptionvoid
CacheBlobEntryValue.setCacheEntryPK
(CacheEntryPK cacheEntryPK) void
CacheClobEntryValue.setCacheEntryPK
(CacheEntryPK cacheEntryPK) void
CacheEntryDependencyValue.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