Uses of Class
com.echothree.model.jooq.server.records.term.TermDetails
Packages that use TermDetails
Package
Description
-
Uses of TermDetails in com.echothree.model.jooq.server.keys.term
Fields in com.echothree.model.jooq.server.keys.term with type parameters of type TermDetailsModifier and TypeFieldDescriptionstatic final org.jooq.UniqueKey<TermDetails> TermUniqueKeys.TERM_DETAILS_PKstatic final org.jooq.UniqueKey<TermDetails> TermUniqueKeys.TERM_DETAILS_TERM_AND_THRU_TIME_UKstatic final org.jooq.ForeignKey<TermDetails, Terms> TermForeignKeys.TERM_DETAILS_TERM_FKstatic final org.jooq.UniqueKey<TermDetails> TermUniqueKeys.TERM_DETAILS_TERM_NAME_AND_THRU_TIME_UKstatic final org.jooq.ForeignKey<TermDetails, TermTypes> TermForeignKeys.TERM_DETAILS_TERM_TYPE_FKstatic final org.jooq.ForeignKey<Terms, TermDetails> TermForeignKeys.TERMS_ACTIVE_DETAIL_FKstatic final org.jooq.ForeignKey<Terms, TermDetails> TermForeignKeys.TERMS_LAST_DETAIL_FK -
Uses of TermDetails in com.echothree.model.jooq.server.tables.term
Fields in com.echothree.model.jooq.server.tables.term with type parameters of type TermDetailsModifier and TypeFieldDescriptionfinal org.jooq.TableField<TermDetails, Long> TermDetails.FROM_TIMEThe columntermdetails.trmdt_fromtime.final org.jooq.TableField<TermDetails, Boolean> TermDetails.IS_DEFAULTThe columntermdetails.trmdt_isdefault.final org.jooq.TableField<TermDetails, Integer> TermDetails.SORT_ORDERThe columntermdetails.trmdt_sortorder.final org.jooq.TableField<TermDetails, TermPK> TermDetails.TERMThe columntermdetails.trmdt_trm_termid.final org.jooq.TableField<TermDetails, TermDetailPK> TermDetails.TERM_DETAILThe columntermdetails.trmdt_termdetailid.final org.jooq.TableField<TermDetails, String> TermDetails.TERM_NAMEThe columntermdetails.trmdt_termname.final org.jooq.TableField<TermDetails, TermTypePK> TermDetails.TERM_TYPEThe columntermdetails.trmdt_trmtyp_termtypeid.final org.jooq.TableField<TermDetails, Long> TermDetails.THRU_TIMEThe columntermdetails.trmdt_thrutime.Methods in com.echothree.model.jooq.server.tables.term that return types with arguments of type TermDetailsModifier and TypeMethodDescriptionorg.jooq.UniqueKey<TermDetails> TermDetails.getPrimaryKey()TermDetails.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<TermDetails, ?>> TermDetails.getReferences()List<org.jooq.UniqueKey<TermDetails>> TermDetails.getUniqueKeys()Constructor parameters in com.echothree.model.jooq.server.tables.term with type arguments of type TermDetailsModifierConstructorDescriptionTermDetails(org.jooq.Table<O> path, org.jooq.ForeignKey<O, TermDetails> childPath, org.jooq.InverseForeignKey<O, TermDetails> parentPath) TermDetails(org.jooq.Table<O> path, org.jooq.ForeignKey<O, TermDetails> childPath, org.jooq.InverseForeignKey<O, TermDetails> parentPath) TermDetailsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, TermDetails> childPath, org.jooq.InverseForeignKey<O, TermDetails> parentPath) TermDetailsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, TermDetails> childPath, org.jooq.InverseForeignKey<O, TermDetails> parentPath)