Package | Description |
---|---|
org.springframework.jca.cci |
This package contains Spring's support for the Common Client Interface (CCI),
as defined by the J2EE Connector Architecture.
|
org.springframework.jdbc |
The classes in this package make JDBC easier to use and
reduce the likelihood of common errors.
|
org.springframework.orm.hibernate3 |
Package providing integration of
Hibernate 3.x
with Spring concepts.
|
org.springframework.orm.hibernate3.support |
Classes supporting the
org.springframework.orm.hibernate3 package. |
org.springframework.orm.jdo |
Package providing integration of JDO (Java Date Objects) with Spring concepts.
|
org.springframework.orm.jdo.support |
Classes supporting the
org.springframework.orm.jdo package. |
org.springframework.orm.jpa |
Package providing integration of JPA (Java Persistence API) with Spring concepts.
|
Modifier and Type | Class and Description |
---|---|
class |
CannotCreateRecordException
Exception thrown when the creating of a CCI Record failed
for connector-internal reasons.
|
class |
CannotGetCciConnectionException
Fatal exception thrown when we can't connect to an EIS using CCI.
|
Modifier and Type | Class and Description |
---|---|
class |
CannotGetJdbcConnectionException
Fatal exception thrown when we can't connect to an RDBMS using JDBC.
|
Modifier and Type | Method and Description |
---|---|
static org.hibernate.Session |
SessionFactoryUtils.getSession(org.hibernate.SessionFactory sessionFactory,
boolean allowCreate)
Get a Hibernate Session for the given SessionFactory.
|
static org.hibernate.Session |
SessionFactoryUtils.getSession(org.hibernate.SessionFactory sessionFactory,
org.hibernate.Interceptor entityInterceptor,
SQLExceptionTranslator jdbcExceptionTranslator)
Get a Hibernate Session for the given SessionFactory.
|
Modifier and Type | Method and Description |
---|---|
protected org.hibernate.Session |
HibernateDaoSupport.getSession()
Deprecated.
as of Spring 3.2.7, in favor of
HibernateTemplate usage |
protected org.hibernate.Session |
HibernateDaoSupport.getSession(boolean allowCreate)
Deprecated.
as of Spring 3.2.7, in favor of
HibernateTemplate usage |
protected org.hibernate.Session |
OpenSessionInViewFilter.getSession(org.hibernate.SessionFactory sessionFactory)
Get a Session for the SessionFactory that this filter uses.
|
Modifier and Type | Class and Description |
---|---|
class |
JdoResourceFailureException
JDO-specific subclass of DataAccessResourceFailureException.
|
Modifier and Type | Method and Description |
---|---|
static javax.jdo.PersistenceManager |
PersistenceManagerFactoryUtils.getPersistenceManager(javax.jdo.PersistenceManagerFactory pmf,
boolean allowCreate)
Obtain a JDO PersistenceManager via the given factory.
|
Modifier and Type | Method and Description |
---|---|
protected javax.jdo.PersistenceManager |
JdoDaoSupport.getPersistenceManager(boolean allowCreate)
Deprecated.
Get a JDO PersistenceManager, either from the current transaction or
a new one.
|
Modifier and Type | Method and Description |
---|---|
static javax.persistence.EntityManager |
EntityManagerFactoryUtils.getTransactionalEntityManager(javax.persistence.EntityManagerFactory emf)
Obtain a JPA EntityManager from the given factory.
|
static javax.persistence.EntityManager |
EntityManagerFactoryUtils.getTransactionalEntityManager(javax.persistence.EntityManagerFactory emf,
Map properties)
Obtain a JPA EntityManager from the given factory.
|
Copyright © 2015. All rights reserved.