Uses of Class
com.echothree.model.jooq.server.records.financial.FinancialAccountTransactions
Packages that use FinancialAccountTransactions
Package
Description
-
Uses of FinancialAccountTransactions in com.echothree.model.jooq.server.keys.financial
Fields in com.echothree.model.jooq.server.keys.financial with type parameters of type FinancialAccountTransactionsModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<FinancialAccountTransactionDetails, FinancialAccountTransactions> FinancialForeignKeys.FINANCIAL_ACCOUNT_TRANSACTION_DETAILS_FINANCIAL_ACCOUNT_TRANSACTION_FKstatic final org.jooq.ForeignKey<FinancialAccountTransactions, FinancialAccountTransactionDetails> FinancialForeignKeys.FINANCIAL_ACCOUNT_TRANSACTIONS_ACTIVE_DETAIL_FKstatic final org.jooq.UniqueKey<FinancialAccountTransactions> FinancialUniqueKeys.FINANCIAL_ACCOUNT_TRANSACTIONS_ACTIVE_DETAIL_UKstatic final org.jooq.ForeignKey<FinancialAccountTransactions, FinancialAccountTransactionDetails> FinancialForeignKeys.FINANCIAL_ACCOUNT_TRANSACTIONS_LAST_DETAIL_FKstatic final org.jooq.UniqueKey<FinancialAccountTransactions> FinancialUniqueKeys.FINANCIAL_ACCOUNT_TRANSACTIONS_LAST_DETAIL_UKstatic final org.jooq.UniqueKey<FinancialAccountTransactions> FinancialUniqueKeys.FINANCIAL_ACCOUNT_TRANSACTIONS_PK -
Uses of FinancialAccountTransactions in com.echothree.model.jooq.server.tables.financial
Fields in com.echothree.model.jooq.server.tables.financial with type parameters of type FinancialAccountTransactionsModifier and TypeFieldDescriptionfinal org.jooq.TableField<FinancialAccountTransactions, FinancialAccountTransactionDetailPK> FinancialAccountTransactions.ACTIVE_DETAILThe columnfinancialaccounttransactions.finatrx_activedetailid.final org.jooq.TableField<FinancialAccountTransactions, FinancialAccountTransactionPK> FinancialAccountTransactions.FINANCIAL_ACCOUNT_TRANSACTIONThe columnfinancialaccounttransactions.finatrx_financialaccounttransactionid.final org.jooq.TableField<FinancialAccountTransactions, FinancialAccountTransactionDetailPK> FinancialAccountTransactions.LAST_DETAILThe columnfinancialaccounttransactions.finatrx_lastdetailid.Methods in com.echothree.model.jooq.server.tables.financial that return types with arguments of type FinancialAccountTransactionsModifier and TypeMethodDescriptionorg.jooq.UniqueKey<FinancialAccountTransactions> FinancialAccountTransactions.getPrimaryKey()FinancialAccountTransactions.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<FinancialAccountTransactions, ?>> FinancialAccountTransactions.getReferences()List<org.jooq.UniqueKey<FinancialAccountTransactions>> FinancialAccountTransactions.getUniqueKeys()Constructor parameters in com.echothree.model.jooq.server.tables.financial with type arguments of type FinancialAccountTransactionsModifierConstructorDescriptionFinancialAccountTransactions(org.jooq.Table<O> path, org.jooq.ForeignKey<O, FinancialAccountTransactions> childPath, org.jooq.InverseForeignKey<O, FinancialAccountTransactions> parentPath) FinancialAccountTransactions(org.jooq.Table<O> path, org.jooq.ForeignKey<O, FinancialAccountTransactions> childPath, org.jooq.InverseForeignKey<O, FinancialAccountTransactions> parentPath) FinancialAccountTransactionsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, FinancialAccountTransactions> childPath, org.jooq.InverseForeignKey<O, FinancialAccountTransactions> parentPath) FinancialAccountTransactionsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, FinancialAccountTransactions> childPath, org.jooq.InverseForeignKey<O, FinancialAccountTransactions> parentPath)