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 -
Uses of CacheBlobEntryPK in com.echothree.model.jooq.server.records.core
Methods in com.echothree.model.jooq.server.records.core that return CacheBlobEntryPKModifier and TypeMethodDescriptionCacheBlobEntries.CacheBlobEntry()Getter forcacheblobentries.cbent_cacheblobentryid.Methods in com.echothree.model.jooq.server.records.core that return types with arguments of type CacheBlobEntryPKMethods in com.echothree.model.jooq.server.records.core with parameters of type CacheBlobEntryPKModifier and TypeMethodDescriptionvoidCacheBlobEntries.CacheBlobEntry(CacheBlobEntryPK value) Setter forcacheblobentries.cbent_cacheblobentryid.Constructors in com.echothree.model.jooq.server.records.core with parameters of type CacheBlobEntryPKModifierConstructorDescriptionCacheBlobEntries(CacheBlobEntryPK CacheBlobEntry, CacheEntryPK CacheEntry, byte[] Blob) Create a detached, initialised CacheBlobEntries -
Uses of CacheBlobEntryPK in com.echothree.model.jooq.server.tables.core
Fields in com.echothree.model.jooq.server.tables.core with type parameters of type CacheBlobEntryPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<CacheBlobEntries, CacheBlobEntryPK> CacheBlobEntries.CACHE_BLOB_ENTRYThe columncacheblobentries.cbent_cacheblobentryid.