public final class HibernateUtil
extends Object
HibernateUtil provides static utility methods for Hibernate
- Author:
- tiwe
-
Method Summary
static org.hibernate.type.Type
static void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
setConstants
public static void setConstants(org.hibernate.query.Query<?> query,
List<Object> constants,
Map<com.querydsl.core.types.ParamExpression<?>,Object> params)
-
getType
public static org.hibernate.type.Type getType(Class<?> clazz)