Uses of Class
com.echothree.model.jooq.server.records.warehouse.Warehouses
Packages that use Warehouses
Package
Description
-
Uses of Warehouses in com.echothree.model.jooq.server.keys.warehouse
Fields in com.echothree.model.jooq.server.keys.warehouse with type parameters of type WarehousesModifier and TypeFieldDescriptionstatic final org.jooq.UniqueKey<Warehouses> WarehouseUniqueKeys.WAREHOUSES_PARTY_AND_THRU_TIME_UKstatic final org.jooq.ForeignKey<Warehouses, Parties> WarehouseForeignKeys.WAREHOUSES_PARTY_FKstatic final org.jooq.UniqueKey<Warehouses> WarehouseUniqueKeys.WAREHOUSES_PKstatic final org.jooq.UniqueKey<Warehouses> WarehouseUniqueKeys.WAREHOUSES_WAREHOUSE_NAME_AND_THRU_TIME_UKstatic final org.jooq.ForeignKey<Warehouses, WarehouseTypes> WarehouseForeignKeys.WAREHOUSES_WAREHOUSE_TYPE_FK -
Uses of Warehouses in com.echothree.model.jooq.server.tables.warehouse
Fields in com.echothree.model.jooq.server.tables.warehouse with type parameters of type WarehousesModifier and TypeFieldDescriptionfinal org.jooq.TableField<Warehouses, Long> Warehouses.FROM_TIMEThe columnwarehouses.whse_fromtime.final org.jooq.TableField<Warehouses, Boolean> Warehouses.IS_DEFAULTThe columnwarehouses.whse_isdefault.final org.jooq.TableField<Warehouses, PartyPK> Warehouses.PARTYThe columnwarehouses.whse_par_partyid.final org.jooq.TableField<Warehouses, Integer> Warehouses.SORT_ORDERThe columnwarehouses.whse_sortorder.final org.jooq.TableField<Warehouses, Long> Warehouses.THRU_TIMEThe columnwarehouses.whse_thrutime.final org.jooq.TableField<Warehouses, WarehousePK> Warehouses.WAREHOUSEThe columnwarehouses.whse_warehouseid.final org.jooq.TableField<Warehouses, String> Warehouses.WAREHOUSE_NAMEThe columnwarehouses.whse_warehousename.final org.jooq.TableField<Warehouses, WarehouseTypePK> Warehouses.WAREHOUSE_TYPEThe columnwarehouses.whse_whsetyp_warehousetypeid.Methods in com.echothree.model.jooq.server.tables.warehouse that return types with arguments of type WarehousesModifier and TypeMethodDescriptionorg.jooq.UniqueKey<Warehouses> Warehouses.getPrimaryKey()Warehouses.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<Warehouses, ?>> Warehouses.getReferences()List<org.jooq.UniqueKey<Warehouses>> Warehouses.getUniqueKeys()