using hibernate with embedded derby
i want to use hibernate with embedded derby in a standalone application , and i have some questions: What jars do i need ? What are the necessary hibernate configuration ? Are there any other necessary configuration ? Does it have any problems/limitations with queries/criteria ? if you can also suggest me some good tutorial for this approach that will be preferable, thanks in advance. I use Apache Derby with Hibernate for testing one of my project's model classes (their equals , hashCode implementations, queries, etc.). MySQL is used as the production database. I choose Derby instead of HSQLDB