jodd.db
Interface DbSessionProvider

All Known Implementing Classes:
DbJtxSessionProvider, ThreadDbSessionProvider

public interface DbSessionProvider

Provide DbSession when requested by DbQuery.


Method Summary
 DbSession getDbSession()
          Returns DbSession instance or throws an exception if session can not be provided.
 

Method Detail

getDbSession

DbSession getDbSession()
Returns DbSession instance or throws an exception if session can not be provided.



Copyright ©2008 Jodd Team