Uses of Class
com.echothree.model.jooq.server.records.style.StylePathDescriptions
Packages that use StylePathDescriptions
Package
Description
-
Uses of StylePathDescriptions in com.echothree.model.jooq.server.keys.style
Fields in com.echothree.model.jooq.server.keys.style with type parameters of type StylePathDescriptionsModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<StylePathDescriptions, Languages> StyleForeignKeys.STYLE_PATH_DESCRIPTIONS_LANGUAGE_FKstatic final org.jooq.UniqueKey<StylePathDescriptions> StyleUniqueKeys.STYLE_PATH_DESCRIPTIONS_PKstatic final org.jooq.UniqueKey<StylePathDescriptions> StyleUniqueKeys.STYLE_PATH_DESCRIPTIONS_STYLE_PATH_AND_LANGUAGE_AND_THRU_TIME_UKstatic final org.jooq.ForeignKey<StylePathDescriptions, StylePaths> StyleForeignKeys.STYLE_PATH_DESCRIPTIONS_STYLE_PATH_FK -
Uses of StylePathDescriptions in com.echothree.model.jooq.server.tables.style
Fields in com.echothree.model.jooq.server.tables.style with type parameters of type StylePathDescriptionsModifier and TypeFieldDescriptionfinal org.jooq.TableField<StylePathDescriptions, String> StylePathDescriptions.DESCRIPTIONThe columnstylepathdescriptions.stylpthd_description.final org.jooq.TableField<StylePathDescriptions, Long> StylePathDescriptions.FROM_TIMEThe columnstylepathdescriptions.stylpthd_fromtime.final org.jooq.TableField<StylePathDescriptions, LanguagePK> StylePathDescriptions.LANGUAGEThe columnstylepathdescriptions.stylpthd_lang_languageid.final org.jooq.TableField<StylePathDescriptions, StylePathPK> StylePathDescriptions.STYLE_PATHThe columnstylepathdescriptions.stylpthd_stylpth_stylepathid.final org.jooq.TableField<StylePathDescriptions, StylePathDescriptionPK> StylePathDescriptions.STYLE_PATH_DESCRIPTIONThe columnstylepathdescriptions.stylpthd_stylepathdescriptionid.final org.jooq.TableField<StylePathDescriptions, Long> StylePathDescriptions.THRU_TIMEThe columnstylepathdescriptions.stylpthd_thrutime.Methods in com.echothree.model.jooq.server.tables.style that return types with arguments of type StylePathDescriptionsModifier and TypeMethodDescriptionorg.jooq.UniqueKey<StylePathDescriptions> StylePathDescriptions.getPrimaryKey()StylePathDescriptions.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<StylePathDescriptions, ?>> StylePathDescriptions.getReferences()List<org.jooq.UniqueKey<StylePathDescriptions>> StylePathDescriptions.getUniqueKeys()