Package | Description |
---|---|
org.springframework.jca.cci.core.support |
Classes supporting the
org.springframework.jca.cci.core package. |
org.springframework.jdbc.core.namedparam |
JdbcTemplate variant with named parameter support.
|
org.springframework.jdbc.core.support |
Classes supporting the
org.springframework.jdbc.core package. |
org.springframework.orm.hibernate5.support |
Classes supporting the
org.springframework.orm.hibernate5 package. |
Modifier and Type | Class and Description |
---|---|
class |
CciDaoSupport
Deprecated.
as of 5.3, in favor of specific data access APIs
(or native CCI usage if there is no alternative)
|
Modifier and Type | Class and Description |
---|---|
class |
NamedParameterJdbcDaoSupport
Extension of JdbcDaoSupport that exposes a NamedParameterJdbcTemplate as well.
|
Modifier and Type | Class and Description |
---|---|
class |
JdbcDaoSupport
Convenient super class for JDBC-based data access objects.
|
Modifier and Type | Class and Description |
---|---|
class |
HibernateDaoSupport
Convenient super class for Hibernate-based data access objects.
|