Uses of Interface
net.mlw.vlh.adapter.jdbc.util.ConnectionCreator

Packages that use ConnectionCreator
net.mlw.vlh.adapter.jdbc This package contains some standard adapters that use JDBC. 
net.mlw.vlh.adapter.jdbc.spring.util   
net.mlw.vlh.adapter.jdbc.util   
 

Uses of ConnectionCreator in net.mlw.vlh.adapter.jdbc
 

Methods in net.mlw.vlh.adapter.jdbc that return ConnectionCreator
 ConnectionCreator AbstractJdbcAdapter.getConnectionCreator()
           
 

Methods in net.mlw.vlh.adapter.jdbc with parameters of type ConnectionCreator
 void AbstractJdbcAdapter.setConnectionCreator(ConnectionCreator connectionCreator)
           
 

Uses of ConnectionCreator in net.mlw.vlh.adapter.jdbc.spring.util
 

Classes in net.mlw.vlh.adapter.jdbc.spring.util that implement ConnectionCreator
 class SpringConnectionCreator
          This connection creator uses spring to manage connection in transactional environment.
 

Uses of ConnectionCreator in net.mlw.vlh.adapter.jdbc.util
 

Classes in net.mlw.vlh.adapter.jdbc.util that implement ConnectionCreator
 class StandardConnectionCreator
          The default connection creator, it uses the simplest way to create connection and clear the resources.
 



Copyright © 2003-2006 mlavilson. All Rights Reserved.