Package org.hibernate.sql.ast.spi
Class SqlAstTreeHelper
- java.lang.Object
-
- org.hibernate.sql.ast.spi.SqlAstTreeHelper
-
public class SqlAstTreeHelper extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static SqlAstTreeHelper
INSTANCE
Singleton access
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Predicate
combinePredicates(Predicate baseRestriction, Predicate incomingRestriction)
-
-
-
Field Detail
-
INSTANCE
public static final SqlAstTreeHelper INSTANCE
Singleton access
-
-