Package | Description |
---|---|
com.holonplatform.jdbc | |
com.holonplatform.jdbc.spring |
Modifier and Type | Method and Description |
---|---|
static JdbcConnectionHandler |
JdbcConnectionHandler.create()
Create a default
JdbcConnectionHandler , which uses DataSource.getConnection() to obtain a
connection and Connection.close() to release the connection. |
Modifier and Type | Interface and Description |
---|---|
interface |
SpringJdbcConnectionHandler
A Spring
JdbcConnectionHandler with Spring-managed transactional connections support. |
Copyright © 2018 The Holon Platform. All rights reserved.