Uses of Class
com.echothree.model.data.comment.common.pk.CommentClobPK
Packages that use CommentClobPK
Package
Description
-
Uses of CommentClobPK in com.echothree.model.data.comment.server.entity
Methods in com.echothree.model.data.comment.server.entity that return CommentClobPK -
Uses of CommentClobPK in com.echothree.model.data.comment.server.factory
Methods in com.echothree.model.data.comment.server.factory that return CommentClobPKModifier and TypeMethodDescriptionCommentClobFactory.getNextPK()
CommentClobFactory.getPKFromQuery
(PreparedStatement ps, Object... params) CommentClobFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.comment.server.factory that return types with arguments of type CommentClobPKModifier and TypeMethodDescriptionCommentClobFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) CommentClobFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) CommentClobFactory.getPKsFromResultSetAsList
(ResultSet rs) CommentClobFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.comment.server.factory with parameters of type CommentClobPKModifier and TypeMethodDescriptionCommentClobFactory.getEntityFromCache
(Session session, CommentClobPK pk) CommentClobFactory.getEntityFromPK
(EntityPermission entityPermission, CommentClobPK pk) CommentClobFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, CommentClobPK pk) CommentClobFactory.getValueFromPK
(Session session, CommentClobPK pk) void
CommentClobFactory.remove
(Session session, CommentClobPK pk) boolean
CommentClobFactory.validPK
(Session session, CommentClobPK pk) Method parameters in com.echothree.model.data.comment.server.factory with type arguments of type CommentClobPKModifier and TypeMethodDescriptionCommentClobFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<CommentClobPK> pks) CommentClobFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<CommentClobPK> pks) CommentClobFactory.getValuesFromPKs
(Session session, Collection<CommentClobPK> pks) void
CommentClobFactory.remove
(Session session, Collection<CommentClobPK> pks) void
CommentClobFactory.remove
(Collection<CommentClobPK> pks) -
Uses of CommentClobPK in com.echothree.model.data.comment.server.value
Methods in com.echothree.model.data.comment.server.value that return CommentClobPKConstructors in com.echothree.model.data.comment.server.value with parameters of type CommentClobPKModifierConstructorDescriptionCommentClobValue
(CommentClobPK commentClobPK, CommentPK commentPK, String clob, Long fromTime, Long thruTime) Creates a new instance of CommentClobValue