• Hibernate FAQ  - Performance Q&A

    Performance Q&A Here's a set of frequent questions and their answers which give insight into Hibernate performance. Performance Q&A How does Hibernate perform? But Hibernate uses so much runtime refle...
    Profile Photo
    last modified by hardy.ferentschik
  • Hibernate FAQ - NHibernate Users FAQ

    NHibernate Users FAQ This FAQ page is dedicated for NHibernate users. NHibernate Users FAQ What version of Hibernate is NHibernate ported from? I get an error saying No persisters found for MyClass I've c...
    Profile Photo
    last modified by sslavic
  • Hibernate FAQ - Product Evaluation FAQ

    Product Evaluation FAQ This page is intended to answer common questions asked by people evaluating Hibernate. It answers both technical and non-technical questions about the Hibernate product. Product Evaluation FA...
    Profile Photo
    last modified by sslavic
  • Hibernate FAQ - Miscellaneous FAQs

    Miscellaneous FAQs Miscellaneous FAQs Unit Testing I get a ClassCastException (or another "weird" exceptioin) when I try to call Hibernate from inside JUnit. Toolset How do I specify the length of a colu...
    Profile Photo
    last modified by sslavic
  • Hibernate FAQ  - Hibernate Annotations FAQ

    Hibernate Annotations FAQ Here are some Hibernate Annotations related FAQs. Hibernate Annotations FAQ I have migrated to a newer version and something went wrong I can't EAGER more than one collection !? ...
    Profile Photo
    last modified by sslavic
  • Hibernate FAQ  - Tips and Tricks

    Tips and Tricks Here are some tips and tricks you might find useful while crafting with Hibernate. Tips and Tricks How can I count the number of query results without actually returning them? How can I find t...
    Profile Photo
    last modified by sslavic
  • Hibernate FAQ  - Advanced Problems

    Advanced Problems Here are the solutions to some frequent advanced problems. Advanced Problems I'm getting 'org.hibernate.MappingException: collection was not an association' when I try to join a collection of co...
    Profile Photo
    last modified by sslavic
  • Hibernate FAQ - Common Problems

    Common problemsI get a ClassNotFoundException or NoClassDefFoundError You are missing a third-party library Hibernate needs, check lib/README.txt in the Hibernate distribution first. You need all classes that are li...
    Profile Photo
    last modified by epbernard