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