Uses of Class
com.echothree.model.jooq.server.records.document.Documents
Packages that use Documents
Package
Description
-
Uses of Documents in com.echothree.model.jooq.server.keys.communication
Fields in com.echothree.model.jooq.server.keys.communication with type parameters of type DocumentsModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<CommunicationEventDetails, Documents> CommunicationForeignKeys.COMMUNICATION_EVENT_DETAILS_DOCUMENT_FK -
Uses of Documents in com.echothree.model.jooq.server.keys.document
Fields in com.echothree.model.jooq.server.keys.document with type parameters of type DocumentsModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<DocumentBlobs, Documents> DocumentForeignKeys.DOCUMENT_BLOBS_DOCUMENT_FKstatic final org.jooq.ForeignKey<DocumentClobs, Documents> DocumentForeignKeys.DOCUMENT_CLOBS_DOCUMENT_FKstatic final org.jooq.ForeignKey<DocumentDescriptions, Documents> DocumentForeignKeys.DOCUMENT_DESCRIPTIONS_DOCUMENT_FKstatic final org.jooq.ForeignKey<DocumentDetails, Documents> DocumentForeignKeys.DOCUMENT_DETAILS_DOCUMENT_FKstatic final org.jooq.ForeignKey<Documents, DocumentDetails> DocumentForeignKeys.DOCUMENTS_ACTIVE_DETAIL_FKstatic final org.jooq.UniqueKey<Documents> DocumentUniqueKeys.DOCUMENTS_ACTIVE_DETAIL_UKstatic final org.jooq.ForeignKey<Documents, DocumentDetails> DocumentForeignKeys.DOCUMENTS_LAST_DETAIL_FKstatic final org.jooq.UniqueKey<Documents> DocumentUniqueKeys.DOCUMENTS_LAST_DETAIL_UKstatic final org.jooq.UniqueKey<Documents> DocumentUniqueKeys.DOCUMENTS_PKstatic final org.jooq.ForeignKey<PartyDocuments, Documents> DocumentForeignKeys.PARTY_DOCUMENTS_DOCUMENT_FK -
Uses of Documents in com.echothree.model.jooq.server.keys.icon
Fields in com.echothree.model.jooq.server.keys.icon with type parameters of type DocumentsModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<IconDetails, Documents> IconForeignKeys.ICON_DETAILS_DOCUMENT_FK -
Uses of Documents in com.echothree.model.jooq.server.keys.printer
Fields in com.echothree.model.jooq.server.keys.printer with type parameters of type DocumentsModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<PrinterGroupJobDetails, Documents> PrinterForeignKeys.PRINTER_GROUP_JOB_DETAILS_DOCUMENT_FK -
Uses of Documents in com.echothree.model.jooq.server.tables.document
Fields in com.echothree.model.jooq.server.tables.document with type parameters of type DocumentsModifier and TypeFieldDescriptionfinal org.jooq.TableField<Documents, DocumentDetailPK> Documents.ACTIVE_DETAILThe columndocuments.dcmnt_activedetailid.final org.jooq.TableField<Documents, DocumentPK> Documents.DOCUMENTThe columndocuments.dcmnt_documentid.final org.jooq.TableField<Documents, DocumentDetailPK> Documents.LAST_DETAILThe columndocuments.dcmnt_lastdetailid.Methods in com.echothree.model.jooq.server.tables.document that return types with arguments of type DocumentsModifier and TypeMethodDescriptionorg.jooq.UniqueKey<Documents> Documents.getPrimaryKey()Documents.getRecordType()The class holding records for this typeDocuments.getReferences()Documents.getUniqueKeys()Constructor parameters in com.echothree.model.jooq.server.tables.document with type arguments of type DocumentsModifierConstructorDescriptionDocuments(org.jooq.Table<O> path, org.jooq.ForeignKey<O, Documents> childPath, org.jooq.InverseForeignKey<O, Documents> parentPath) Documents(org.jooq.Table<O> path, org.jooq.ForeignKey<O, Documents> childPath, org.jooq.InverseForeignKey<O, Documents> parentPath) DocumentsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, Documents> childPath, org.jooq.InverseForeignKey<O, Documents> parentPath) DocumentsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, Documents> childPath, org.jooq.InverseForeignKey<O, Documents> parentPath)