public final class ProxyHelper extends Object
static Class
getReferentClass(Object entity)
static boolean
isFetched(Object entity)
isProxied(Class<?> clazz)
isProxy(Object entity)
isUnFetched(Object entity)
static <T> T
unwrap(T entity)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static <T> T unwrap(T entity)
public static boolean isProxy(Object entity)
public static boolean isProxied(Class<?> clazz)
public static Class getReferentClass(Object entity)
public static boolean isFetched(Object entity)
public static boolean isUnFetched(Object entity)