Joining tables 3 level deep using Alias in Hibernate Criteria

Posted by chrismathew on Stack Overflow See other posts from Stack Overflow or by chrismathew
Published on 2010-06-17T01:38:17Z Indexed on 2010/06/17 1:42 UTC
Read the original article Hit count: 201

Filed under:

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.

© Stack Overflow or respective owner

Related posts about hibernate