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