Uses of Class
com.echothree.model.jooq.server.records.batch.BatchAliases
Packages that use BatchAliases
Package
Description
-
Uses of BatchAliases in com.echothree.model.jooq.server.keys.batch
Fields in com.echothree.model.jooq.server.keys.batch with type parameters of type BatchAliasesModifier and TypeFieldDescriptionstatic final org.jooq.UniqueKey<BatchAliases> BatchUniqueKeys.BATCH_ALIASES_BATCH_ALIAS_TYPE_AND_ALIAS_AND_THRU_TIME_UKstatic final org.jooq.ForeignKey<BatchAliases, BatchAliasTypes> BatchForeignKeys.BATCH_ALIASES_BATCH_ALIAS_TYPE_FKstatic final org.jooq.ForeignKey<BatchAliases, Batches> BatchForeignKeys.BATCH_ALIASES_BATCH_FKstatic final org.jooq.UniqueKey<BatchAliases> BatchUniqueKeys.BATCH_ALIASES_PK -
Uses of BatchAliases in com.echothree.model.jooq.server.tables.batch
Fields in com.echothree.model.jooq.server.tables.batch with type parameters of type BatchAliasesModifier and TypeFieldDescriptionfinal org.jooq.TableField<BatchAliases, String> BatchAliases.ALIASThe columnbatchaliases.btchal_alias.final org.jooq.TableField<BatchAliases, BatchPK> BatchAliases.BATCHThe columnbatchaliases.btchal_btch_batchid.final org.jooq.TableField<BatchAliases, BatchAliasPK> BatchAliases.BATCH_ALIASThe columnbatchaliases.btchal_batchaliasid.final org.jooq.TableField<BatchAliases, BatchAliasTypePK> BatchAliases.BATCH_ALIAS_TYPEThe columnbatchaliases.btchal_btchat_batchaliastypeid.final org.jooq.TableField<BatchAliases, Long> BatchAliases.FROM_TIMEThe columnbatchaliases.btchal_fromtime.final org.jooq.TableField<BatchAliases, Long> BatchAliases.THRU_TIMEThe columnbatchaliases.btchal_thrutime.Methods in com.echothree.model.jooq.server.tables.batch that return types with arguments of type BatchAliasesModifier and TypeMethodDescriptionorg.jooq.UniqueKey<BatchAliases> BatchAliases.getPrimaryKey()BatchAliases.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<BatchAliases, ?>> BatchAliases.getReferences()List<org.jooq.UniqueKey<BatchAliases>> BatchAliases.getUniqueKeys()