Good final test cases commented out.

This commit is contained in:
Purodha 2013-01-14 11:54:57 +00:00
parent cdc4e12efc
commit 5b55f7a74c

View File

@ -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")