Uses of Interface
com.jenkov.mrpersister.scope.IScopeFactory

Packages that use IScopeFactory
com.jenkov.mrpersister.impl   
com.jenkov.mrpersister.itf   
com.jenkov.mrpersister.scope   
 

Uses of IScopeFactory in com.jenkov.mrpersister.impl
 

Fields in com.jenkov.mrpersister.impl declared as IScopeFactory
protected  IScopeFactory PersistenceConfiguration.scopeFactory
           
 

Methods in com.jenkov.mrpersister.impl that return IScopeFactory
 IScopeFactory PersistenceConfiguration.getScopeFactory()
           
 

Methods in com.jenkov.mrpersister.impl with parameters of type IScopeFactory
 void PersistenceConfiguration.setScopeFactory(IScopeFactory scopeFactory)
           
 

Uses of IScopeFactory in com.jenkov.mrpersister.itf
 

Methods in com.jenkov.mrpersister.itf that return IScopeFactory
 IScopeFactory IPersistenceConfiguration.getScopeFactory()
          Returns the scope factory matching the data source set on this persistence configuration.
 

Uses of IScopeFactory in com.jenkov.mrpersister.scope
 

Classes in com.jenkov.mrpersister.scope that implement IScopeFactory
 class ScopeFactory