Uses of Class
com.echothree.model.jooq.server.records.batch.BatchEntities
Packages that use BatchEntities
Package
Description
-
Uses of BatchEntities in com.echothree.model.jooq.server.keys.batch
Fields in com.echothree.model.jooq.server.keys.batch with type parameters of type BatchEntitiesModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<BatchEntities, Batches> BatchForeignKeys.BATCH_ENTITIES_BATCH_FKstatic final org.jooq.UniqueKey<BatchEntities> BatchUniqueKeys.BATCH_ENTITIES_ENTITY_INSTANCE_AND_BATCH_AND_THRU_TIME_UKstatic final org.jooq.ForeignKey<BatchEntities, EntityInstances> BatchForeignKeys.BATCH_ENTITIES_ENTITY_INSTANCE_FKstatic final org.jooq.UniqueKey<BatchEntities> BatchUniqueKeys.BATCH_ENTITIES_PK -
Uses of BatchEntities in com.echothree.model.jooq.server.tables.batch
Fields in com.echothree.model.jooq.server.tables.batch with type parameters of type BatchEntitiesModifier and TypeFieldDescriptionfinal org.jooq.TableField<BatchEntities, BatchPK> BatchEntities.BATCHThe columnbatchentities.btche_btch_batchid.final org.jooq.TableField<BatchEntities, BatchEntityPK> BatchEntities.BATCH_ENTITYThe columnbatchentities.btche_batchentityid.final org.jooq.TableField<BatchEntities, EntityInstancePK> BatchEntities.ENTITY_INSTANCEThe columnbatchentities.btche_eni_entityinstanceid.final org.jooq.TableField<BatchEntities, Long> BatchEntities.FROM_TIMEThe columnbatchentities.btche_fromtime.final org.jooq.TableField<BatchEntities, Long> BatchEntities.THRU_TIMEThe columnbatchentities.btche_thrutime.Methods in com.echothree.model.jooq.server.tables.batch that return types with arguments of type BatchEntitiesModifier and TypeMethodDescriptionorg.jooq.UniqueKey<BatchEntities> BatchEntities.getPrimaryKey()BatchEntities.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<BatchEntities, ?>> BatchEntities.getReferences()List<org.jooq.UniqueKey<BatchEntities>> BatchEntities.getUniqueKeys()