Uses of Class
com.echothree.model.jooq.server.records.item.ItemCountryOfOrigins
Packages that use ItemCountryOfOrigins
Package
Description
-
Uses of ItemCountryOfOrigins in com.echothree.model.jooq.server.keys.item
Fields in com.echothree.model.jooq.server.keys.item with type parameters of type ItemCountryOfOriginsModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<ItemCountryOfOrigins, GeoCodes> ItemForeignKeys.ITEM_COUNTRY_OF_ORIGINS_COUNTRY_GEO_CODE_FKstatic final org.jooq.UniqueKey<ItemCountryOfOrigins> static final org.jooq.ForeignKey<ItemCountryOfOrigins, Items> ItemForeignKeys.ITEM_COUNTRY_OF_ORIGINS_ITEM_FKstatic final org.jooq.UniqueKey<ItemCountryOfOrigins> ItemUniqueKeys.ITEM_COUNTRY_OF_ORIGINS_PK -
Uses of ItemCountryOfOrigins in com.echothree.model.jooq.server.tables.item
Fields in com.echothree.model.jooq.server.tables.item with type parameters of type ItemCountryOfOriginsModifier and TypeFieldDescriptionfinal org.jooq.TableField<ItemCountryOfOrigins, GeoCodePK> ItemCountryOfOrigins.COUNTRY_GEO_CODEThe columnitemcountryoforigins.icoorgn_countrygeocodeid.final org.jooq.TableField<ItemCountryOfOrigins, Long> ItemCountryOfOrigins.FROM_TIMEThe columnitemcountryoforigins.icoorgn_fromtime.final org.jooq.TableField<ItemCountryOfOrigins, ItemPK> ItemCountryOfOrigins.ITEMThe columnitemcountryoforigins.icoorgn_itm_itemid.final org.jooq.TableField<ItemCountryOfOrigins, ItemCountryOfOriginPK> ItemCountryOfOrigins.ITEM_COUNTRY_OF_ORIGINThe columnitemcountryoforigins.icoorgn_itemcountryoforiginid.final org.jooq.TableField<ItemCountryOfOrigins, Integer> ItemCountryOfOrigins.PERCENTThe columnitemcountryoforigins.icoorgn_percent.final org.jooq.TableField<ItemCountryOfOrigins, Long> ItemCountryOfOrigins.THRU_TIMEThe columnitemcountryoforigins.icoorgn_thrutime.Methods in com.echothree.model.jooq.server.tables.item that return types with arguments of type ItemCountryOfOriginsModifier and TypeMethodDescriptionorg.jooq.UniqueKey<ItemCountryOfOrigins> ItemCountryOfOrigins.getPrimaryKey()ItemCountryOfOrigins.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<ItemCountryOfOrigins, ?>> ItemCountryOfOrigins.getReferences()List<org.jooq.UniqueKey<ItemCountryOfOrigins>> ItemCountryOfOrigins.getUniqueKeys()