Uses of Class
com.echothree.model.data.core.common.pk.CacheClobEntryPK
Packages that use CacheClobEntryPK
Package
Description
-
Uses of CacheClobEntryPK in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return CacheClobEntryPK -
Uses of CacheClobEntryPK in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return CacheClobEntryPKModifier and TypeMethodDescriptionCacheClobEntryFactory.getNextPK()CacheClobEntryFactory.getPKFromQuery(PreparedStatement ps, Object... params) CacheClobEntryFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type CacheClobEntryPKModifier and TypeMethodDescriptionCacheClobEntryFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) CacheClobEntryFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) CacheClobEntryFactory.getPKsFromResultSetAsList(ResultSet rs) CacheClobEntryFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type CacheClobEntryPKModifier and TypeMethodDescriptionCacheClobEntryFactory.getEntityFromCache(CacheClobEntryPK pk) CacheClobEntryFactory.getEntityFromPK(EntityPermission entityPermission, CacheClobEntryPK pk) CacheClobEntryFactory.getValueFromPK(CacheClobEntryPK pk) voidCacheClobEntryFactory.remove(CacheClobEntryPK pk) booleanCacheClobEntryFactory.validPK(CacheClobEntryPK pk) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type CacheClobEntryPKModifier and TypeMethodDescriptionCacheClobEntryFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<CacheClobEntryPK> pks) CacheClobEntryFactory.getValuesFromPKs(Collection<CacheClobEntryPK> pks) voidCacheClobEntryFactory.remove(Collection<CacheClobEntryPK> pks) -
Uses of CacheClobEntryPK in com.echothree.model.data.core.server.value
Methods in com.echothree.model.data.core.server.value that return CacheClobEntryPKConstructors in com.echothree.model.data.core.server.value with parameters of type CacheClobEntryPKModifierConstructorDescriptionCacheClobEntryValue(CacheClobEntryPK cacheClobEntryPK, CacheEntryPK cacheEntryPK, String clob) Creates a new instance of CacheClobEntryValue