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(CacheBlobEntryPK pk) CacheBlobEntryFactory.getEntityFromPK(EntityPermission entityPermission, CacheBlobEntryPK pk) CacheBlobEntryFactory.getValueFromPK(CacheBlobEntryPK pk) voidCacheBlobEntryFactory.remove(CacheBlobEntryPK pk) booleanCacheBlobEntryFactory.validPK(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.getValuesFromPKs(Collection<CacheBlobEntryPK> pks) voidCacheBlobEntryFactory.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