public class JavassistLazyLoadFactory extends Object implements br.com.anteros.persistence.proxy.LazyLoadFactory
| Constructor and Description |
|---|
JavassistLazyLoadFactory() |
| Modifier and Type | Method and Description |
|---|---|
Object |
createProxy(br.com.anteros.persistence.session.SQLSession session,
Object targetObject,
br.com.anteros.persistence.metadata.descriptor.DescriptionField descriptionField,
br.com.anteros.persistence.metadata.EntityCache targetEntityCache,
Map<String,Object> columnKeyValues,
br.com.anteros.persistence.session.cache.Cache transactionCache,
br.com.anteros.persistence.session.lock.LockOptions lockOptions) |
boolean |
isProxyObject(Object object) |
boolean |
proxyIsInitialized(Object object) |
public Object createProxy(br.com.anteros.persistence.session.SQLSession session, Object targetObject, br.com.anteros.persistence.metadata.descriptor.DescriptionField descriptionField, br.com.anteros.persistence.metadata.EntityCache targetEntityCache, Map<String,Object> columnKeyValues, br.com.anteros.persistence.session.cache.Cache transactionCache, br.com.anteros.persistence.session.lock.LockOptions lockOptions) throws Exception
createProxy in interface br.com.anteros.persistence.proxy.LazyLoadFactoryExceptionpublic boolean proxyIsInitialized(Object object) throws Exception
proxyIsInitialized in interface br.com.anteros.persistence.proxy.LazyLoadFactoryExceptionCopyright © 2017 Anteros Tecnologia. All rights reserved.