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