From 1816c4fc61f69b34f51ebf7c9f3192a5d5024d60 Mon Sep 17 00:00:00 2001 From: Peter Hormanns Date: Wed, 6 Mar 2013 15:48:52 +0100 Subject: [PATCH] annotation for test purpose 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 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")