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(CommentClobPK pk) CommentClobFactory.getEntityFromPK(EntityPermission entityPermission, CommentClobPK pk) CommentClobFactory.getValueFromPK(CommentClobPK pk) voidCommentClobFactory.remove(CommentClobPK pk) booleanCommentClobFactory.validPK(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.getValuesFromPKs(Collection<CommentClobPK> pks) voidCommentClobFactory.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