@ApplicationScoped public class HibernateProxyInitializer extends Object implements ProxyInitializer
| Constructor and Description |
|---|
HibernateProxyInitializer()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getActualClass(Object obj)
Deprecated.
Find the real class of the obj send.
|
void |
initialize(Object obj)
Deprecated.
Initialize the obj send if it is a proxy.
|
boolean |
isProxy(Class<?> clazz)
Deprecated.
Check if the clazz send is isAssignableFrom proxy.
|
public boolean isProxy(Class<?> clazz)
ProxyInitializerisProxy in interface ProxyInitializerpublic void initialize(Object obj)
ProxyInitializerinitialize in interface ProxyInitializerpublic Class<?> getActualClass(Object obj)
ProxyInitializergetActualClass in interface ProxyInitializerCopyright © 2014 Caelum. All Rights Reserved.