Uses of Class
com.echothree.model.jooq.server.records.search.SearchKinds
Packages that use SearchKinds
Package
Description
-
Uses of SearchKinds in com.echothree.model.jooq.server.keys.search
Fields in com.echothree.model.jooq.server.keys.search with type parameters of type SearchKindsModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<SearchKindDescriptions, SearchKinds> SearchForeignKeys.SEARCH_KIND_DESCRIPTIONS_SEARCH_KIND_FKstatic final org.jooq.ForeignKey<SearchKindDetails, SearchKinds> SearchForeignKeys.SEARCH_KIND_DETAILS_SEARCH_KIND_FKstatic final org.jooq.ForeignKey<SearchKinds, SearchKindDetails> SearchForeignKeys.SEARCH_KINDS_ACTIVE_DETAIL_FKstatic final org.jooq.UniqueKey<SearchKinds> SearchUniqueKeys.SEARCH_KINDS_ACTIVE_DETAIL_UKstatic final org.jooq.ForeignKey<SearchKinds, SearchKindDetails> SearchForeignKeys.SEARCH_KINDS_LAST_DETAIL_FKstatic final org.jooq.UniqueKey<SearchKinds> SearchUniqueKeys.SEARCH_KINDS_LAST_DETAIL_UKstatic final org.jooq.UniqueKey<SearchKinds> SearchUniqueKeys.SEARCH_KINDS_PKstatic final org.jooq.ForeignKey<SearchSortOrderDetails, SearchKinds> SearchForeignKeys.SEARCH_SORT_ORDER_DETAILS_SEARCH_KIND_FKstatic final org.jooq.ForeignKey<SearchTypeDetails, SearchKinds> SearchForeignKeys.SEARCH_TYPE_DETAILS_SEARCH_KIND_FK -
Uses of SearchKinds in com.echothree.model.jooq.server.tables.search
Fields in com.echothree.model.jooq.server.tables.search with type parameters of type SearchKindsModifier and TypeFieldDescriptionfinal org.jooq.TableField<SearchKinds, SearchKindDetailPK> SearchKinds.ACTIVE_DETAILThe columnsearchkinds.srchk_activedetailid.final org.jooq.TableField<SearchKinds, SearchKindDetailPK> SearchKinds.LAST_DETAILThe columnsearchkinds.srchk_lastdetailid.final org.jooq.TableField<SearchKinds, SearchKindPK> SearchKinds.SEARCH_KINDThe columnsearchkinds.srchk_searchkindid.Methods in com.echothree.model.jooq.server.tables.search that return types with arguments of type SearchKindsModifier and TypeMethodDescriptionorg.jooq.UniqueKey<SearchKinds> SearchKinds.getPrimaryKey()SearchKinds.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<SearchKinds, ?>> SearchKinds.getReferences()List<org.jooq.UniqueKey<SearchKinds>> SearchKinds.getUniqueKeys()Constructor parameters in com.echothree.model.jooq.server.tables.search with type arguments of type SearchKindsModifierConstructorDescriptionSearchKinds(org.jooq.Table<O> path, org.jooq.ForeignKey<O, SearchKinds> childPath, org.jooq.InverseForeignKey<O, SearchKinds> parentPath) SearchKinds(org.jooq.Table<O> path, org.jooq.ForeignKey<O, SearchKinds> childPath, org.jooq.InverseForeignKey<O, SearchKinds> parentPath) SearchKindsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, SearchKinds> childPath, org.jooq.InverseForeignKey<O, SearchKinds> parentPath) SearchKindsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, SearchKinds> childPath, org.jooq.InverseForeignKey<O, SearchKinds> parentPath)