Uses of Class
com.echothree.model.jooq.server.records.search.SearchResults
Packages that use SearchResults
Package
Description
-
Uses of SearchResults in com.echothree.model.jooq.server.keys.search
Fields in com.echothree.model.jooq.server.keys.search with type parameters of type SearchResultsModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<SearchResults, EntityInstances> SearchForeignKeys.SEARCH_RESULTS_ENTITY_INSTANCE_FKstatic final org.jooq.UniqueKey<SearchResults> SearchUniqueKeys.SEARCH_RESULTS_PKstatic final org.jooq.UniqueKey<SearchResults> SearchUniqueKeys.SEARCH_RESULTS_SEARCH_AND_ENTITY_INSTANCE_UKstatic final org.jooq.ForeignKey<SearchResults, Searches> SearchForeignKeys.SEARCH_RESULTS_SEARCH_FK -
Uses of SearchResults in com.echothree.model.jooq.server.tables.search
Fields in com.echothree.model.jooq.server.tables.search with type parameters of type SearchResultsModifier and TypeFieldDescriptionfinal org.jooq.TableField<SearchResults, EntityInstancePK> SearchResults.ENTITY_INSTANCEThe columnsearchresults.srchr_eni_entityinstanceid.final org.jooq.TableField<SearchResults, SearchPK> SearchResults.SEARCHThe columnsearchresults.srchr_srch_searchid.final org.jooq.TableField<SearchResults, SearchResultPK> SearchResults.SEARCH_RESULTThe columnsearchresults.srchr_searchresultid.final org.jooq.TableField<SearchResults, Integer> SearchResults.SORT_ORDERThe columnsearchresults.srchr_sortorder.Methods in com.echothree.model.jooq.server.tables.search that return types with arguments of type SearchResultsModifier and TypeMethodDescriptionorg.jooq.UniqueKey<SearchResults> SearchResults.getPrimaryKey()SearchResults.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<SearchResults, ?>> SearchResults.getReferences()List<org.jooq.UniqueKey<SearchResults>> SearchResults.getUniqueKeys()