Uses of Class
com.echothree.model.data.document.common.pk.DocumentBlobPK
Packages that use DocumentBlobPK
Package
Description
-
Uses of DocumentBlobPK in com.echothree.model.data.document.server.entity
Methods in com.echothree.model.data.document.server.entity that return DocumentBlobPK -
Uses of DocumentBlobPK in com.echothree.model.data.document.server.factory
Methods in com.echothree.model.data.document.server.factory that return DocumentBlobPKModifier and TypeMethodDescriptionDocumentBlobFactory.getNextPK()DocumentBlobFactory.getPKFromQuery(PreparedStatement ps, Object... params) DocumentBlobFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.document.server.factory that return types with arguments of type DocumentBlobPKModifier and TypeMethodDescriptionDocumentBlobFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) DocumentBlobFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) DocumentBlobFactory.getPKsFromResultSetAsList(ResultSet rs) DocumentBlobFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.document.server.factory with parameters of type DocumentBlobPKModifier and TypeMethodDescriptionDocumentBlobFactory.getEntityFromCache(DocumentBlobPK pk) DocumentBlobFactory.getEntityFromPK(EntityPermission entityPermission, DocumentBlobPK pk) DocumentBlobFactory.getValueFromPK(DocumentBlobPK pk) voidDocumentBlobFactory.remove(DocumentBlobPK pk) booleanDocumentBlobFactory.validPK(DocumentBlobPK pk) Method parameters in com.echothree.model.data.document.server.factory with type arguments of type DocumentBlobPKModifier and TypeMethodDescriptionDocumentBlobFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<DocumentBlobPK> pks) DocumentBlobFactory.getValuesFromPKs(Collection<DocumentBlobPK> pks) voidDocumentBlobFactory.remove(Collection<DocumentBlobPK> pks) -
Uses of DocumentBlobPK in com.echothree.model.data.document.server.value
Methods in com.echothree.model.data.document.server.value that return DocumentBlobPKConstructors in com.echothree.model.data.document.server.value with parameters of type DocumentBlobPKModifierConstructorDescriptionDocumentBlobValue(DocumentBlobPK documentBlobPK, DocumentPK documentPK, ByteArray blob, Long fromTime, Long thruTime) Creates a new instance of DocumentBlobValue -
Uses of DocumentBlobPK in com.echothree.model.jooq.server.records.document
Methods in com.echothree.model.jooq.server.records.document that return DocumentBlobPKModifier and TypeMethodDescriptionDocumentBlobs.DocumentBlob()Getter fordocumentblobs.dcmntb_documentblobid.Methods in com.echothree.model.jooq.server.records.document that return types with arguments of type DocumentBlobPKMethods in com.echothree.model.jooq.server.records.document with parameters of type DocumentBlobPKModifier and TypeMethodDescriptionvoidDocumentBlobs.DocumentBlob(DocumentBlobPK value) Setter fordocumentblobs.dcmntb_documentblobid.Constructors in com.echothree.model.jooq.server.records.document with parameters of type DocumentBlobPKModifierConstructorDescriptionDocumentBlobs(DocumentBlobPK DocumentBlob, DocumentPK Document, byte[] Blob, Long FromTime, Long ThruTime) Create a detached, initialised DocumentBlobs -
Uses of DocumentBlobPK in com.echothree.model.jooq.server.tables.document
Fields in com.echothree.model.jooq.server.tables.document with type parameters of type DocumentBlobPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<DocumentBlobs, DocumentBlobPK> DocumentBlobs.DOCUMENT_BLOBThe columndocumentblobs.dcmntb_documentblobid.