Uses of Class
com.echothree.model.jooq.server.records.letter.LetterSources
Packages that use LetterSources
Package
Description
-
Uses of LetterSources in com.echothree.model.jooq.server.keys.letter
Fields in com.echothree.model.jooq.server.keys.letter with type parameters of type LetterSourcesModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<LetterDetails, LetterSources> LetterForeignKeys.LETTER_DETAILS_LETTER_SOURCE_FKstatic final org.jooq.ForeignKey<LetterSourceDescriptions, LetterSources> LetterForeignKeys.LETTER_SOURCE_DESCRIPTIONS_LETTER_SOURCE_FKstatic final org.jooq.ForeignKey<LetterSourceDetails, LetterSources> LetterForeignKeys.LETTER_SOURCE_DETAILS_LETTER_SOURCE_FKstatic final org.jooq.ForeignKey<LetterSources, LetterSourceDetails> LetterForeignKeys.LETTER_SOURCES_ACTIVE_DETAIL_FKstatic final org.jooq.UniqueKey<LetterSources> LetterUniqueKeys.LETTER_SOURCES_ACTIVE_DETAIL_UKstatic final org.jooq.ForeignKey<LetterSources, LetterSourceDetails> LetterForeignKeys.LETTER_SOURCES_LAST_DETAIL_FKstatic final org.jooq.UniqueKey<LetterSources> LetterUniqueKeys.LETTER_SOURCES_LAST_DETAIL_UKstatic final org.jooq.UniqueKey<LetterSources> LetterUniqueKeys.LETTER_SOURCES_PK -
Uses of LetterSources in com.echothree.model.jooq.server.tables.letter
Fields in com.echothree.model.jooq.server.tables.letter with type parameters of type LetterSourcesModifier and TypeFieldDescriptionfinal org.jooq.TableField<LetterSources, LetterSourceDetailPK> LetterSources.ACTIVE_DETAILThe columnlettersources.lttrsrc_activedetailid.final org.jooq.TableField<LetterSources, LetterSourceDetailPK> LetterSources.LAST_DETAILThe columnlettersources.lttrsrc_lastdetailid.final org.jooq.TableField<LetterSources, LetterSourcePK> LetterSources.LETTER_SOURCEThe columnlettersources.lttrsrc_lettersourceid.Methods in com.echothree.model.jooq.server.tables.letter that return types with arguments of type LetterSourcesModifier and TypeMethodDescriptionorg.jooq.UniqueKey<LetterSources> LetterSources.getPrimaryKey()LetterSources.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<LetterSources, ?>> LetterSources.getReferences()List<org.jooq.UniqueKey<LetterSources>> LetterSources.getUniqueKeys()Constructor parameters in com.echothree.model.jooq.server.tables.letter with type arguments of type LetterSourcesModifierConstructorDescriptionLetterSources(org.jooq.Table<O> path, org.jooq.ForeignKey<O, LetterSources> childPath, org.jooq.InverseForeignKey<O, LetterSources> parentPath) LetterSources(org.jooq.Table<O> path, org.jooq.ForeignKey<O, LetterSources> childPath, org.jooq.InverseForeignKey<O, LetterSources> parentPath) LetterSourcesPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, LetterSources> childPath, org.jooq.InverseForeignKey<O, LetterSources> parentPath) LetterSourcesPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, LetterSources> childPath, org.jooq.InverseForeignKey<O, LetterSources> parentPath)