|
The Spring Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.springframework.orm.toplink | |
---|---|
org.springframework.orm.toplink | Package providing integration of Oracle TopLink with Spring concepts. |
org.springframework.orm.toplink.support | Classes supporting the org.springframework.orm.toplink package. |
Classes in org.springframework.orm.toplink used by org.springframework.orm.toplink | |
---|---|
AbstractSessionFactory
Abstract SessionFactory implementation that creates proxies for "managed" client Sessions and transaction-aware Session references. |
|
LocalSessionFactory
Convenient JavaBean-style factory for a TopLink SessionFactory instance. |
|
SessionFactory
The SessionFactory interface serves as factory for TopLink Sessions, allowing for dependency injection on thread-safe TopLink-based DAOs. |
|
TopLinkAccessor
Base class for TopLinkTemplate and TopLinkInterceptor, defining common properties such as SessionFactory and JDBC exception translator. |
|
TopLinkCallback
Callback interface for TopLink code. |
|
TopLinkOperations
Interface that specifies a basic set of TopLink operations, implemented by TopLinkTemplate . |
Classes in org.springframework.orm.toplink used by org.springframework.orm.toplink.support | |
---|---|
SessionFactory
The SessionFactory interface serves as factory for TopLink Sessions, allowing for dependency injection on thread-safe TopLink-based DAOs. |
|
TopLinkTemplate
Helper class that simplifies TopLink data access code, and converts TopLinkExceptions into unchecked DataAccessExceptions, following the org.springframework.dao exception hierarchy. |
|
The Spring Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |