Joining tables 3 level deep using Alias in Hibernate Criteria
- by chrismathew
4 tables. table 1 mapped to table 2 mapped to table 3 mapped to table 4.
I want to get a column data from table 4, in my search criteria for table 1 object. Is it possible using Alias. Is there any way using any API of Hibernate Criteria to get table 4 data in table 1 object using search criteria.