Uses of Class
com.echothree.model.jooq.server.records.financial.FinancialAccountStatuses
Packages that use FinancialAccountStatuses
Package
Description
-
Uses of FinancialAccountStatuses in com.echothree.model.jooq.server.keys.financial
Fields in com.echothree.model.jooq.server.keys.financial with type parameters of type FinancialAccountStatusesModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<FinancialAccountStatuses, FinancialAccounts> FinancialForeignKeys.FINANCIAL_ACCOUNT_STATUSES_FINANCIAL_ACCOUNT_FKstatic final org.jooq.UniqueKey<FinancialAccountStatuses> FinancialUniqueKeys.FINANCIAL_ACCOUNT_STATUSES_FINANCIAL_ACCOUNT_UKstatic final org.jooq.UniqueKey<FinancialAccountStatuses> FinancialUniqueKeys.FINANCIAL_ACCOUNT_STATUSES_PK -
Uses of FinancialAccountStatuses in com.echothree.model.jooq.server.tables.financial
Fields in com.echothree.model.jooq.server.tables.financial with type parameters of type FinancialAccountStatusesModifier and TypeFieldDescriptionfinal org.jooq.TableField<FinancialAccountStatuses, Long> FinancialAccountStatuses.ACTUAL_BALANCEThe columnfinancialaccountstatuses.finast_actualbalance.final org.jooq.TableField<FinancialAccountStatuses, Long> FinancialAccountStatuses.AVAILABLE_BALANCEThe columnfinancialaccountstatuses.finast_availablebalance.final org.jooq.TableField<FinancialAccountStatuses, FinancialAccountPK> FinancialAccountStatuses.FINANCIAL_ACCOUNTThe columnfinancialaccountstatuses.finast_fina_financialaccountid.final org.jooq.TableField<FinancialAccountStatuses, FinancialAccountStatusPK> FinancialAccountStatuses.FINANCIAL_ACCOUNT_STATUSThe columnfinancialaccountstatuses.finast_financialaccountstatusid.Methods in com.echothree.model.jooq.server.tables.financial that return types with arguments of type FinancialAccountStatusesModifier and TypeMethodDescriptionorg.jooq.UniqueKey<FinancialAccountStatuses> FinancialAccountStatuses.getPrimaryKey()FinancialAccountStatuses.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<FinancialAccountStatuses, ?>> FinancialAccountStatuses.getReferences()List<org.jooq.UniqueKey<FinancialAccountStatuses>> FinancialAccountStatuses.getUniqueKeys()