Hibernate Queries

Posted by Schildmeijer on Stack Overflow See other posts from Stack Overflow or by Schildmeijer
Published on 2009-04-23T15:07:16Z Indexed on 2010/03/28 20:13 UTC
Read the original article Hit count: 194

Filed under:
|

Using Named Queries (located in your hibernate mapping xml file) is a nice way to separate your queries from your buisness logic. But what are the alternatives if your are using Hibernate Annotations for mapping?

© Stack Overflow or respective owner

Related posts about hibernate

Related posts about java