Uses of Class
com.echothree.model.jooq.server.records.search.CachedExecutedSearchResults
Packages that use CachedExecutedSearchResults
Package
Description
-
Uses of CachedExecutedSearchResults in com.echothree.model.jooq.server.keys.search
Fields in com.echothree.model.jooq.server.keys.search with type parameters of type CachedExecutedSearchResultsModifier and TypeFieldDescriptionstatic final org.jooq.UniqueKey<CachedExecutedSearchResults> static final org.jooq.ForeignKey<CachedExecutedSearchResults, CachedExecutedSearches> SearchForeignKeys.CACHED_EXECUTED_SEARCH_RESULTS_CACHED_EXECUTED_SEARCH_FKstatic final org.jooq.ForeignKey<CachedExecutedSearchResults, EntityInstances> SearchForeignKeys.CACHED_EXECUTED_SEARCH_RESULTS_ENTITY_INSTANCE_FKstatic final org.jooq.UniqueKey<CachedExecutedSearchResults> SearchUniqueKeys.CACHED_EXECUTED_SEARCH_RESULTS_PK -
Uses of CachedExecutedSearchResults in com.echothree.model.jooq.server.tables.search
Fields in com.echothree.model.jooq.server.tables.search with type parameters of type CachedExecutedSearchResultsModifier and TypeFieldDescriptionfinal org.jooq.TableField<CachedExecutedSearchResults, CachedExecutedSearchPK> CachedExecutedSearchResults.CACHED_EXECUTED_SEARCHThe columncachedexecutedsearchresults.cxsrchr_cxsrch_cachedexecutedsearchid.final org.jooq.TableField<CachedExecutedSearchResults, CachedExecutedSearchResultPK> CachedExecutedSearchResults.CACHED_EXECUTED_SEARCH_RESULTThe columncachedexecutedsearchresults.cxsrchr_cachedexecutedsearchresultid.final org.jooq.TableField<CachedExecutedSearchResults, EntityInstancePK> CachedExecutedSearchResults.ENTITY_INSTANCEThe columncachedexecutedsearchresults.cxsrchr_eni_entityinstanceid.final org.jooq.TableField<CachedExecutedSearchResults, Integer> CachedExecutedSearchResults.SORT_ORDERThe columncachedexecutedsearchresults.cxsrchr_sortorder.Methods in com.echothree.model.jooq.server.tables.search that return types with arguments of type CachedExecutedSearchResultsModifier and TypeMethodDescriptionorg.jooq.UniqueKey<CachedExecutedSearchResults> CachedExecutedSearchResults.getPrimaryKey()CachedExecutedSearchResults.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<CachedExecutedSearchResults, ?>> CachedExecutedSearchResults.getReferences()List<org.jooq.UniqueKey<CachedExecutedSearchResults>> CachedExecutedSearchResults.getUniqueKeys()