Uses of Interface
cuba.ResourceFactoryI

Packages that use ResourceFactoryI
cuba.wired This package handles cuba-components inside a wired enviroment. 
cuba.wired.jpa   
 

Uses of ResourceFactoryI in cuba.wired
 

Classes in cuba.wired that implement ResourceFactoryI
 class WiredPooledDataSource
          The WiredPooledDataSource is a derivation of WiredDataSource which supports connection pooling to speed up database access over multiple component method calls.
 class WiredUnrestrictedDataSource
          This class delegates or Methods to the wrapped WiredDataSource.
 

Methods in cuba.wired with parameters of type ResourceFactoryI
 CubaEntityManager WiredTransactionI.allocateEntityManager(ResourceFactoryI resource)
           
 CubaEntityManager WiredContainer.allocateEntityManager(ResourceFactoryI factory)
           
 CubaEntityManager PrimitiveTransaction.allocateEntityManager(ResourceFactoryI factory)
           
 WiredManagedConnection WiredTransactionI.allocateResource(ResourceFactoryI resource)
           
 WiredManagedConnection PrimitiveTransaction.allocateResource(ResourceFactoryI factory)
           
 void WiredTransactionI.releaseResource(ResourceFactoryI resource, WiredManagedConnection con)
           
 void PrimitiveTransaction.releaseResource(ResourceFactoryI factory, WiredManagedConnection con)
           
 

Uses of ResourceFactoryI in cuba.wired.jpa
 

Classes in cuba.wired.jpa that implement ResourceFactoryI
 class WiredManagedEntityManagerFactory