From 5b55f7a74c065f7c448420beddc8247926293196 Mon Sep 17 00:00:00 2001 From: Purodha Date: Mon, 14 Jan 2013 11:54:57 +0000 Subject: [PATCH] Good final test cases commented out. --- hsarback/src/de/hsadmin/mods/cust/Customer.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hsarback/src/de/hsadmin/mods/cust/Customer.java b/hsarback/src/de/hsadmin/mods/cust/Customer.java index 4fa1153..bb2039e 100644 --- a/hsarback/src/de/hsadmin/mods/cust/Customer.java +++ b/hsarback/src/de/hsadmin/mods/cust/Customer.java @@ -86,11 +86,11 @@ public class Customer extends AbstractEntity implements Serializable { //@AnnFieldIO(referredProps = "customer.billData.domainDiscountUntil.year")//falsch! //@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") - @AnnFieldIO(referredProps = "domainDiscountUntil") + // @AnnFieldIO(referredProps = "domainDiscountUntil")//gut! private CustomersTariff billData; @OneToMany(fetch = LAZY, cascade = ALL, mappedBy = "customer")