Uses of Class
com.echothree.model.jooq.server.records.search.CachedSearchIndexFields
Packages that use CachedSearchIndexFields
Package
Description
-
Uses of CachedSearchIndexFields in com.echothree.model.jooq.server.keys.search
Fields in com.echothree.model.jooq.server.keys.search with type parameters of type CachedSearchIndexFieldsModifier and TypeFieldDescriptionstatic final org.jooq.UniqueKey<CachedSearchIndexFields> static final org.jooq.ForeignKey<CachedSearchIndexFields, CachedSearches> SearchForeignKeys.CACHED_SEARCH_INDEX_FIELDS_CACHED_SEARCH_FKstatic final org.jooq.ForeignKey<CachedSearchIndexFields, IndexFields> SearchForeignKeys.CACHED_SEARCH_INDEX_FIELDS_INDEX_FIELD_FKstatic final org.jooq.UniqueKey<CachedSearchIndexFields> SearchUniqueKeys.CACHED_SEARCH_INDEX_FIELDS_PK -
Uses of CachedSearchIndexFields in com.echothree.model.jooq.server.tables.search
Fields in com.echothree.model.jooq.server.tables.search with type parameters of type CachedSearchIndexFieldsModifier and TypeFieldDescriptionfinal org.jooq.TableField<CachedSearchIndexFields, CachedSearchPK> CachedSearchIndexFields.CACHED_SEARCHThe columncachedsearchindexfields.csrchidxfld_csrch_cachedsearchid.final org.jooq.TableField<CachedSearchIndexFields, CachedSearchIndexFieldPK> CachedSearchIndexFields.CACHED_SEARCH_INDEX_FIELDThe columncachedsearchindexfields.csrchidxfld_cachedsearchindexfieldid.final org.jooq.TableField<CachedSearchIndexFields, Long> CachedSearchIndexFields.FROM_TIMEThe columncachedsearchindexfields.csrchidxfld_fromtime.final org.jooq.TableField<CachedSearchIndexFields, IndexFieldPK> CachedSearchIndexFields.INDEX_FIELDThe columncachedsearchindexfields.csrchidxfld_idxfld_indexfieldid.final org.jooq.TableField<CachedSearchIndexFields, Long> CachedSearchIndexFields.THRU_TIMEThe columncachedsearchindexfields.csrchidxfld_thrutime.Methods in com.echothree.model.jooq.server.tables.search that return types with arguments of type CachedSearchIndexFieldsModifier and TypeMethodDescriptionorg.jooq.UniqueKey<CachedSearchIndexFields> CachedSearchIndexFields.getPrimaryKey()CachedSearchIndexFields.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<CachedSearchIndexFields, ?>> CachedSearchIndexFields.getReferences()List<org.jooq.UniqueKey<CachedSearchIndexFields>> CachedSearchIndexFields.getUniqueKeys()