inside « Property « JPA Q&A





1. return-property inside return-join tag is ignored?    forum.hibernate.org

Using hibernate 3.6.0.Final I noticed the following problem. If I have a query defined like this: Code: ...

2. findbycriteria cant resolve property of Object inside Object    forum.hibernate.org

Hi, Im trying to fix one bug for couple days and I cant find in Internet any solution. So I decided to write here. I will try to explain the issue: So I have Class which is called Equipment: Code: public class Equipment{ private Integer _id; private String _serialNo; ...