Class HqlQueryHelper


  • public class HqlQueryHelper
    extends java.lang.Object
    Since:
    30/11/17
    • Constructor Summary

      Constructors 
      Constructor Description
      HqlQueryHelper()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static <R> java.util.Optional<R> execute​(org.springframework.orm.hibernate5.HibernateTemplate template, java.lang.Class<R> returnType, SelectQueryBuilder builder, WMQLTypeHelper wmqlTypeHelper)  
      static <R> org.springframework.data.domain.Page<R> execute​(org.springframework.orm.hibernate5.HibernateTemplate template, java.lang.Class<R> returnType, SelectQueryBuilder builder, org.springframework.data.domain.Pageable pageable, WMQLTypeHelper wmqlTypeHelper)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • HqlQueryHelper

        public HqlQueryHelper()
    • Method Detail

      • execute

        public static <R> org.springframework.data.domain.Page<R> execute​(org.springframework.orm.hibernate5.HibernateTemplate template,
                                                                          java.lang.Class<R> returnType,
                                                                          SelectQueryBuilder builder,
                                                                          org.springframework.data.domain.Pageable pageable,
                                                                          WMQLTypeHelper wmqlTypeHelper)
      • execute

        public static <R> java.util.Optional<R> execute​(org.springframework.orm.hibernate5.HibernateTemplate template,
                                                        java.lang.Class<R> returnType,
                                                        SelectQueryBuilder builder,
                                                        WMQLTypeHelper wmqlTypeHelper)