Uses of Class
com.echothree.model.jooq.server.records.index.IndexStatuses
Packages that use IndexStatuses
Package
Description
-
Uses of IndexStatuses in com.echothree.model.jooq.server.keys.index
Fields in com.echothree.model.jooq.server.keys.index with type parameters of type IndexStatusesModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<IndexStatuses, Indexes> IndexForeignKeys.INDEX_STATUSES_INDEX_FKstatic final org.jooq.UniqueKey<IndexStatuses> IndexUniqueKeys.INDEX_STATUSES_INDEX_UKstatic final org.jooq.UniqueKey<IndexStatuses> IndexUniqueKeys.INDEX_STATUSES_PK -
Uses of IndexStatuses in com.echothree.model.jooq.server.tables.index
Fields in com.echothree.model.jooq.server.tables.index with type parameters of type IndexStatusesModifier and TypeFieldDescriptionfinal org.jooq.TableField<IndexStatuses, Long> IndexStatuses.CREATED_TIMEThe columnindexstatuses.idxst_createdtime.final org.jooq.TableField<IndexStatuses, IndexPK> IndexStatuses.INDEXThe columnindexstatuses.idxst_idx_indexid.final org.jooq.TableField<IndexStatuses, IndexStatusPK> IndexStatuses.INDEX_STATUSThe columnindexstatuses.idxst_indexstatusid.Methods in com.echothree.model.jooq.server.tables.index that return types with arguments of type IndexStatusesModifier and TypeMethodDescriptionorg.jooq.UniqueKey<IndexStatuses> IndexStatuses.getPrimaryKey()IndexStatuses.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<IndexStatuses, ?>> IndexStatuses.getReferences()List<org.jooq.UniqueKey<IndexStatuses>> IndexStatuses.getUniqueKeys()