Skip to content

It is a hibernate repository implementation using java 8 and Generics. The implementation helps to reduce boilerplate code while developing DAO layer in enterprise applications. By extending the Repository child class will inherit all CRUD methods. Also it has feature to manage session and trasaction internally or externally as well.

Notifications You must be signed in to change notification settings

manojpawar94/core-java-hibernate-mysql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

core-java-hibernate-mysql

It is custome Hibernate Repository Implementation using java generic which basically provides default methods to persist entity object using DAO object.

The implementation allows the user to either initialize sessions outside of DAO also if the user doesn't initialize the session externally it will create an internal DAO session. It also takes care of the closing of an internal session with transaction management itself.

About

It is a hibernate repository implementation using java 8 and Generics. The implementation helps to reduce boilerplate code while developing DAO layer in enterprise applications. By extending the Repository child class will inherit all CRUD methods. Also it has feature to manage session and trasaction internally or externally as well.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages