Uses of Class
com.echothree.model.data.core.common.pk.CacheBlobEntryPK
Packages that use CacheBlobEntryPK
Package
Description
-
Uses of CacheBlobEntryPK in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return CacheBlobEntryPK -
Uses of CacheBlobEntryPK in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return CacheBlobEntryPKModifier and TypeMethodDescriptionCacheBlobEntryFactory.getNextPK()
CacheBlobEntryFactory.getPKFromQuery
(PreparedStatement ps, Object... params) CacheBlobEntryFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type CacheBlobEntryPKModifier and TypeMethodDescriptionCacheBlobEntryFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) CacheBlobEntryFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) CacheBlobEntryFactory.getPKsFromResultSetAsList
(ResultSet rs) CacheBlobEntryFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type CacheBlobEntryPKModifier and TypeMethodDescriptionCacheBlobEntryFactory.getEntityFromCache
(Session session, CacheBlobEntryPK pk) CacheBlobEntryFactory.getEntityFromPK
(EntityPermission entityPermission, CacheBlobEntryPK pk) CacheBlobEntryFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, CacheBlobEntryPK pk) CacheBlobEntryFactory.getValueFromPK
(Session session, CacheBlobEntryPK pk) void
CacheBlobEntryFactory.remove
(Session session, CacheBlobEntryPK pk) boolean
CacheBlobEntryFactory.validPK
(Session session, CacheBlobEntryPK pk) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type CacheBlobEntryPKModifier and TypeMethodDescriptionCacheBlobEntryFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<CacheBlobEntryPK> pks) CacheBlobEntryFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<CacheBlobEntryPK> pks) CacheBlobEntryFactory.getValuesFromPKs
(Session session, Collection<CacheBlobEntryPK> pks) void
CacheBlobEntryFactory.remove
(Session session, Collection<CacheBlobEntryPK> pks) void
CacheBlobEntryFactory.remove
(Collection<CacheBlobEntryPK> pks) -
Uses of CacheBlobEntryPK in com.echothree.model.data.core.server.value
Methods in com.echothree.model.data.core.server.value that return CacheBlobEntryPKConstructors in com.echothree.model.data.core.server.value with parameters of type CacheBlobEntryPKModifierConstructorDescriptionCacheBlobEntryValue
(CacheBlobEntryPK cacheBlobEntryPK, CacheEntryPK cacheEntryPK, ByteArray blob) Creates a new instance of CacheBlobEntryValue