Uses of Class
com.echothree.model.jooq.server.records.financial.FinancialAccounts
Packages that use FinancialAccounts
Package
Description
-
Uses of FinancialAccounts in com.echothree.model.jooq.server.keys.financial
Fields in com.echothree.model.jooq.server.keys.financial with type parameters of type FinancialAccountsModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<FinancialAccountAliases, FinancialAccounts> FinancialForeignKeys.FINANCIAL_ACCOUNT_ALIASES_FINANCIAL_ACCOUNT_FKstatic final org.jooq.ForeignKey<FinancialAccountDetails, FinancialAccounts> FinancialForeignKeys.FINANCIAL_ACCOUNT_DETAILS_FINANCIAL_ACCOUNT_FKstatic final org.jooq.ForeignKey<FinancialAccountRoles, FinancialAccounts> FinancialForeignKeys.FINANCIAL_ACCOUNT_ROLES_FINANCIAL_ACCOUNT_FKstatic final org.jooq.ForeignKey<FinancialAccountStatuses, FinancialAccounts> FinancialForeignKeys.FINANCIAL_ACCOUNT_STATUSES_FINANCIAL_ACCOUNT_FKstatic final org.jooq.ForeignKey<FinancialAccountTransactionDetails, FinancialAccounts> FinancialForeignKeys.FINANCIAL_ACCOUNT_TRANSACTION_DETAILS_FINANCIAL_ACCOUNT_FKstatic final org.jooq.ForeignKey<FinancialAccounts, FinancialAccountDetails> FinancialForeignKeys.FINANCIAL_ACCOUNTS_ACTIVE_DETAIL_FKstatic final org.jooq.UniqueKey<FinancialAccounts> FinancialUniqueKeys.FINANCIAL_ACCOUNTS_ACTIVE_DETAIL_UKstatic final org.jooq.ForeignKey<FinancialAccounts, FinancialAccountDetails> FinancialForeignKeys.FINANCIAL_ACCOUNTS_LAST_DETAIL_FKstatic final org.jooq.UniqueKey<FinancialAccounts> FinancialUniqueKeys.FINANCIAL_ACCOUNTS_LAST_DETAIL_UKstatic final org.jooq.UniqueKey<FinancialAccounts> FinancialUniqueKeys.FINANCIAL_ACCOUNTS_PK -
Uses of FinancialAccounts in com.echothree.model.jooq.server.tables.financial
Fields in com.echothree.model.jooq.server.tables.financial with type parameters of type FinancialAccountsModifier and TypeFieldDescriptionfinal org.jooq.TableField<FinancialAccounts, FinancialAccountDetailPK> FinancialAccounts.ACTIVE_DETAILThe columnfinancialaccounts.fina_activedetailid.final org.jooq.TableField<FinancialAccounts, FinancialAccountPK> FinancialAccounts.FINANCIAL_ACCOUNTThe columnfinancialaccounts.fina_financialaccountid.final org.jooq.TableField<FinancialAccounts, FinancialAccountDetailPK> FinancialAccounts.LAST_DETAILThe columnfinancialaccounts.fina_lastdetailid.Methods in com.echothree.model.jooq.server.tables.financial that return types with arguments of type FinancialAccountsModifier and TypeMethodDescriptionorg.jooq.UniqueKey<FinancialAccounts> FinancialAccounts.getPrimaryKey()FinancialAccounts.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<FinancialAccounts, ?>> FinancialAccounts.getReferences()List<org.jooq.UniqueKey<FinancialAccounts>> FinancialAccounts.getUniqueKeys()Constructor parameters in com.echothree.model.jooq.server.tables.financial with type arguments of type FinancialAccountsModifierConstructorDescriptionFinancialAccounts(org.jooq.Table<O> path, org.jooq.ForeignKey<O, FinancialAccounts> childPath, org.jooq.InverseForeignKey<O, FinancialAccounts> parentPath) FinancialAccounts(org.jooq.Table<O> path, org.jooq.ForeignKey<O, FinancialAccounts> childPath, org.jooq.InverseForeignKey<O, FinancialAccounts> parentPath) FinancialAccountsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, FinancialAccounts> childPath, org.jooq.InverseForeignKey<O, FinancialAccounts> parentPath) FinancialAccountsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, FinancialAccounts> childPath, org.jooq.InverseForeignKey<O, FinancialAccounts> parentPath)