T - the type of the object to create.public class ProxyFactory<T> extends Object
ObjectFactory used to create Proxy for objects initialized by provided LazyInitializer's.| Modifier and Type | Class and Description |
|---|---|
static interface |
ProxyFactory.TypedObjectFactory<T>
A specialized version of
ObjectFactory which provides more information about type class. |
public static <T> T proxy(ProxyFactory.TypedObjectFactory<T> objectFactory, Class<T> genericType)
Copyright © 2008-2014. All Rights Reserved.