|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |