Uses of Class
com.echothree.model.jooq.server.records.accounting.Transactions
Packages that use Transactions
Package
Description
-
Uses of Transactions in com.echothree.model.jooq.server.keys.accounting
Fields in com.echothree.model.jooq.server.keys.accounting with type parameters of type TransactionsModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<TransactionDetails, Transactions> AccountingForeignKeys.TRANSACTION_DETAILS_TRANSACTION_FKstatic final org.jooq.ForeignKey<TransactionEntityRoles, Transactions> AccountingForeignKeys.TRANSACTION_ENTITY_ROLES_TRANSACTION_FKstatic final org.jooq.ForeignKey<TransactionGlEntries, Transactions> AccountingForeignKeys.TRANSACTION_GL_ENTRIES_TRANSACTION_FKstatic final org.jooq.ForeignKey<TransactionStatuses, Transactions> AccountingForeignKeys.TRANSACTION_STATUSES_TRANSACTION_FKstatic final org.jooq.ForeignKey<TransactionTimes, Transactions> AccountingForeignKeys.TRANSACTION_TIMES_TRANSACTION_FKstatic final org.jooq.ForeignKey<Transactions, TransactionDetails> AccountingForeignKeys.TRANSACTIONS_ACTIVE_DETAIL_FKstatic final org.jooq.UniqueKey<Transactions> AccountingUniqueKeys.TRANSACTIONS_ACTIVE_DETAIL_UKstatic final org.jooq.ForeignKey<Transactions, TransactionDetails> AccountingForeignKeys.TRANSACTIONS_LAST_DETAIL_FKstatic final org.jooq.UniqueKey<Transactions> AccountingUniqueKeys.TRANSACTIONS_LAST_DETAIL_UKstatic final org.jooq.UniqueKey<Transactions> AccountingUniqueKeys.TRANSACTIONS_PK -
Uses of Transactions in com.echothree.model.jooq.server.tables.accounting
Fields in com.echothree.model.jooq.server.tables.accounting with type parameters of type TransactionsModifier and TypeFieldDescriptionfinal org.jooq.TableField<Transactions, TransactionDetailPK> Transactions.ACTIVE_DETAILThe columntransactions.trx_activedetailid.final org.jooq.TableField<Transactions, TransactionDetailPK> Transactions.LAST_DETAILThe columntransactions.trx_lastdetailid.final org.jooq.TableField<Transactions, TransactionPK> Transactions.TRANSACTIONThe columntransactions.trx_transactionid.Methods in com.echothree.model.jooq.server.tables.accounting that return types with arguments of type TransactionsModifier and TypeMethodDescriptionorg.jooq.UniqueKey<Transactions> Transactions.getPrimaryKey()Transactions.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<Transactions, ?>> Transactions.getReferences()List<org.jooq.UniqueKey<Transactions>> Transactions.getUniqueKeys()Constructor parameters in com.echothree.model.jooq.server.tables.accounting with type arguments of type TransactionsModifierConstructorDescriptionTransactions(org.jooq.Table<O> path, org.jooq.ForeignKey<O, Transactions> childPath, org.jooq.InverseForeignKey<O, Transactions> parentPath) Transactions(org.jooq.Table<O> path, org.jooq.ForeignKey<O, Transactions> childPath, org.jooq.InverseForeignKey<O, Transactions> parentPath) TransactionsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, Transactions> childPath, org.jooq.InverseForeignKey<O, Transactions> parentPath) TransactionsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, Transactions> childPath, org.jooq.InverseForeignKey<O, Transactions> parentPath)