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 © 2020. All rights reserved.