Class SqlAstTreeHelper

java.lang.Object
org.hibernate.sql.ast.spi.SqlAstTreeHelper

public final class SqlAstTreeHelper extends Object
  • Method Details

    • combinePredicates

      public static Predicate combinePredicates(Predicate baseRestriction, Predicate incomingRestriction)
    • hasAggregateFunctions

      public static boolean hasAggregateFunctions(QuerySpec querySpec)