Uses of Class
com.echothree.model.jooq.server.records.search.SearchKindDescriptions
Packages that use SearchKindDescriptions
Package
Description
-
Uses of SearchKindDescriptions in com.echothree.model.jooq.server.keys.search
Fields in com.echothree.model.jooq.server.keys.search with type parameters of type SearchKindDescriptionsModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<SearchKindDescriptions, Languages> SearchForeignKeys.SEARCH_KIND_DESCRIPTIONS_LANGUAGE_FKstatic final org.jooq.UniqueKey<SearchKindDescriptions> SearchUniqueKeys.SEARCH_KIND_DESCRIPTIONS_PKstatic final org.jooq.UniqueKey<SearchKindDescriptions> SearchUniqueKeys.SEARCH_KIND_DESCRIPTIONS_SEARCH_KIND_AND_LANGUAGE_AND_THRU_TIME_UKstatic final org.jooq.ForeignKey<SearchKindDescriptions, SearchKinds> SearchForeignKeys.SEARCH_KIND_DESCRIPTIONS_SEARCH_KIND_FK -
Uses of SearchKindDescriptions in com.echothree.model.jooq.server.tables.search
Fields in com.echothree.model.jooq.server.tables.search with type parameters of type SearchKindDescriptionsModifier and TypeFieldDescriptionfinal org.jooq.TableField<SearchKindDescriptions, String> SearchKindDescriptions.DESCRIPTIONThe columnsearchkinddescriptions.srchkd_description.final org.jooq.TableField<SearchKindDescriptions, Long> SearchKindDescriptions.FROM_TIMEThe columnsearchkinddescriptions.srchkd_fromtime.final org.jooq.TableField<SearchKindDescriptions, LanguagePK> SearchKindDescriptions.LANGUAGEThe columnsearchkinddescriptions.srchkd_lang_languageid.final org.jooq.TableField<SearchKindDescriptions, SearchKindPK> SearchKindDescriptions.SEARCH_KINDThe columnsearchkinddescriptions.srchkd_srchk_searchkindid.final org.jooq.TableField<SearchKindDescriptions, SearchKindDescriptionPK> SearchKindDescriptions.SEARCH_KIND_DESCRIPTIONThe columnsearchkinddescriptions.srchkd_searchkinddescriptionid.final org.jooq.TableField<SearchKindDescriptions, Long> SearchKindDescriptions.THRU_TIMEThe columnsearchkinddescriptions.srchkd_thrutime.Methods in com.echothree.model.jooq.server.tables.search that return types with arguments of type SearchKindDescriptionsModifier and TypeMethodDescriptionorg.jooq.UniqueKey<SearchKindDescriptions> SearchKindDescriptions.getPrimaryKey()SearchKindDescriptions.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<SearchKindDescriptions, ?>> SearchKindDescriptions.getReferences()List<org.jooq.UniqueKey<SearchKindDescriptions>> SearchKindDescriptions.getUniqueKeys()