1. Can Hibernate Validator be used as component outside Hibernate? stackoverflow.comI am trying to add validation for message payload (which are json). I am using Jackson Json processor for data binding, which works quite well for me, using ... |
2. Component bean w/in java.util.Map w/property as key forum.hibernate.orgHello, I have a bean, MyBean, with a property, myMapProp that is represented in Java as a Map |
3. initialize bean with components forum.hibernate.orgHi, Do a test case in Hibernate where you have the decribed situation. I do not think there will be a problem If you instantiate the Address inside the User default constructor . When you try to persist the user and the address you explicitly set the address on the user Regards, |