List of usage examples for org.hibernate.loader.hql QueryLoader subclass-usage
From source file org.babyfish.hibernate.loader.DistinctLimitQueryLoader.java
/** * @author Tao Chen */ public class DistinctLimitQueryLoader extends QueryLoader { public DistinctLimitQueryLoader(XQueryTranslatorImpl queryTranslator, SessionFactoryImplementor factory,
From source file org.babyfish.hibernate.loader.UnlimitedCountLoader.java
/** * @author Tao Chen */ public class UnlimitedCountLoader extends QueryLoader { protected XQueryTranslatorImpl queryTranslator;