Package ch.tocco.nice2.persist.core.api.hibernate.query
package ch.tocco.nice2.persist.core.api.hibernate.query
-
ClassDescriptionUtility class to resolve field paths in queries built with the
PredicateBuilder
This interface can be used to contribute additional query functions that are based on raw SQL.Provides a parameter value that is automatically set to the query if it contains a parameter with the given name.Implementation of this interface can participate in the building ofCriteriaQuery
created by one the query builders.This interface allows to create subqueries in predicates without exposing theCriteriaQuery
instance.Interceptor forCriteriaQueryBuilder
.