public final class HibernateHelper extends Object
Modifier and Type | Method and Description |
---|---|
static <T> Class<T> |
getClass(T entity)
Get the real class type.
|
static <T> Class<T> |
getClassFromWork(Work<T> work) |
static void |
initialize(Object entity) |
static boolean |
isInitialized(Object entity) |
static Object |
unproxy(Object value) |
Copyright © 2006–2014 Hibernate. All rights reserved.