Uses of Class
com.echothree.model.data.comment.common.pk.CommentBlobPK
Packages that use CommentBlobPK
Package
Description
-
Uses of CommentBlobPK in com.echothree.model.data.comment.server.entity
Methods in com.echothree.model.data.comment.server.entity that return CommentBlobPK -
Uses of CommentBlobPK in com.echothree.model.data.comment.server.factory
Methods in com.echothree.model.data.comment.server.factory that return CommentBlobPKModifier and TypeMethodDescriptionCommentBlobFactory.getNextPK()CommentBlobFactory.getPKFromQuery(PreparedStatement ps, Object... params) CommentBlobFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.comment.server.factory that return types with arguments of type CommentBlobPKModifier and TypeMethodDescriptionCommentBlobFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) CommentBlobFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) CommentBlobFactory.getPKsFromResultSetAsList(ResultSet rs) CommentBlobFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.comment.server.factory with parameters of type CommentBlobPKModifier and TypeMethodDescriptionCommentBlobFactory.getEntityFromCache(CommentBlobPK pk) CommentBlobFactory.getEntityFromPK(EntityPermission entityPermission, CommentBlobPK pk) CommentBlobFactory.getValueFromPK(CommentBlobPK pk) voidCommentBlobFactory.remove(CommentBlobPK pk) booleanCommentBlobFactory.validPK(CommentBlobPK pk) Method parameters in com.echothree.model.data.comment.server.factory with type arguments of type CommentBlobPKModifier and TypeMethodDescriptionCommentBlobFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<CommentBlobPK> pks) CommentBlobFactory.getValuesFromPKs(Collection<CommentBlobPK> pks) voidCommentBlobFactory.remove(Collection<CommentBlobPK> pks) -
Uses of CommentBlobPK in com.echothree.model.data.comment.server.value
Methods in com.echothree.model.data.comment.server.value that return CommentBlobPKConstructors in com.echothree.model.data.comment.server.value with parameters of type CommentBlobPKModifierConstructorDescriptionCommentBlobValue(CommentBlobPK commentBlobPK, CommentPK commentPK, ByteArray blob, Long fromTime, Long thruTime) Creates a new instance of CommentBlobValue -
Uses of CommentBlobPK in com.echothree.model.jooq.server.records.comment
Methods in com.echothree.model.jooq.server.records.comment that return CommentBlobPKModifier and TypeMethodDescriptionCommentBlobs.CommentBlob()Getter forcommentblobs.cmntb_commentblobid.Methods in com.echothree.model.jooq.server.records.comment that return types with arguments of type CommentBlobPKMethods in com.echothree.model.jooq.server.records.comment with parameters of type CommentBlobPKModifier and TypeMethodDescriptionvoidCommentBlobs.CommentBlob(CommentBlobPK value) Setter forcommentblobs.cmntb_commentblobid.Constructors in com.echothree.model.jooq.server.records.comment with parameters of type CommentBlobPKModifierConstructorDescriptionCommentBlobs(CommentBlobPK CommentBlob, CommentPK Comment, byte[] Blob, Long FromTime, Long ThruTime) Create a detached, initialised CommentBlobs -
Uses of CommentBlobPK in com.echothree.model.jooq.server.tables.comment
Fields in com.echothree.model.jooq.server.tables.comment with type parameters of type CommentBlobPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<CommentBlobs, CommentBlobPK> CommentBlobs.COMMENT_BLOBThe columncommentblobs.cmntb_commentblobid.