Uses of Class
com.echothree.model.jooq.server.records.accounting.TransactionGroups
Packages that use TransactionGroups
Package
Description
-
Uses of TransactionGroups in com.echothree.model.jooq.server.keys.accounting
Fields in com.echothree.model.jooq.server.keys.accounting with type parameters of type TransactionGroupsModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<TransactionDetails, TransactionGroups> AccountingForeignKeys.TRANSACTION_DETAILS_TRANSACTION_GROUP_FKstatic final org.jooq.ForeignKey<TransactionGroupDetails, TransactionGroups> AccountingForeignKeys.TRANSACTION_GROUP_DETAILS_TRANSACTION_GROUP_FKstatic final org.jooq.ForeignKey<TransactionGroups, TransactionGroupDetails> AccountingForeignKeys.TRANSACTION_GROUPS_ACTIVE_DETAIL_FKstatic final org.jooq.UniqueKey<TransactionGroups> AccountingUniqueKeys.TRANSACTION_GROUPS_ACTIVE_DETAIL_UKstatic final org.jooq.ForeignKey<TransactionGroups, TransactionGroupDetails> AccountingForeignKeys.TRANSACTION_GROUPS_LAST_DETAIL_FKstatic final org.jooq.UniqueKey<TransactionGroups> AccountingUniqueKeys.TRANSACTION_GROUPS_LAST_DETAIL_UKstatic final org.jooq.UniqueKey<TransactionGroups> AccountingUniqueKeys.TRANSACTION_GROUPS_PK -
Uses of TransactionGroups in com.echothree.model.jooq.server.tables.accounting
Fields in com.echothree.model.jooq.server.tables.accounting with type parameters of type TransactionGroupsModifier and TypeFieldDescriptionfinal org.jooq.TableField<TransactionGroups, TransactionGroupDetailPK> TransactionGroups.ACTIVE_DETAILThe columntransactiongroups.trxgrp_activedetailid.final org.jooq.TableField<TransactionGroups, TransactionGroupDetailPK> TransactionGroups.LAST_DETAILThe columntransactiongroups.trxgrp_lastdetailid.final org.jooq.TableField<TransactionGroups, TransactionGroupPK> TransactionGroups.TRANSACTION_GROUPThe columntransactiongroups.trxgrp_transactiongroupid.Methods in com.echothree.model.jooq.server.tables.accounting that return types with arguments of type TransactionGroupsModifier and TypeMethodDescriptionorg.jooq.UniqueKey<TransactionGroups> TransactionGroups.getPrimaryKey()TransactionGroups.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<TransactionGroups, ?>> TransactionGroups.getReferences()List<org.jooq.UniqueKey<TransactionGroups>> TransactionGroups.getUniqueKeys()Constructor parameters in com.echothree.model.jooq.server.tables.accounting with type arguments of type TransactionGroupsModifierConstructorDescriptionTransactionGroups(org.jooq.Table<O> path, org.jooq.ForeignKey<O, TransactionGroups> childPath, org.jooq.InverseForeignKey<O, TransactionGroups> parentPath) TransactionGroups(org.jooq.Table<O> path, org.jooq.ForeignKey<O, TransactionGroups> childPath, org.jooq.InverseForeignKey<O, TransactionGroups> parentPath) TransactionGroupsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, TransactionGroups> childPath, org.jooq.InverseForeignKey<O, TransactionGroups> parentPath) TransactionGroupsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, TransactionGroups> childPath, org.jooq.InverseForeignKey<O, TransactionGroups> parentPath)