Uses of Class
com.echothree.model.jooq.server.records.search.Searches
Packages that use Searches
Package
Description
-
Uses of Searches in com.echothree.model.jooq.server.keys.search
Fields in com.echothree.model.jooq.server.keys.search with type parameters of type SearchesModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<SearchResultActions, Searches> SearchForeignKeys.SEARCH_RESULT_ACTIONS_SEARCH_FKstatic final org.jooq.ForeignKey<SearchResults, Searches> SearchForeignKeys.SEARCH_RESULTS_SEARCH_FKstatic final org.jooq.ForeignKey<Searches, CachedSearches> SearchForeignKeys.SEARCHES_CACHED_SEARCH_FKSearchForeignKeys.SEARCHES_PARTY_FKstatic final org.jooq.UniqueKey<Searches> SearchUniqueKeys.SEARCHES_PKstatic final org.jooq.ForeignKey<Searches, SearchTypes> SearchForeignKeys.SEARCHES_SEARCH_TYPE_FKstatic final org.jooq.ForeignKey<Searches, SearchUseTypes> SearchForeignKeys.SEARCHES_SEARCH_USE_TYPE_FKstatic final org.jooq.ForeignKey<UserVisitSearches, Searches> SearchForeignKeys.USER_VISIT_SEARCHES_SEARCH_FK -
Uses of Searches in com.echothree.model.jooq.server.tables.search
Fields in com.echothree.model.jooq.server.tables.search with type parameters of type SearchesModifier and TypeFieldDescriptionfinal org.jooq.TableField<Searches, CachedSearchPK> Searches.CACHED_SEARCHThe columnsearches.srch_csrch_cachedsearchid.Searches.EXECUTED_TIMEThe columnsearches.srch_executedtime.Searches.FROM_TIMEThe columnsearches.srch_fromtime.Searches.PARTYThe columnsearches.srch_par_partyid.Searches.PARTY_VERIFIEDThe columnsearches.srch_partyverified.Searches.SEARCHThe columnsearches.srch_searchid.final org.jooq.TableField<Searches, SearchTypePK> Searches.SEARCH_TYPEThe columnsearches.srch_srchtyp_searchtypeid.final org.jooq.TableField<Searches, SearchUseTypePK> Searches.SEARCH_USE_TYPEThe columnsearches.srch_srchutyp_searchusetypeid.Searches.THRU_TIMEThe columnsearches.srch_thrutime.Methods in com.echothree.model.jooq.server.tables.search that return types with arguments of type SearchesModifier and TypeMethodDescriptionorg.jooq.UniqueKey<Searches> Searches.getPrimaryKey()Searches.getRecordType()The class holding records for this typeSearches.getReferences()Constructor parameters in com.echothree.model.jooq.server.tables.search with type arguments of type SearchesModifierConstructorDescriptionSearches(org.jooq.Table<O> path, org.jooq.ForeignKey<O, Searches> childPath, org.jooq.InverseForeignKey<O, Searches> parentPath) Searches(org.jooq.Table<O> path, org.jooq.ForeignKey<O, Searches> childPath, org.jooq.InverseForeignKey<O, Searches> parentPath) SearchesPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, Searches> childPath, org.jooq.InverseForeignKey<O, Searches> parentPath) SearchesPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, Searches> childPath, org.jooq.InverseForeignKey<O, Searches> parentPath)