Uses of Class
com.echothree.model.jooq.server.records.letter.Letters
Packages that use Letters
Package
Description
-
Uses of Letters in com.echothree.model.jooq.server.keys.chain
Fields in com.echothree.model.jooq.server.keys.chain with type parameters of type LettersModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<ChainActionLetters, Letters> ChainForeignKeys.CHAIN_ACTION_LETTERS_LETTER_FK -
Uses of Letters in com.echothree.model.jooq.server.keys.letter
Fields in com.echothree.model.jooq.server.keys.letter with type parameters of type LettersModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<LetterContactMechanismPurposeDetails, Letters> LetterForeignKeys.LETTER_CONTACT_MECHANISM_PURPOSE_DETAILS_LETTER_FKstatic final org.jooq.ForeignKey<LetterDescriptions, Letters> LetterForeignKeys.LETTER_DESCRIPTIONS_LETTER_FKstatic final org.jooq.ForeignKey<LetterDetails, Letters> LetterForeignKeys.LETTER_DETAILS_LETTER_FKstatic final org.jooq.ForeignKey<Letters, LetterDetails> LetterForeignKeys.LETTERS_ACTIVE_DETAIL_FKstatic final org.jooq.UniqueKey<Letters> LetterUniqueKeys.LETTERS_ACTIVE_DETAIL_UKstatic final org.jooq.ForeignKey<Letters, LetterDetails> LetterForeignKeys.LETTERS_LAST_DETAIL_FKstatic final org.jooq.UniqueKey<Letters> LetterUniqueKeys.LETTERS_LAST_DETAIL_UKstatic final org.jooq.UniqueKey<Letters> LetterUniqueKeys.LETTERS_PKstatic final org.jooq.ForeignKey<QueuedLetters, Letters> LetterForeignKeys.QUEUED_LETTERS_LETTER_FK -
Uses of Letters in com.echothree.model.jooq.server.tables.letter
Fields in com.echothree.model.jooq.server.tables.letter with type parameters of type LettersModifier and TypeFieldDescriptionfinal org.jooq.TableField<Letters, LetterDetailPK> Letters.ACTIVE_DETAILThe columnletters.lttr_activedetailid.final org.jooq.TableField<Letters, LetterDetailPK> Letters.LAST_DETAILThe columnletters.lttr_lastdetailid.Letters.LETTERThe columnletters.lttr_letterid.Methods in com.echothree.model.jooq.server.tables.letter that return types with arguments of type LettersModifier and TypeMethodDescriptionorg.jooq.UniqueKey<Letters> Letters.getPrimaryKey()Letters.getRecordType()The class holding records for this typeLetters.getReferences()Letters.getUniqueKeys()Constructor parameters in com.echothree.model.jooq.server.tables.letter with type arguments of type LettersModifierConstructorDescriptionLetters(org.jooq.Table<O> path, org.jooq.ForeignKey<O, Letters> childPath, org.jooq.InverseForeignKey<O, Letters> parentPath) Letters(org.jooq.Table<O> path, org.jooq.ForeignKey<O, Letters> childPath, org.jooq.InverseForeignKey<O, Letters> parentPath) LettersPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, Letters> childPath, org.jooq.InverseForeignKey<O, Letters> parentPath) LettersPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, Letters> childPath, org.jooq.InverseForeignKey<O, Letters> parentPath)