public final class DataModelUtil
extends java.lang.Object
| Constructor and Description |
|---|
DataModelUtil() |
| Modifier and Type | Method and Description |
|---|---|
static java.util.Date |
createUnmutableTimestamp(java.util.Date value) |
static org.hibernate.engine.spi.SessionFactoryImplementor |
extractSessionFactory(org.hibernate.Criteria criteria) |
static java.lang.String |
getSqlString(org.hibernate.Criteria criteria) |
static boolean |
isEntitySupported(java.lang.Class<?> clazz,
org.hibernate.Criteria criteria) |
static boolean |
isNamedQuerySupported(java.lang.String namedQuery,
org.hibernate.Session session) |
static boolean |
isPropertyNameSupported(java.lang.String property,
java.lang.Class<?> clazz,
org.hibernate.Session session) |
static boolean |
isPropertyNameSupported(java.lang.String property,
org.hibernate.Criteria criteria) |
public static java.util.Date createUnmutableTimestamp(java.util.Date value)
public static boolean isPropertyNameSupported(java.lang.String property,
java.lang.Class<?> clazz,
org.hibernate.Session session)
public static boolean isPropertyNameSupported(java.lang.String property,
org.hibernate.Criteria criteria)
public static boolean isNamedQuerySupported(java.lang.String namedQuery,
org.hibernate.Session session)
public static java.lang.String getSqlString(org.hibernate.Criteria criteria)
public static boolean isEntitySupported(java.lang.Class<?> clazz,
org.hibernate.Criteria criteria)
public static org.hibernate.engine.spi.SessionFactoryImplementor extractSessionFactory(org.hibernate.Criteria criteria)
Copyright © 2015–2018 52°North Initiative for Geospatial Open Source Software GmbH. All rights reserved.