My collection of reusable Java classes for Hibernate.
- Implementation of GenericDAO for Hibernate
- Abstract decorator for Criteria (with generic method chaining)
- Extended decorator for Criteria that implements the Visitor pattern for easy extensibility
- Embeddable class for composite identifier of two Long types
- HibernateUtils
## Download
If you’re using Maven2, simply add these lines to your pom.xml:
<dependency>
<groupId>cz.jirutka.commons</groupId>
<artifactId>commons-hibernate</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
<repository>
<id>cvut-local-repos</id>
<name>CVUT Repository Local</name>
<url>http://repository.fit.cvut.cz/maven/local-repos/</url>
</repository>
Otherwise, download jar file from here.
Dependencies:
This project is licensed under LGPL version 3.