Date: 2004-10-05T08:01:19 Editor: JamesCarman <[EMAIL PROTECTED]> Wiki: Jakarta HiveMind Wiki Page: HibernateSupport URL: http://wiki.apache.org/jakarta-hivemind/HibernateSupport
no comment Change Log: ------------------------------------------------------------------------------ @@ -81,6 +81,9 @@ This makes me better understand the way it has been implemented in Spring: one Template class that combines all Session API + other common API from other classes, but it seems to me that it reduces the possibilities of Hibernate for the developer. +-- James Carman +Maybe we should start up a new page to discuss a generic transaction framework for HiveMind. We should come up with a set of common transaction services which can be implemented in different "flavors" (i.e. HiveMind, JTA, JDBC, JDO, etc.). This framework would include the transaction interceptor which would allow for configuration of transaction requirements (requires new, required, a la EJB) and for rollback exception types (aside from the default, which includes only runtime exceptions). Any thoughts? + = Requirements = Jean-Francois Poilpret: --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
