Skip to content

Lightweight JPA 2.0 and MyBatis Generic DAO API implementation

Notifications You must be signed in to change notification settings

kaindad/abstract-dao

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#Generic DAO API

This is an API implementation of the Generic/Abstract DAO pattern.

You can use it with JPA/Hibernate and also MyBatis ORM. This will help you with applying the DRY principle which is usually violated at the DAO layer, with programmers writing the first DAO and the copy pasting code and just changing the class name.

The code is provided with example code as guidance on how to use it.

#Notes

Checkout the source code and include it as part of your maven modules.

#Licence This code is released under Apache License, Version 2.0

About

Lightweight JPA 2.0 and MyBatis Generic DAO API implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages