Uses of Class
com.echothree.model.jooq.server.records.batch.BatchDetails
Packages that use BatchDetails
Package
Description
-
Uses of BatchDetails in com.echothree.model.jooq.server.keys.batch
Fields in com.echothree.model.jooq.server.keys.batch with type parameters of type BatchDetailsModifier and TypeFieldDescriptionstatic final org.jooq.UniqueKey<BatchDetails> BatchUniqueKeys.BATCH_DETAILS_BATCH_AND_THRU_TIME_UKstatic final org.jooq.ForeignKey<BatchDetails, Batches> BatchForeignKeys.BATCH_DETAILS_BATCH_FKstatic final org.jooq.UniqueKey<BatchDetails> BatchUniqueKeys.BATCH_DETAILS_BATCH_TYPE_AND_BATCH_NAME_AND_THRU_TIME_UKstatic final org.jooq.ForeignKey<BatchDetails, BatchTypes> BatchForeignKeys.BATCH_DETAILS_BATCH_TYPE_FKstatic final org.jooq.UniqueKey<BatchDetails> BatchUniqueKeys.BATCH_DETAILS_PKstatic final org.jooq.ForeignKey<Batches, BatchDetails> BatchForeignKeys.BATCHES_ACTIVE_DETAIL_FKstatic final org.jooq.ForeignKey<Batches, BatchDetails> BatchForeignKeys.BATCHES_LAST_DETAIL_FK -
Uses of BatchDetails in com.echothree.model.jooq.server.tables.batch
Fields in com.echothree.model.jooq.server.tables.batch with type parameters of type BatchDetailsModifier and TypeFieldDescriptionfinal org.jooq.TableField<BatchDetails, BatchPK> BatchDetails.BATCHThe columnbatchdetails.btchdt_btch_batchid.final org.jooq.TableField<BatchDetails, BatchDetailPK> BatchDetails.BATCH_DETAILThe columnbatchdetails.btchdt_batchdetailid.final org.jooq.TableField<BatchDetails, String> BatchDetails.BATCH_NAMEThe columnbatchdetails.btchdt_batchname.final org.jooq.TableField<BatchDetails, BatchTypePK> BatchDetails.BATCH_TYPEThe columnbatchdetails.btchdt_btchtyp_batchtypeid.final org.jooq.TableField<BatchDetails, Long> BatchDetails.FROM_TIMEThe columnbatchdetails.btchdt_fromtime.final org.jooq.TableField<BatchDetails, Long> BatchDetails.THRU_TIMEThe columnbatchdetails.btchdt_thrutime.Methods in com.echothree.model.jooq.server.tables.batch that return types with arguments of type BatchDetailsModifier and TypeMethodDescriptionorg.jooq.UniqueKey<BatchDetails> BatchDetails.getPrimaryKey()BatchDetails.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<BatchDetails, ?>> BatchDetails.getReferences()List<org.jooq.UniqueKey<BatchDetails>> BatchDetails.getUniqueKeys()Constructor parameters in com.echothree.model.jooq.server.tables.batch with type arguments of type BatchDetailsModifierConstructorDescriptionBatchDetails(org.jooq.Table<O> path, org.jooq.ForeignKey<O, BatchDetails> childPath, org.jooq.InverseForeignKey<O, BatchDetails> parentPath) BatchDetails(org.jooq.Table<O> path, org.jooq.ForeignKey<O, BatchDetails> childPath, org.jooq.InverseForeignKey<O, BatchDetails> parentPath) BatchDetailsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, BatchDetails> childPath, org.jooq.InverseForeignKey<O, BatchDetails> parentPath) BatchDetailsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, BatchDetails> childPath, org.jooq.InverseForeignKey<O, BatchDetails> parentPath)