Uses of Class
com.echothree.model.jooq.server.records.style.StylePathDetails
Packages that use StylePathDetails
Package
Description
-
Uses of StylePathDetails in com.echothree.model.jooq.server.keys.style
Fields in com.echothree.model.jooq.server.keys.style with type parameters of type StylePathDetailsModifier and TypeFieldDescriptionstatic final org.jooq.UniqueKey<StylePathDetails> StyleUniqueKeys.STYLE_PATH_DETAILS_PKstatic final org.jooq.UniqueKey<StylePathDetails> StyleUniqueKeys.STYLE_PATH_DETAILS_STYLE_PATH_AND_THRU_TIME_UKstatic final org.jooq.ForeignKey<StylePathDetails, StylePaths> StyleForeignKeys.STYLE_PATH_DETAILS_STYLE_PATH_FKstatic final org.jooq.UniqueKey<StylePathDetails> StyleUniqueKeys.STYLE_PATH_DETAILS_STYLE_PATH_NAME_AND_THRU_TIME_UKstatic final org.jooq.ForeignKey<StylePaths, StylePathDetails> StyleForeignKeys.STYLE_PATHS_ACTIVE_DETAIL_FKstatic final org.jooq.ForeignKey<StylePaths, StylePathDetails> StyleForeignKeys.STYLE_PATHS_LAST_DETAIL_FK -
Uses of StylePathDetails in com.echothree.model.jooq.server.tables.style
Fields in com.echothree.model.jooq.server.tables.style with type parameters of type StylePathDetailsModifier and TypeFieldDescriptionfinal org.jooq.TableField<StylePathDetails, Long> StylePathDetails.FROM_TIMEThe columnstylepathdetails.stylpthdt_fromtime.final org.jooq.TableField<StylePathDetails, Boolean> StylePathDetails.IS_DEFAULTThe columnstylepathdetails.stylpthdt_isdefault.final org.jooq.TableField<StylePathDetails, Integer> StylePathDetails.SORT_ORDERThe columnstylepathdetails.stylpthdt_sortorder.final org.jooq.TableField<StylePathDetails, StylePathPK> StylePathDetails.STYLE_PATHThe columnstylepathdetails.stylpthdt_stylpth_stylepathid.final org.jooq.TableField<StylePathDetails, StylePathDetailPK> StylePathDetails.STYLE_PATH_DETAILThe columnstylepathdetails.stylpthdt_stylepathdetailid.final org.jooq.TableField<StylePathDetails, String> StylePathDetails.STYLE_PATH_NAMEThe columnstylepathdetails.stylpthdt_stylepathname.final org.jooq.TableField<StylePathDetails, Long> StylePathDetails.THRU_TIMEThe columnstylepathdetails.stylpthdt_thrutime.Methods in com.echothree.model.jooq.server.tables.style that return types with arguments of type StylePathDetailsModifier and TypeMethodDescriptionorg.jooq.UniqueKey<StylePathDetails> StylePathDetails.getPrimaryKey()StylePathDetails.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<StylePathDetails, ?>> StylePathDetails.getReferences()List<org.jooq.UniqueKey<StylePathDetails>> StylePathDetails.getUniqueKeys()Constructor parameters in com.echothree.model.jooq.server.tables.style with type arguments of type StylePathDetailsModifierConstructorDescriptionStylePathDetails(org.jooq.Table<O> path, org.jooq.ForeignKey<O, StylePathDetails> childPath, org.jooq.InverseForeignKey<O, StylePathDetails> parentPath) StylePathDetails(org.jooq.Table<O> path, org.jooq.ForeignKey<O, StylePathDetails> childPath, org.jooq.InverseForeignKey<O, StylePathDetails> parentPath) StylePathDetailsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, StylePathDetails> childPath, org.jooq.InverseForeignKey<O, StylePathDetails> parentPath) StylePathDetailsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, StylePathDetails> childPath, org.jooq.InverseForeignKey<O, StylePathDetails> parentPath)