com.spoledge.audao.db.dao
Interface ConnectionProvider


public interface ConnectionProvider

This is a Connection Provider which is used in DaoFactories. The provider typically associates connections with threads.


Method Summary
 java.sql.Connection getConnection()
          Returns the connection.
 

Method Detail

getConnection

java.sql.Connection getConnection()
Returns the connection. It's up to the provider implementation if it returns an existing connection or creates a new one.



Copyright © 2010 Spolecne s.r.o. All Rights Reserved.