parent « ID « JPA Q&A





1. How to avoid excess join to use the id of parent object?    forum.hibernate.org

I moved annotations before getters in Order class - got the error "Could not find a setter for property checkedAllowed in class com.consult.alto.entity.Order" the thing I had the method public boolean isCheckedAllowed() in Order class, it isn't linked to any field, it simply makes some validation actions. But it seems that Hibernate tries to bind the method to the inner field ...