Uses of Class
com.echothree.model.jooq.server.records.chain.ChainKinds
Packages that use ChainKinds
Package
Description
-
Uses of ChainKinds in com.echothree.model.jooq.server.keys.chain
Fields in com.echothree.model.jooq.server.keys.chain with type parameters of type ChainKindsModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<ChainActionTypeUses, ChainKinds> ChainForeignKeys.CHAIN_ACTION_TYPE_USES_CHAIN_KIND_FKstatic final org.jooq.ForeignKey<ChainKindDescriptions, ChainKinds> ChainForeignKeys.CHAIN_KIND_DESCRIPTIONS_CHAIN_KIND_FKstatic final org.jooq.ForeignKey<ChainKindDetails, ChainKinds> ChainForeignKeys.CHAIN_KIND_DETAILS_CHAIN_KIND_FKstatic final org.jooq.ForeignKey<ChainKinds, ChainKindDetails> ChainForeignKeys.CHAIN_KINDS_ACTIVE_DETAIL_FKstatic final org.jooq.UniqueKey<ChainKinds> ChainUniqueKeys.CHAIN_KINDS_ACTIVE_DETAIL_UKstatic final org.jooq.ForeignKey<ChainKinds, ChainKindDetails> ChainForeignKeys.CHAIN_KINDS_LAST_DETAIL_FKstatic final org.jooq.UniqueKey<ChainKinds> ChainUniqueKeys.CHAIN_KINDS_LAST_DETAIL_UKstatic final org.jooq.UniqueKey<ChainKinds> ChainUniqueKeys.CHAIN_KINDS_PKstatic final org.jooq.ForeignKey<ChainTypeDetails, ChainKinds> ChainForeignKeys.CHAIN_TYPE_DETAILS_CHAIN_KIND_FK -
Uses of ChainKinds in com.echothree.model.jooq.server.keys.survey
Fields in com.echothree.model.jooq.server.keys.survey with type parameters of type ChainKindsModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<SurveyTypes, ChainKinds> SurveyForeignKeys.SURVEY_TYPES_CHAIN_KIND_FK -
Uses of ChainKinds in com.echothree.model.jooq.server.tables.chain
Fields in com.echothree.model.jooq.server.tables.chain with type parameters of type ChainKindsModifier and TypeFieldDescriptionfinal org.jooq.TableField<ChainKinds, ChainKindDetailPK> ChainKinds.ACTIVE_DETAILThe columnchainkinds.chnk_activedetailid.final org.jooq.TableField<ChainKinds, ChainKindPK> ChainKinds.CHAIN_KINDThe columnchainkinds.chnk_chainkindid.final org.jooq.TableField<ChainKinds, ChainKindDetailPK> ChainKinds.LAST_DETAILThe columnchainkinds.chnk_lastdetailid.Methods in com.echothree.model.jooq.server.tables.chain that return types with arguments of type ChainKindsModifier and TypeMethodDescriptionorg.jooq.UniqueKey<ChainKinds> ChainKinds.getPrimaryKey()ChainKinds.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<ChainKinds, ?>> ChainKinds.getReferences()List<org.jooq.UniqueKey<ChainKinds>> ChainKinds.getUniqueKeys()Constructor parameters in com.echothree.model.jooq.server.tables.chain with type arguments of type ChainKindsModifierConstructorDescriptionChainKinds(org.jooq.Table<O> path, org.jooq.ForeignKey<O, ChainKinds> childPath, org.jooq.InverseForeignKey<O, ChainKinds> parentPath) ChainKinds(org.jooq.Table<O> path, org.jooq.ForeignKey<O, ChainKinds> childPath, org.jooq.InverseForeignKey<O, ChainKinds> parentPath) ChainKindsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, ChainKinds> childPath, org.jooq.InverseForeignKey<O, ChainKinds> parentPath) ChainKindsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, ChainKinds> childPath, org.jooq.InverseForeignKey<O, ChainKinds> parentPath)