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
(Session session, CacheClobEntryPK pk) CacheClobEntryFactory.getEntityFromPK
(EntityPermission entityPermission, CacheClobEntryPK pk) CacheClobEntryFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, CacheClobEntryPK pk) CacheClobEntryFactory.getValueFromPK
(Session session, CacheClobEntryPK pk) void
CacheClobEntryFactory.remove
(Session session, CacheClobEntryPK pk) boolean
CacheClobEntryFactory.validPK
(Session session, 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.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<CacheClobEntryPK> pks) CacheClobEntryFactory.getValuesFromPKs
(Session session, Collection<CacheClobEntryPK> pks) void
CacheClobEntryFactory.remove
(Session session, Collection<CacheClobEntryPK> pks) void
CacheClobEntryFactory.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