diff --git a/hsarback/src/de/hsadmin/mods/cust/Customer.java b/hsarback/src/de/hsadmin/mods/cust/Customer.java index 33b9b9e..a0dde52 100644 --- a/hsarback/src/de/hsadmin/mods/cust/Customer.java +++ b/hsarback/src/de/hsadmin/mods/cust/Customer.java @@ -84,9 +84,9 @@ public class Customer extends AbstractEntity implements Serializable { //@AnnFieldIO(referredProps = "customer")//gut //@AnnFieldIO(referredProps = "customer.CustomersTariff.domainDiscountUntil")//Das ist Kappes! //@AnnFieldIO(referredProps = "customer.billData.domainDiscountUntil.year")//falsch! - // @AnnFieldIO(referredProps = "customer.billData.domainDiscountUntil.cdate")//gut + //@AnnFieldIO(referredProps = "customer.billData.domainDiscountUntil.cdate")//gut //@AnnFieldIO(referredProps = {"customer.billData.domainDiscountUntil.cdate", "customer.billData."})//schlecht! - @AnnFieldIO(referredProps = {"customer.billData.domainDiscountUntil.cdate", "customer.billData"})//gut + //@AnnFieldIO(referredProps = {"customer.billData.domainDiscountUntil.cdate", "customer.billData"})//gut private BankAccount bankAccount; @OneToOne(fetch = EAGER, cascade = ALL, mappedBy = "customer")