Uses of Class
com.echothree.model.jooq.server.records.document.PartyDocuments
Packages that use PartyDocuments
Package
Description
-
Uses of PartyDocuments in com.echothree.model.jooq.server.keys.document
Fields in com.echothree.model.jooq.server.keys.document with type parameters of type PartyDocumentsModifier and TypeFieldDescriptionstatic final org.jooq.UniqueKey<PartyDocuments> DocumentUniqueKeys.PARTY_DOCUMENTS_DOCUMENT_AND_THRU_TIME_UKstatic final org.jooq.ForeignKey<PartyDocuments, Documents> DocumentForeignKeys.PARTY_DOCUMENTS_DOCUMENT_FKstatic final org.jooq.ForeignKey<PartyDocuments, Parties> DocumentForeignKeys.PARTY_DOCUMENTS_PARTY_FKstatic final org.jooq.UniqueKey<PartyDocuments> DocumentUniqueKeys.PARTY_DOCUMENTS_PK -
Uses of PartyDocuments in com.echothree.model.jooq.server.tables.document
Fields in com.echothree.model.jooq.server.tables.document with type parameters of type PartyDocumentsModifier and TypeFieldDescriptionfinal org.jooq.TableField<PartyDocuments, DocumentPK> PartyDocuments.DOCUMENTThe columnpartydocuments.pardcmnt_dcmnt_documentid.final org.jooq.TableField<PartyDocuments, Long> PartyDocuments.FROM_TIMEThe columnpartydocuments.pardcmnt_fromtime.final org.jooq.TableField<PartyDocuments, Boolean> PartyDocuments.IS_DEFAULTThe columnpartydocuments.pardcmnt_isdefault.final org.jooq.TableField<PartyDocuments, PartyPK> PartyDocuments.PARTYThe columnpartydocuments.pardcmnt_par_partyid.final org.jooq.TableField<PartyDocuments, PartyDocumentPK> PartyDocuments.PARTY_DOCUMENTThe columnpartydocuments.pardcmnt_partydocumentid.final org.jooq.TableField<PartyDocuments, Integer> PartyDocuments.SORT_ORDERThe columnpartydocuments.pardcmnt_sortorder.final org.jooq.TableField<PartyDocuments, Long> PartyDocuments.THRU_TIMEThe columnpartydocuments.pardcmnt_thrutime.Methods in com.echothree.model.jooq.server.tables.document that return types with arguments of type PartyDocumentsModifier and TypeMethodDescriptionorg.jooq.UniqueKey<PartyDocuments> PartyDocuments.getPrimaryKey()PartyDocuments.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<PartyDocuments, ?>> PartyDocuments.getReferences()List<org.jooq.UniqueKey<PartyDocuments>> PartyDocuments.getUniqueKeys()