public final class ProxyHelper extends Object
Modifier and Type | Method and Description |
---|---|
static Class |
getReferentClass(Object entity) |
static boolean |
isFetched(Object entity) |
static boolean |
isProxied(Class<?> clazz) |
static boolean |
isProxy(Object entity) |
static boolean |
isUnFetched(Object entity) |
static <T> T |
unwrap(T entity) |
Copyright © 2016. All rights reserved.