1. Hibernate Reverse Engineering: Generation of a |
2. some question about component's tag:insert="false" forum.hibernate.org |
3. component parent-tag: no access='field' possible? forum.hibernate.orgDon't think this has been resolved yet - I'm getting the same problem. Here's the stacktrace I'm getting when building the EntityManagerFactory: Code: Caused by: org.hibernate.PropertyNotFoundException: Could not find a setter for property account in class com.xxx.xxx.xxx at org.hibernate.property.BasicPropertyAccessor.createSetter(BasicPropertyAccessor.java:216) at org.hibernate.property.BasicPropertyAccessor.getSetter(BasicPropertyAccessor.java:209) at org.hibernate.tuple.component.PojoComponentTuplizer. |