Uses of Interface
com.jenkov.mrpersister.itf.IPersistenceConfigurationFactory

Packages that use IPersistenceConfigurationFactory
com.jenkov.mrpersister   
com.jenkov.mrpersister.impl   
 

Uses of IPersistenceConfigurationFactory in com.jenkov.mrpersister
 

Methods in com.jenkov.mrpersister that return IPersistenceConfigurationFactory
 IPersistenceConfigurationFactory PersistenceManager.getConfigurationFactory()
          Returns the persistence configuration factory currently in use.
static IPersistenceConfigurationFactory MrPersister.getConfigurationFactory()
          Deprecated. Returns the persistence configuration factory currently in use.
 

Methods in com.jenkov.mrpersister with parameters of type IPersistenceConfigurationFactory
 void PersistenceManager.setConfigurationFactory(IPersistenceConfigurationFactory factory)
          Sets the persistence configuration factory to be used with Mr.
static void MrPersister.setConfigurationFactory(IPersistenceConfigurationFactory factory)
          Deprecated. Sets the persistence configuration factory to be used with Mr.
 

Uses of IPersistenceConfigurationFactory in com.jenkov.mrpersister.impl
 

Classes in com.jenkov.mrpersister.impl that implement IPersistenceConfigurationFactory
 class PersistenceConfigurationFactory