Base class for TopLinkTemplate and TopLinkInterceptor, defining common properties
such as SessionFactory and JDBC exception translator.
Not intended to be used directly. See TopLinkTemplate and TopLinkInterceptor.
Thanks to Slavik Markovich for implementing the initial TopLink support prototype!
author: Juergen Hoeller since: 1.2 See Also:TopLinkTemplate See Also:TopLinkInterceptor
convertTopLinkAccessException(TopLinkException ex) Convert the given TopLinkException to an appropriate exception from the
org.springframework.dao hierarchy.
Set the the TopLink SessionFactory that should be used to create TopLink
Sessions. This will usually be a ServerSessionFactory in a multi-threaded
environment, but can also be a SingleSessionFactory for testing purposes
or for standalone execution.