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

Packages that use ISqlGenerator
com.jenkov.mrpersister.impl   
com.jenkov.mrpersister.itf   
 

Uses of ISqlGenerator in com.jenkov.mrpersister.impl
 

Classes in com.jenkov.mrpersister.impl that implement ISqlGenerator
 class SqlGenerator
           
 

Fields in com.jenkov.mrpersister.impl declared as ISqlGenerator
protected  ISqlGenerator PersistenceConfiguration.sqlGenerator
           
 

Methods in com.jenkov.mrpersister.impl that return ISqlGenerator
 ISqlGenerator PersistenceConfiguration.getSqlGenerator()
           
protected  ISqlGenerator GenericDao.getSqlGenerator()
          Returns the SQL generator used in the persistence configuration used by this DAO class.
protected  ISqlGenerator AbstractDao.getSqlGenerator()
          Returns the SQL generator used in the persistence configuration used by this DAO class.
 

Methods in com.jenkov.mrpersister.impl with parameters of type ISqlGenerator
 void PersistenceConfiguration.setSqlGenerator(ISqlGenerator generator)
           
 

Uses of ISqlGenerator in com.jenkov.mrpersister.itf
 

Methods in com.jenkov.mrpersister.itf that return ISqlGenerator
 ISqlGenerator IPersistenceConfiguration.getSqlGenerator()
          Returns the SQL generator used with this persistence configuration.
 

Methods in com.jenkov.mrpersister.itf with parameters of type ISqlGenerator
 void IPersistenceConfiguration.setSqlGenerator(ISqlGenerator generator)
          Sets the SQL generator to be used with this persistence configuration.