|
From: Erwin V. <erw...@er...> - 2005-05-05 06:55:01
|
> It's modeled somewhat analogously to our Hibernate support, although with > the important difference that we use a custom SessionFactory interface for > TopLink (because TopLink does not define such a resource out of the box). > There are the usual suspects: LocalSessionFactoryBean, TopLinkTemplate, > TopLinkCallback, TopLinkTransactionManager. Just wondering, is it possible to mix TopLink DB access and straight JDBC use in the same transaction, like with the HibernateTransactionManager? If I understand the JavaDoc this doesn't seem to be the case? Erwin |