Uses of Class
com.echothree.model.jooq.server.records.index.IndexFieldDescriptions
Packages that use IndexFieldDescriptions
Package
Description
-
Uses of IndexFieldDescriptions in com.echothree.model.jooq.server.keys.index
Fields in com.echothree.model.jooq.server.keys.index with type parameters of type IndexFieldDescriptionsModifier and TypeFieldDescriptionstatic final org.jooq.UniqueKey<IndexFieldDescriptions> static final org.jooq.ForeignKey<IndexFieldDescriptions, IndexFields> IndexForeignKeys.INDEX_FIELD_DESCRIPTIONS_INDEX_FIELD_FKstatic final org.jooq.ForeignKey<IndexFieldDescriptions, Languages> IndexForeignKeys.INDEX_FIELD_DESCRIPTIONS_LANGUAGE_FKstatic final org.jooq.UniqueKey<IndexFieldDescriptions> IndexUniqueKeys.INDEX_FIELD_DESCRIPTIONS_PK -
Uses of IndexFieldDescriptions in com.echothree.model.jooq.server.tables.index
Fields in com.echothree.model.jooq.server.tables.index with type parameters of type IndexFieldDescriptionsModifier and TypeFieldDescriptionfinal org.jooq.TableField<IndexFieldDescriptions, String> IndexFieldDescriptions.DESCRIPTIONThe columnindexfielddescriptions.idxfldd_description.final org.jooq.TableField<IndexFieldDescriptions, Long> IndexFieldDescriptions.FROM_TIMEThe columnindexfielddescriptions.idxfldd_fromtime.final org.jooq.TableField<IndexFieldDescriptions, IndexFieldPK> IndexFieldDescriptions.INDEX_FIELDThe columnindexfielddescriptions.idxfldd_idxfld_indexfieldid.final org.jooq.TableField<IndexFieldDescriptions, IndexFieldDescriptionPK> IndexFieldDescriptions.INDEX_FIELD_DESCRIPTIONThe columnindexfielddescriptions.idxfldd_indexfielddescriptionid.final org.jooq.TableField<IndexFieldDescriptions, LanguagePK> IndexFieldDescriptions.LANGUAGEThe columnindexfielddescriptions.idxfldd_lang_languageid.final org.jooq.TableField<IndexFieldDescriptions, Long> IndexFieldDescriptions.THRU_TIMEThe columnindexfielddescriptions.idxfldd_thrutime.Methods in com.echothree.model.jooq.server.tables.index that return types with arguments of type IndexFieldDescriptionsModifier and TypeMethodDescriptionorg.jooq.UniqueKey<IndexFieldDescriptions> IndexFieldDescriptions.getPrimaryKey()IndexFieldDescriptions.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<IndexFieldDescriptions, ?>> IndexFieldDescriptions.getReferences()List<org.jooq.UniqueKey<IndexFieldDescriptions>> IndexFieldDescriptions.getUniqueKeys()