Uses of Class
com.echothree.model.jooq.server.records.party.Genders
Packages that use Genders
Package
Description
-
Uses of Genders in com.echothree.model.jooq.server.keys.party
Fields in com.echothree.model.jooq.server.keys.party with type parameters of type GendersModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<GenderDescriptions, Genders> PartyForeignKeys.GENDER_DESCRIPTIONS_GENDER_FKstatic final org.jooq.ForeignKey<GenderDetails, Genders> PartyForeignKeys.GENDER_DETAILS_GENDER_FKstatic final org.jooq.ForeignKey<Genders, GenderDetails> PartyForeignKeys.GENDERS_ACTIVE_DETAIL_FKstatic final org.jooq.UniqueKey<Genders> PartyUniqueKeys.GENDERS_ACTIVE_DETAIL_UKstatic final org.jooq.ForeignKey<Genders, GenderDetails> PartyForeignKeys.GENDERS_LAST_DETAIL_FKstatic final org.jooq.UniqueKey<Genders> PartyUniqueKeys.GENDERS_LAST_DETAIL_UKstatic final org.jooq.UniqueKey<Genders> PartyUniqueKeys.GENDERS_PKPartyForeignKeys.PROFILES_GENDER_FK -
Uses of Genders in com.echothree.model.jooq.server.tables.party
Fields in com.echothree.model.jooq.server.tables.party with type parameters of type GendersModifier and TypeFieldDescriptionfinal org.jooq.TableField<Genders, GenderDetailPK> Genders.ACTIVE_DETAILThe columngenders.gndr_activedetailid.Genders.GENDERThe columngenders.gndr_genderid.final org.jooq.TableField<Genders, GenderDetailPK> Genders.LAST_DETAILThe columngenders.gndr_lastdetailid.Methods in com.echothree.model.jooq.server.tables.party that return types with arguments of type GendersModifier and TypeMethodDescriptionorg.jooq.UniqueKey<Genders> Genders.getPrimaryKey()Genders.getRecordType()The class holding records for this typeGenders.getReferences()Genders.getUniqueKeys()Constructor parameters in com.echothree.model.jooq.server.tables.party with type arguments of type GendersModifierConstructorDescriptionGenders(org.jooq.Table<O> path, org.jooq.ForeignKey<O, Genders> childPath, org.jooq.InverseForeignKey<O, Genders> parentPath) Genders(org.jooq.Table<O> path, org.jooq.ForeignKey<O, Genders> childPath, org.jooq.InverseForeignKey<O, Genders> parentPath) GendersPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, Genders> childPath, org.jooq.InverseForeignKey<O, Genders> parentPath) GendersPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, Genders> childPath, org.jooq.InverseForeignKey<O, Genders> parentPath)