Hibernate

View: [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 | 2002 ]

Articles
Forums
  

Articles:
  • Custom schema generation with Hibernate annotations by John Ferguson Smart   - [Clicks: 18]
    Combine Hibernate annotations and a smart naming strategy to generate database schemas automatically -- and still keep your DBA happy.
    http://www.javaworld.com/javaworld/jw-08-2008/jw-08-hibernate-annotations.html - Aug, 2008
  • Introduction to Hibernate Search by Xinyu Liu   - [Clicks: 32]
    Get started with Hibernate Search and its universal API, which bring the power of Lucene full-text searching to the Hibernate ORM framework.
    [Includes sample code]
    http://www.javaworld.com/javaworld/jw-07-2008/jw-07-hibernate-search.html - Jul, 2008
  • iBATIS, Hibernate, and JPA: Which is right for you? by K. L. Nitin, Ananya S., Mahalakshmi K., S. Sangeetha   - [Clicks: 91]
    Don't let the old object-relational impedance mismatch get the best of you or your data. Compare ORM tools Hibernate and iBATIS and the Java Persistence API itself, and find out how each one makes it easier to access your RDBMS using Java code.
    http://www.javaworld.com/javaworld/jw-07-2008/jw-07-orm-comparison.html - Jul, 2008
  • Patterns of persistence, Part 1: Strategies and best practices for modern ORM tools by Ryan Senior, Travis Klotz, Jim Majure   - [Clicks: 129]
    Although many developers use object-relational mapping (ORM) tools for their applications' persistence tier, some are confused about how to use them and duplicate code unnecessarily. The authors' experience constructing many persistence tiers has given them a clear understanding of persistence patterns and best practices. The first part of this two-part article covers the basics of a consistent, concise domain model and persistence tier. Part 2 builds and expands on the concepts covered in this article.
    [Includes sample code]
    http://www.ibm.com/developerworks/java/library/j-pop1/index.html - Apr, 2008
  • Patterns of persistence, Part 2: Increase code reuse and enhance performance by Ryan Senior, Travis Klotz, Jim Majure   - [Clicks: 68]
    Part 1 of this two-part article covers the basics of achieving a consistent, concise domain model and persistence tier with modern object-relational mapping (ORM) tools. In Part 2, the authors describe base domain entities, behavior in the domain model, and more-advanced features of a generic DAO. They also share strategies for enhancing data-retrieval performance with the domain model.
    [Includes sample code]
    http://www.ibm.com/developerworks/java/library/j-pop2/ - Apr, 2008

[Top]

Forums:

[Top]