org.springframework.orm.toplink.support |
Classes supporting the org.springframework.orm.toplink package.
Contains a DAO base class for TopLinkTemplate usage.
|
Java Source File Name | Type | Comment |
CommonsLoggingSessionLog.java | Class | TopLink 10.1.3+ SessionLog implementation that logs through Commons Logging.
The namespace used is "oracle.toplink.xxx", with the latter part being
the TopLink log category ("sql"/"transaction"/etc). |
CommonsLoggingSessionLog904.java | Class | TopLink 9.0.4 SessionLog implementation that logs through Commons Logging.
The namespace used is "oracle.toplink.session". |
TopLinkDaoSupport.java | Class | Convenient super class for TopLink data access objects.
Requires a SessionFactory to be set, providing a TopLinkTemplate
based on it to subclasses. |
TransactionAwareSessionAdapter.java | Class | This adapter FactoryBean takes a TopLink SessionFactory and exposes a
corresponding transaction-aware TopLink Session as bean reference.
This adapter bean will usually be defined in front of a Spring
LocalSessionFactoryBean, to allow for passing Session references to DAOs
that expect to work on a raw TopLink Session. |