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

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

Uses of IObjectWriter in com.jenkov.mrpersister.impl
 

Classes in com.jenkov.mrpersister.impl that implement IObjectWriter
 class ObjectWriter
          todo change all connection.prepareStatementForInsert(sql) to connection.prepareStatementForInsert(sql, Statement.RETURN_GENERATED_KEYS)
 

Fields in com.jenkov.mrpersister.impl declared as IObjectWriter
protected  IObjectWriter PersistenceConfiguration.writer
           
 

Methods in com.jenkov.mrpersister.impl that return IObjectWriter
 IObjectWriter PersistenceConfiguration.getObjectWriter()
           
protected  IObjectWriter GenericDao.getObjectWriter()
          Returns the object writer used in the persistence configuration used by this DAO class.
protected  IObjectWriter AbstractDao.getObjectWriter()
          Returns the object writer used in the persistence configuration used by this DAO class.
 

Methods in com.jenkov.mrpersister.impl with parameters of type IObjectWriter
 void PersistenceConfiguration.setObjectWriter(IObjectWriter writer)
           
 

Uses of IObjectWriter in com.jenkov.mrpersister.itf
 

Methods in com.jenkov.mrpersister.itf that return IObjectWriter
 IObjectWriter IPersistenceConfiguration.getObjectWriter()
          Returns the object writer used in this persistence configuration.
 

Methods in com.jenkov.mrpersister.itf with parameters of type IObjectWriter
 void IPersistenceConfiguration.setObjectWriter(IObjectWriter writer)
          Sets the object writer to use with this persistence configuration.