public class ProxyHelper extends Object
| Modifier and Type | Field and Description |
|---|---|
(package private) static List<String> |
persistentCollectionTypes |
(package private) static List<String> |
proxyTypes |
| Constructor and Description |
|---|
ProxyHelper() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isHibernateProxy(Object o) |
static boolean |
isKunderaProxy(Object o) |
static boolean |
isKunderaProxyCollection(Object collection) |
static boolean |
isPersistentCollection(Object collection) |
static boolean |
isProxy(Object o) |
static boolean |
isProxyCollection(Object o) |
static boolean |
isProxyOrCollection(Object o) |
public static boolean isKunderaProxy(Object o)
public static boolean isHibernateProxy(Object o)
public static boolean isKunderaProxyCollection(Object collection)
public static boolean isPersistentCollection(Object collection)
public static boolean isProxy(Object o)
public static boolean isProxyCollection(Object o)
public static boolean isProxyOrCollection(Object o)
Copyright © 2015. All Rights Reserved.