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.simple |
Simplification layer over JdbcTemplate for Java 5 and above.
|
org.springframework.jdbc.core.support |
Classes supporting the
org.springframework.jdbc.core package. |
org.springframework.orm.hibernate3.support |
Classes supporting the
org.springframework.orm.hibernate3 package. |
org.springframework.orm.jdo.support |
Classes supporting the
org.springframework.orm.jdo package. |
org.springframework.orm.jpa.support |
Classes supporting the
org.springframework.orm.jpa package. |
Modifier and Type | Class and Description |
---|---|
class |
CciDaoSupport
Convenient super class for CCI-based data access objects.
|
Modifier and Type | Class and Description |
---|---|
class |
NamedParameterJdbcDaoSupport
Extension of JdbcDaoSupport that exposes a NamedParameterJdbcTemplate as well.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleJdbcDaoSupport
Deprecated.
since Spring 3.1 in favor of
JdbcDaoSupport and
NamedParameterJdbcDaoSupport . The JdbcTemplate and
NamedParameterJdbcTemplate now provide all the functionality of the SimpleJdbcTemplate. |
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.
|
Modifier and Type | Class and Description |
---|---|
class |
JdoDaoSupport
Deprecated.
as of Spring 3.1, in favor of native PersistenceManager usage
(see
TransactionAwarePersistenceManagerFactoryProxy
and SpringPersistenceManagerProxyBean ) |
Modifier and Type | Class and Description |
---|---|
class |
JpaDaoSupport
Deprecated.
as of Spring 3.1, in favor of native EntityManager usage
(typically obtained through
@PersistenceContext ) |
Copyright © 2015. All rights reserved.