public class TQJoin extends Object
TypedQueryBuilder builder = new TypedQueryBuilder(com.MyClass, "item")
.addJoin(new TQJoin("item.collection", "collection"))
.addRestriction("collection.id", "=", 1L);
The alias value can be used in subsequent restriction expressions.Copyright © 2022. All rights reserved.