I want to ask, it is possible that I create query projections and criterion for more than one level deep? I have 2 model classes:
@Entity @Table(name = \"p
I wrote the ResultTransformer, that does this exactly. It's name is AliasToBeanNestedResultTransformer, check it out on github.
ResultTransformer
AliasToBeanNestedResultTransformer