net.sf.derquinsej.hib3
Interface DAO

All Known Subinterfaces:
GeneralDAO, GenericDAO<T,ID>, Repository
All Known Implementing Classes:
AbstractDAOImpl, GeneralDAOImpl, GenericDAOImpl, RepositoryImpl

public interface DAO

Base DAO interface.

Author:
Andres Rodriguez

Method Summary
 void clear()
          Clears the session cache.
 void flush()
          Flushes the session.
 void sync()
          Flushes the session and clears the session cache.
 

Method Detail

flush

void flush()
Flushes the session.


clear

void clear()
Clears the session cache.


sync

void sync()
Flushes the session and clears the session cache.



Copyright © 2012. All Rights Reserved.