1. return-property inside return-join tag is ignored? forum.hibernate.orgUsing 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.orgHi, 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; ... |