8000 GitHub - mertmr/gDao: Generic Dao Implementation for Spring, Hibernate
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Apr 9, 2020. It is now read-only.

mertmr/gDao

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gDao

This is a generic dao for spring-hibernate combination. It comes with spring and hibernate dependencies so you don't have to add those dependencies yourself. This also provides the perfect compatibility between versions.

Every other generic dao implementations in the market are based on creating sql queries. gDao just uses hibernate criterias. With this approach, sql injections are prevented. I will be committed to be going on like this, just using hibernate criterias. More secure, more hibernate compatibility.

Best feauture of this generic dao is the "SimpleDao" annotation. If you are content with the generic functions of gDao you don't have to create the dao class of the model. For more explanation and usages, see wiki.

https://github.com/mertmr/gDao/wiki

For issues:

https://github.com/mertmr/gDao/issues

About

Generic Dao Implementation for Spring, Hibernate

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0