Package | Description |
---|---|
com.holonplatform.jdbc | |
com.holonplatform.jdbc.internal | |
com.holonplatform.jdbc.spring | |
com.holonplatform.jdbc.spring.internal |
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 | Class and Description |
---|---|
class |
DefaultJdbcConnectionHandler
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. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultSpringJdbcConnectionHandler
Default
SpringJdbcConnectionHandler , which uses DataSourceUtils to obtain and release a
Spring-managed transactional connection. |
Copyright © 2020 The Holon Platform. All rights reserved.