Packages |
org.springframework.dao |
Exception hierarchy enabling sophisticated error handling independent
of the data access approach in use. |
org.springframework.dao.annotation |
Annotation support for DAOs. |
org.springframework.dao.support |
Support classes for DAO implementations,
providing miscellaneous utility methods. |
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.jca.cci.connection |
Provides a utility class for easy ConnectionFactory access,
a PlatformTransactionManager for local CCI transactions,
and various simple ConnectionFactory proxies/adapters. |
org.springframework.jca.cci.core |
Provides the core JCA CCI support, based on CciTemplate
and its associated callback interfaces. |
org.springframework.jca.cci.core.support |
Classes supporting the org.springframework.jca.cci.core package. |
org.springframework.jca.cci.object |
The classes in this package represent EIS operations as threadsafe,
reusable objects. |
org.springframework.jca.context |
Integration package that allows for deploying a Spring application context
as a JCA 1.5 compliant RAR file. |
org.springframework.jca.endpoint |
This package provides a facility for generic JCA message endpoint management. |
org.springframework.jca.support |
Provides generic support classes for JCA usage within Spring,
mainly for local setup of a JCA ResourceAdapter and/or ConnectionFactory. |
org.springframework.jca.work |
Convenience classes for scheduling based on the JCA 1.5 WorkManager facility,
as supported within JCA 1.5 ResourceAdapters. |
org.springframework.jca.work.glassfish |
Convenience package for obtaining a GlassFish JCA WorkManager for use in
web applications. |
org.springframework.jca.work.jboss |
Convenience package for obtaining a JBoss JCA WorkManager for use in
web applications. |
org.springframework.transaction |
Exception hierarchy for Spring's transaction infrastructure,
independent of any specific transaction management system. |
org.springframework.transaction.annotation |
JDK 1.5+ annotation for transaction demarcation. |
org.springframework.transaction.config |
Support package for declarative transaction configuration,
with XML schema being the primary configuration format. |
org.springframework.transaction.interceptor |
AOP-based solution for declarative transaction demarcation. |
org.springframework.transaction.jta |
Transaction SPI implementation for JTA. |
org.springframework.transaction.support |
Support classes for the org.springframework.transaction package. |