[jboss-user] [JBoss Seam] - Re: Seam and plain old JDBC code

christian.bauer@jboss.com do-not-reply at jboss.com
Thu Mar 1 06:17:25 EST 2007


By the way, if you migrate your SQL stuff into Hibernate, and if you use the StatelessSession API of Hibernate 3.x, you will get a very simple JDBC command persistence layer, without all the fancy new semantics of a "full" ORM (no object dirty checking, no caching, no cascading, etc). Hibernate then basically just acts as a command bridge for SQL operations, but returns and accepts domain objects.


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024183#4024183

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4024183



More information about the jboss-user mailing list