Uses of Class
com.echothree.model.jooq.server.records.batch.Batches
Packages that use Batches
Package
Description
-
Uses of Batches in com.echothree.model.jooq.server.keys.batch
Fields in com.echothree.model.jooq.server.keys.batch with type parameters of type BatchesModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<BatchAliases, Batches> BatchForeignKeys.BATCH_ALIASES_BATCH_FKstatic final org.jooq.ForeignKey<BatchDetails, Batches> BatchForeignKeys.BATCH_DETAILS_BATCH_FKstatic final org.jooq.ForeignKey<BatchEntities, Batches> BatchForeignKeys.BATCH_ENTITIES_BATCH_FKstatic final org.jooq.ForeignKey<Batches, BatchDetails> BatchForeignKeys.BATCHES_ACTIVE_DETAIL_FKstatic final org.jooq.UniqueKey<Batches> BatchUniqueKeys.BATCHES_ACTIVE_DETAIL_UKstatic final org.jooq.ForeignKey<Batches, BatchDetails> BatchForeignKeys.BATCHES_LAST_DETAIL_FKstatic final org.jooq.UniqueKey<Batches> BatchUniqueKeys.BATCHES_LAST_DETAIL_UKstatic final org.jooq.UniqueKey<Batches> BatchUniqueKeys.BATCHES_PK -
Uses of Batches in com.echothree.model.jooq.server.keys.order
Fields in com.echothree.model.jooq.server.keys.order with type parameters of type BatchesModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<OrderBatches, Batches> OrderForeignKeys.ORDER_BATCHES_BATCH_FK -
Uses of Batches in com.echothree.model.jooq.server.keys.sales
Fields in com.echothree.model.jooq.server.keys.sales with type parameters of type BatchesModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<SalesOrderBatches, Batches> SalesForeignKeys.SALES_ORDER_BATCHES_BATCH_FK -
Uses of Batches in com.echothree.model.jooq.server.tables.batch
Fields in com.echothree.model.jooq.server.tables.batch with type parameters of type BatchesModifier and TypeFieldDescriptionfinal org.jooq.TableField<Batches, BatchDetailPK> Batches.ACTIVE_DETAILThe columnbatches.btch_activedetailid.Batches.BATCHThe columnbatches.btch_batchid.final org.jooq.TableField<Batches, BatchDetailPK> Batches.LAST_DETAILThe columnbatches.btch_lastdetailid.Methods in com.echothree.model.jooq.server.tables.batch that return types with arguments of type BatchesModifier and TypeMethodDescriptionorg.jooq.UniqueKey<Batches> Batches.getPrimaryKey()Batches.getRecordType()The class holding records for this typeBatches.getReferences()Batches.getUniqueKeys()Constructor parameters in com.echothree.model.jooq.server.tables.batch with type arguments of type BatchesModifierConstructorDescriptionBatches(org.jooq.Table<O> path, org.jooq.ForeignKey<O, Batches> childPath, org.jooq.InverseForeignKey<O, Batches> parentPath) Batches(org.jooq.Table<O> path, org.jooq.ForeignKey<O, Batches> childPath, org.jooq.InverseForeignKey<O, Batches> parentPath) BatchesPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, Batches> childPath, org.jooq.InverseForeignKey<O, Batches> parentPath) BatchesPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, Batches> childPath, org.jooq.InverseForeignKey<O, Batches> parentPath)