Uses of Class
com.echothree.model.jooq.server.records.accounting.TransactionGlAccounts
Packages that use TransactionGlAccounts
Package
Description
-
Uses of TransactionGlAccounts in com.echothree.model.jooq.server.keys.accounting
Fields in com.echothree.model.jooq.server.keys.accounting with type parameters of type TransactionGlAccountsModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<TransactionGlAccounts, GlAccounts> AccountingForeignKeys.TRANSACTION_GL_ACCOUNTS_GL_ACCOUNT_FKstatic final org.jooq.UniqueKey<TransactionGlAccounts> AccountingUniqueKeys.TRANSACTION_GL_ACCOUNTS_PKstatic final org.jooq.UniqueKey<TransactionGlAccounts> AccountingUniqueKeys.TRANSACTION_GL_ACCOUNTS_TRANSACTION_GL_ACCOUNT_CATEGORY_AND_THRU_TIME_UKstatic final org.jooq.ForeignKey<TransactionGlAccounts, TransactionGlAccountCategories> AccountingForeignKeys.TRANSACTION_GL_ACCOUNTS_TRANSACTION_GL_ACCOUNT_CATEGORY_FK -
Uses of TransactionGlAccounts in com.echothree.model.jooq.server.tables.accounting
Fields in com.echothree.model.jooq.server.tables.accounting with type parameters of type TransactionGlAccountsModifier and TypeFieldDescriptionfinal org.jooq.TableField<TransactionGlAccounts, Long> TransactionGlAccounts.FROM_TIMEThe columntransactionglaccounts.trxgla_fromtime.final org.jooq.TableField<TransactionGlAccounts, GlAccountPK> TransactionGlAccounts.GL_ACCOUNTThe columntransactionglaccounts.trxgla_gla_glaccountid.final org.jooq.TableField<TransactionGlAccounts, Long> TransactionGlAccounts.THRU_TIMEThe columntransactionglaccounts.trxgla_thrutime.final org.jooq.TableField<TransactionGlAccounts, TransactionGlAccountPK> TransactionGlAccounts.TRANSACTION_GL_ACCOUNTThe columntransactionglaccounts.trxgla_transactionglaccountid.final org.jooq.TableField<TransactionGlAccounts, TransactionGlAccountCategoryPK> TransactionGlAccounts.TRANSACTION_GL_ACCOUNT_CATEGORYThe columntransactionglaccounts.trxgla_trxglac_transactionglaccountcategoryid.Methods in com.echothree.model.jooq.server.tables.accounting that return types with arguments of type TransactionGlAccountsModifier and TypeMethodDescriptionorg.jooq.UniqueKey<TransactionGlAccounts> TransactionGlAccounts.getPrimaryKey()TransactionGlAccounts.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<TransactionGlAccounts, ?>> TransactionGlAccounts.getReferences()List<org.jooq.UniqueKey<TransactionGlAccounts>> TransactionGlAccounts.getUniqueKeys()