Skip to content

My collection of reusable Java classes for Hibernate.

License

Notifications You must be signed in to change notification settings

jirutka/commons-hibernate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Commons: Hibernate

My collection of reusable Java classes for Hibernate.

Content

  • 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

Maven artifact

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>

Manual download

Otherwise, download jar file from here.

Dependencies:

License

This project is licensed under LGPL version 3.

About

My collection of reusable Java classes for Hibernate.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages