Uses of Class
com.echothree.model.jooq.server.records.letter.LetterSourceDescriptions
Packages that use LetterSourceDescriptions
Package
Description
-
Uses of LetterSourceDescriptions in com.echothree.model.jooq.server.keys.letter
Fields in com.echothree.model.jooq.server.keys.letter with type parameters of type LetterSourceDescriptionsModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<LetterSourceDescriptions, Languages> LetterForeignKeys.LETTER_SOURCE_DESCRIPTIONS_LANGUAGE_FKstatic final org.jooq.UniqueKey<LetterSourceDescriptions> static final org.jooq.ForeignKey<LetterSourceDescriptions, LetterSources> LetterForeignKeys.LETTER_SOURCE_DESCRIPTIONS_LETTER_SOURCE_FKstatic final org.jooq.UniqueKey<LetterSourceDescriptions> LetterUniqueKeys.LETTER_SOURCE_DESCRIPTIONS_PK -
Uses of LetterSourceDescriptions in com.echothree.model.jooq.server.tables.letter
Fields in com.echothree.model.jooq.server.tables.letter with type parameters of type LetterSourceDescriptionsModifier and TypeFieldDescriptionfinal org.jooq.TableField<LetterSourceDescriptions, String> LetterSourceDescriptions.DESCRIPTIONThe columnlettersourcedescriptions.lttrsrcd_description.final org.jooq.TableField<LetterSourceDescriptions, Long> LetterSourceDescriptions.FROM_TIMEThe columnlettersourcedescriptions.lttrsrcd_fromtime.final org.jooq.TableField<LetterSourceDescriptions, LanguagePK> LetterSourceDescriptions.LANGUAGEThe columnlettersourcedescriptions.lttrsrcd_lang_languageid.final org.jooq.TableField<LetterSourceDescriptions, LetterSourcePK> LetterSourceDescriptions.LETTER_SOURCEThe columnlettersourcedescriptions.lttrsrcd_lttrsrc_lettersourceid.final org.jooq.TableField<LetterSourceDescriptions, LetterSourceDescriptionPK> LetterSourceDescriptions.LETTER_SOURCE_DESCRIPTIONThe columnlettersourcedescriptions.lttrsrcd_lettersourcedescriptionid.final org.jooq.TableField<LetterSourceDescriptions, Long> LetterSourceDescriptions.THRU_TIMEThe columnlettersourcedescriptions.lttrsrcd_thrutime.Methods in com.echothree.model.jooq.server.tables.letter that return types with arguments of type LetterSourceDescriptionsModifier and TypeMethodDescriptionorg.jooq.UniqueKey<LetterSourceDescriptions> LetterSourceDescriptions.getPrimaryKey()LetterSourceDescriptions.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<LetterSourceDescriptions, ?>> LetterSourceDescriptions.getReferences()List<org.jooq.UniqueKey<LetterSourceDescriptions>> LetterSourceDescriptions.getUniqueKeys()