I would like to implement this relationship in
Java Spring and Hibernate:
In my GnrlOrgChargeCode class, I have:
and in my OrgChargeCodeCond class, I have:
and in my BillingCondition class:
and in my OrgChargeCodeRule class:
and in my BillingRule class:
But when I startup
Tomcat, I get this error:
Could not determine type for: java.util.Set, at table: ORG_CHARGE_CODE_COND, for columns: [org.hibernate.mapping.Column(billingCondition)]
My query is this:
Please help. thanks.