Uses of Class
com.echothree.model.jooq.server.records.index.IndexFields
Packages that use IndexFields
Package
Description
-
Uses of IndexFields in com.echothree.model.jooq.server.keys.index
Fields in com.echothree.model.jooq.server.keys.index with type parameters of type IndexFieldsModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<IndexFieldDescriptions, IndexFields> IndexForeignKeys.INDEX_FIELD_DESCRIPTIONS_INDEX_FIELD_FKstatic final org.jooq.ForeignKey<IndexFieldDetails, IndexFields> IndexForeignKeys.INDEX_FIELD_DETAILS_INDEX_FIELD_FKstatic final org.jooq.ForeignKey<IndexFields, IndexFieldDetails> IndexForeignKeys.INDEX_FIELDS_ACTIVE_DETAIL_FKstatic final org.jooq.UniqueKey<IndexFields> IndexUniqueKeys.INDEX_FIELDS_ACTIVE_DETAIL_UKstatic final org.jooq.ForeignKey<IndexFields, IndexFieldDetails> IndexForeignKeys.INDEX_FIELDS_LAST_DETAIL_FKstatic final org.jooq.UniqueKey<IndexFields> IndexUniqueKeys.INDEX_FIELDS_LAST_DETAIL_UKstatic final org.jooq.UniqueKey<IndexFields> IndexUniqueKeys.INDEX_FIELDS_PK -
Uses of IndexFields in com.echothree.model.jooq.server.keys.search
Fields in com.echothree.model.jooq.server.keys.search with type parameters of type IndexFieldsModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<CachedSearchIndexFields, IndexFields> SearchForeignKeys.CACHED_SEARCH_INDEX_FIELDS_INDEX_FIELD_FK -
Uses of IndexFields in com.echothree.model.jooq.server.tables.index
Fields in com.echothree.model.jooq.server.tables.index with type parameters of type IndexFieldsModifier and TypeFieldDescriptionfinal org.jooq.TableField<IndexFields, IndexFieldDetailPK> IndexFields.ACTIVE_DETAILThe columnindexfields.idxfld_activedetailid.final org.jooq.TableField<IndexFields, IndexFieldPK> IndexFields.INDEX_FIELDThe columnindexfields.idxfld_indexfieldid.final org.jooq.TableField<IndexFields, IndexFieldDetailPK> IndexFields.LAST_DETAILThe columnindexfields.idxfld_lastdetailid.Methods in com.echothree.model.jooq.server.tables.index that return types with arguments of type IndexFieldsModifier and TypeMethodDescriptionorg.jooq.UniqueKey<IndexFields> IndexFields.getPrimaryKey()IndexFields.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<IndexFields, ?>> IndexFields.getReferences()List<org.jooq.UniqueKey<IndexFields>> IndexFields.getUniqueKeys()Constructor parameters in com.echothree.model.jooq.server.tables.index with type arguments of type IndexFieldsModifierConstructorDescriptionIndexFields(org.jooq.Table<O> path, org.jooq.ForeignKey<O, IndexFields> childPath, org.jooq.InverseForeignKey<O, IndexFields> parentPath) IndexFields(org.jooq.Table<O> path, org.jooq.ForeignKey<O, IndexFields> childPath, org.jooq.InverseForeignKey<O, IndexFields> parentPath) IndexFieldsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, IndexFields> childPath, org.jooq.InverseForeignKey<O, IndexFields> parentPath) IndexFieldsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, IndexFields> childPath, org.jooq.InverseForeignKey<O, IndexFields> parentPath)