manojpawar94 / core-java-hibernate-mysql

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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:Java 100.0%