Uses of Interface
org.jowidgets.cap.service.hibernate.api.ICancelServicesDecoratorProviderBuilder

Packages that use ICancelServicesDecoratorProviderBuilder
org.jowidgets.cap.service.hibernate.api   
org.jowidgets.cap.service.hibernate.impl   
 

Uses of ICancelServicesDecoratorProviderBuilder in org.jowidgets.cap.service.hibernate.api
 

Methods in org.jowidgets.cap.service.hibernate.api that return ICancelServicesDecoratorProviderBuilder
 ICancelServicesDecoratorProviderBuilder ICancelServicesDecoratorProviderBuilder.addServices(Class<?>... services)
          Adds a service(s) to the list of services to decorate
 ICancelServicesDecoratorProviderBuilder IHibernateServiceToolkit.cancelServiceDecoratorProviderBuilder(String persistenceUnitName)
          Gets a default builder to decorate jpa services for given persistence unit.
static ICancelServicesDecoratorProviderBuilder HibernateServiceToolkit.serviceDecoratorProviderBuilder(String persistenceUnitName)
           
 ICancelServicesDecoratorProviderBuilder ICancelServicesDecoratorProviderBuilder.setOrder(int order)
          Sets the order for the service decoration.
 ICancelServicesDecoratorProviderBuilder ICancelServicesDecoratorProviderBuilder.setServices(Collection<? extends Class<?>> services)
          Sets the services that should be decorated, so that the HibernateSession will be canceled when execution callback was canceled.
 

Uses of ICancelServicesDecoratorProviderBuilder in org.jowidgets.cap.service.hibernate.impl
 

Methods in org.jowidgets.cap.service.hibernate.impl that return ICancelServicesDecoratorProviderBuilder
 ICancelServicesDecoratorProviderBuilder HibernateServiceToolkitImpl.cancelServiceDecoratorProviderBuilder(String persistenceUnitName)
           
 



Copyright © 2012. All Rights Reserved.