Uses of Class
com.echothree.model.jooq.server.records.party.PartyDepartments
Packages that use PartyDepartments
Package
Description
-
Uses of PartyDepartments in com.echothree.model.jooq.server.keys.party
Fields in com.echothree.model.jooq.server.keys.party with type parameters of type PartyDepartmentsModifier and TypeFieldDescriptionstatic final org.jooq.UniqueKey<PartyDepartments> static final org.jooq.ForeignKey<PartyDepartments, Parties> PartyForeignKeys.PARTY_DEPARTMENTS_DIVISION_PARTY_FKstatic final org.jooq.UniqueKey<PartyDepartments> PartyUniqueKeys.PARTY_DEPARTMENTS_PARTY_AND_THRU_TIME_UKstatic final org.jooq.ForeignKey<PartyDepartments, Parties> PartyForeignKeys.PARTY_DEPARTMENTS_PARTY_FKstatic final org.jooq.UniqueKey<PartyDepartments> PartyUniqueKeys.PARTY_DEPARTMENTS_PK -
Uses of PartyDepartments in com.echothree.model.jooq.server.tables.party
Fields in com.echothree.model.jooq.server.tables.party with type parameters of type PartyDepartmentsModifier and TypeFieldDescriptionfinal org.jooq.TableField<PartyDepartments, PartyPK> PartyDepartments.DIVISION_PARTYThe columnpartydepartments.pdept_divisionpartyid.final org.jooq.TableField<PartyDepartments, Long> PartyDepartments.FROM_TIMEThe columnpartydepartments.pdept_fromtime.final org.jooq.TableField<PartyDepartments, Boolean> PartyDepartments.IS_DEFAULTThe columnpartydepartments.pdept_isdefault.final org.jooq.TableField<PartyDepartments, PartyPK> PartyDepartments.PARTYThe columnpartydepartments.pdept_par_partyid.final org.jooq.TableField<PartyDepartments, PartyDepartmentPK> PartyDepartments.PARTY_DEPARTMENTThe columnpartydepartments.pdept_partydepartmentid.final org.jooq.TableField<PartyDepartments, String> PartyDepartments.PARTY_DEPARTMENT_NAMEThe columnpartydepartments.pdept_partydepartmentname.final org.jooq.TableField<PartyDepartments, Integer> PartyDepartments.SORT_ORDERThe columnpartydepartments.pdept_sortorder.final org.jooq.TableField<PartyDepartments, Long> PartyDepartments.THRU_TIMEThe columnpartydepartments.pdept_thrutime.Methods in com.echothree.model.jooq.server.tables.party that return types with arguments of type PartyDepartmentsModifier and TypeMethodDescriptionorg.jooq.UniqueKey<PartyDepartments> PartyDepartments.getPrimaryKey()PartyDepartments.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<PartyDepartments, ?>> PartyDepartments.getReferences()List<org.jooq.UniqueKey<PartyDepartments>> PartyDepartments.getUniqueKeys()