Uses of Class
com.echothree.model.jooq.server.records.style.StylePaths
Packages that use StylePaths
Package
Description
-
Uses of StylePaths in com.echothree.model.jooq.server.keys.item
Fields in com.echothree.model.jooq.server.keys.item with type parameters of type StylePathsModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<ItemDetails, StylePaths> ItemForeignKeys.ITEM_DETAILS_STYLE_PATH_FK -
Uses of StylePaths in com.echothree.model.jooq.server.keys.style
Fields in com.echothree.model.jooq.server.keys.style with type parameters of type StylePathsModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<StylePathDescriptions, StylePaths> StyleForeignKeys.STYLE_PATH_DESCRIPTIONS_STYLE_PATH_FKstatic final org.jooq.ForeignKey<StylePathDetails, StylePaths> StyleForeignKeys.STYLE_PATH_DETAILS_STYLE_PATH_FKstatic final org.jooq.ForeignKey<StylePaths, StylePathDetails> StyleForeignKeys.STYLE_PATHS_ACTIVE_DETAIL_FKstatic final org.jooq.UniqueKey<StylePaths> StyleUniqueKeys.STYLE_PATHS_ACTIVE_DETAIL_UKstatic final org.jooq.ForeignKey<StylePaths, StylePathDetails> StyleForeignKeys.STYLE_PATHS_LAST_DETAIL_FKstatic final org.jooq.UniqueKey<StylePaths> StyleUniqueKeys.STYLE_PATHS_LAST_DETAIL_UKstatic final org.jooq.UniqueKey<StylePaths> StyleUniqueKeys.STYLE_PATHS_PK -
Uses of StylePaths in com.echothree.model.jooq.server.tables.style
Fields in com.echothree.model.jooq.server.tables.style with type parameters of type StylePathsModifier and TypeFieldDescriptionfinal org.jooq.TableField<StylePaths, StylePathDetailPK> StylePaths.ACTIVE_DETAILThe columnstylepaths.stylpth_activedetailid.final org.jooq.TableField<StylePaths, StylePathDetailPK> StylePaths.LAST_DETAILThe columnstylepaths.stylpth_lastdetailid.final org.jooq.TableField<StylePaths, StylePathPK> StylePaths.STYLE_PATHThe columnstylepaths.stylpth_stylepathid.Methods in com.echothree.model.jooq.server.tables.style that return types with arguments of type StylePathsModifier and TypeMethodDescriptionorg.jooq.UniqueKey<StylePaths> StylePaths.getPrimaryKey()StylePaths.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<StylePaths, ?>> StylePaths.getReferences()List<org.jooq.UniqueKey<StylePaths>> StylePaths.getUniqueKeys()Constructor parameters in com.echothree.model.jooq.server.tables.style with type arguments of type StylePathsModifierConstructorDescriptionStylePaths(org.jooq.Table<O> path, org.jooq.ForeignKey<O, StylePaths> childPath, org.jooq.InverseForeignKey<O, StylePaths> parentPath) StylePaths(org.jooq.Table<O> path, org.jooq.ForeignKey<O, StylePaths> childPath, org.jooq.InverseForeignKey<O, StylePaths> parentPath) StylePathsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, StylePaths> childPath, org.jooq.InverseForeignKey<O, StylePaths> parentPath) StylePathsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, StylePaths> childPath, org.jooq.InverseForeignKey<O, StylePaths> parentPath)