Uses of Interface
it.openutils.spring.rmibernate.shared.managers.HibernateLazyService

Packages that use HibernateLazyService
it.openutils.spring.rmibernate.client   
it.openutils.spring.rmibernate.client.aspects   
it.openutils.spring.rmibernate.server.aspects   
it.openutils.spring.rmibernate.server.managers   
 

Uses of HibernateLazyService in it.openutils.spring.rmibernate.client
 

Fields in it.openutils.spring.rmibernate.client with type parameters of type HibernateLazyService
static java.lang.ThreadLocal<HibernateLazyService> HibernateRmiProxyFactoryBean.hibernateLazyServiceTL
          Store the hibernate lazy service to be used by remote lazy loading
 

Methods in it.openutils.spring.rmibernate.client with parameters of type HibernateLazyService
 void HibernateRmiProxyFactoryBean.setHibernateLazyService(HibernateLazyService hibernateLazyService)
          Sets the hibernateLazyService.
 

Uses of HibernateLazyService in it.openutils.spring.rmibernate.client.aspects
 

Constructors in it.openutils.spring.rmibernate.client.aspects with parameters of type HibernateLazyService
HibernateLazyLoaderAspect(java.lang.String className, java.lang.String fieldName, java.io.Serializable id, HibernateLazyService hibernateLazyService)
          Constructor
 

Uses of HibernateLazyService in it.openutils.spring.rmibernate.server.aspects
 

Methods in it.openutils.spring.rmibernate.server.aspects that return HibernateLazyService
static HibernateLazyService SerializationInterceptor.getHibernateLazyService()
          Returns the hibernateLazyService.
 

Methods in it.openutils.spring.rmibernate.server.aspects with parameters of type HibernateLazyService
static void SerializationInterceptor.setHibernateLazyService(HibernateLazyService hibernateLazyService)
          Sets the hibernateLazyService.
 

Uses of HibernateLazyService in it.openutils.spring.rmibernate.server.managers
 

Classes in it.openutils.spring.rmibernate.server.managers that implement HibernateLazyService
 class HibernateLazyServiceImpl
          Server side implementation of remote lazy loading calls
 



Copyright © 2008 Openmind. All Rights Reserved.