Uses of Class
com.echothree.model.jooq.server.records.payment.PaymentDeductions
Packages that use PaymentDeductions
Package
Description
-
Uses of PaymentDeductions in com.echothree.model.jooq.server.keys.payment
Fields in com.echothree.model.jooq.server.keys.payment with type parameters of type PaymentDeductionsModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<PaymentDeductionDetails, PaymentDeductions> PaymentForeignKeys.PAYMENT_DEDUCTION_DETAILS_PAYMENT_DEDUCTION_FKstatic final org.jooq.ForeignKey<PaymentDeductions, PaymentDeductionDetails> PaymentForeignKeys.PAYMENT_DEDUCTIONS_ACTIVE_DETAIL_FKstatic final org.jooq.UniqueKey<PaymentDeductions> PaymentUniqueKeys.PAYMENT_DEDUCTIONS_ACTIVE_DETAIL_UKstatic final org.jooq.ForeignKey<PaymentDeductions, PaymentDeductionDetails> PaymentForeignKeys.PAYMENT_DEDUCTIONS_LAST_DETAIL_FKstatic final org.jooq.UniqueKey<PaymentDeductions> PaymentUniqueKeys.PAYMENT_DEDUCTIONS_LAST_DETAIL_UKstatic final org.jooq.UniqueKey<PaymentDeductions> PaymentUniqueKeys.PAYMENT_DEDUCTIONS_PK -
Uses of PaymentDeductions in com.echothree.model.jooq.server.tables.payment
Fields in com.echothree.model.jooq.server.tables.payment with type parameters of type PaymentDeductionsModifier and TypeFieldDescriptionfinal org.jooq.TableField<PaymentDeductions, PaymentDeductionDetailPK> PaymentDeductions.ACTIVE_DETAILThe columnpaymentdeductions.pymtddc_activedetailid.final org.jooq.TableField<PaymentDeductions, PaymentDeductionDetailPK> PaymentDeductions.LAST_DETAILThe columnpaymentdeductions.pymtddc_lastdetailid.final org.jooq.TableField<PaymentDeductions, PaymentDeductionPK> PaymentDeductions.PAYMENT_DEDUCTIONThe columnpaymentdeductions.pymtddc_paymentdeductionid.Methods in com.echothree.model.jooq.server.tables.payment that return types with arguments of type PaymentDeductionsModifier and TypeMethodDescriptionorg.jooq.UniqueKey<PaymentDeductions> PaymentDeductions.getPrimaryKey()PaymentDeductions.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<PaymentDeductions, ?>> PaymentDeductions.getReferences()List<org.jooq.UniqueKey<PaymentDeductions>> PaymentDeductions.getUniqueKeys()Constructor parameters in com.echothree.model.jooq.server.tables.payment with type arguments of type PaymentDeductionsModifierConstructorDescriptionPaymentDeductions(org.jooq.Table<O> path, org.jooq.ForeignKey<O, PaymentDeductions> childPath, org.jooq.InverseForeignKey<O, PaymentDeductions> parentPath) PaymentDeductions(org.jooq.Table<O> path, org.jooq.ForeignKey<O, PaymentDeductions> childPath, org.jooq.InverseForeignKey<O, PaymentDeductions> parentPath) PaymentDeductionsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, PaymentDeductions> childPath, org.jooq.InverseForeignKey<O, PaymentDeductions> parentPath) PaymentDeductionsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, PaymentDeductions> childPath, org.jooq.InverseForeignKey<O, PaymentDeductions> parentPath)