Uses of Class
com.echothree.model.jooq.server.records.chain.ChainActionDescriptions
Packages that use ChainActionDescriptions
Package
Description
-
Uses of ChainActionDescriptions in com.echothree.model.jooq.server.keys.chain
Fields in com.echothree.model.jooq.server.keys.chain with type parameters of type ChainActionDescriptionsModifier and TypeFieldDescriptionstatic final org.jooq.UniqueKey<ChainActionDescriptions> static final org.jooq.ForeignKey<ChainActionDescriptions, ChainActions> ChainForeignKeys.CHAIN_ACTION_DESCRIPTIONS_CHAIN_ACTION_FKstatic final org.jooq.ForeignKey<ChainActionDescriptions, Languages> ChainForeignKeys.CHAIN_ACTION_DESCRIPTIONS_LANGUAGE_FKstatic final org.jooq.UniqueKey<ChainActionDescriptions> ChainUniqueKeys.CHAIN_ACTION_DESCRIPTIONS_PK -
Uses of ChainActionDescriptions in com.echothree.model.jooq.server.tables.chain
Fields in com.echothree.model.jooq.server.tables.chain with type parameters of type ChainActionDescriptionsModifier and TypeFieldDescriptionfinal org.jooq.TableField<ChainActionDescriptions, ChainActionPK> ChainActionDescriptions.CHAIN_ACTIONThe columnchainactiondescriptions.chnactd_chnact_chainactionid.final org.jooq.TableField<ChainActionDescriptions, ChainActionDescriptionPK> ChainActionDescriptions.CHAIN_ACTION_DESCRIPTIONThe columnchainactiondescriptions.chnactd_chainactiondescriptionid.final org.jooq.TableField<ChainActionDescriptions, String> ChainActionDescriptions.DESCRIPTIONThe columnchainactiondescriptions.chnactd_description.final org.jooq.TableField<ChainActionDescriptions, Long> ChainActionDescriptions.FROM_TIMEThe columnchainactiondescriptions.chnactd_fromtime.final org.jooq.TableField<ChainActionDescriptions, LanguagePK> ChainActionDescriptions.LANGUAGEThe columnchainactiondescriptions.chnactd_lang_languageid.final org.jooq.TableField<ChainActionDescriptions, Long> ChainActionDescriptions.THRU_TIMEThe columnchainactiondescriptions.chnactd_thrutime.Methods in com.echothree.model.jooq.server.tables.chain that return types with arguments of type ChainActionDescriptionsModifier and TypeMethodDescriptionorg.jooq.UniqueKey<ChainActionDescriptions> ChainActionDescriptions.getPrimaryKey()ChainActionDescriptions.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<ChainActionDescriptions, ?>> ChainActionDescriptions.getReferences()List<org.jooq.UniqueKey<ChainActionDescriptions>> ChainActionDescriptions.getUniqueKeys()