summaryrefslogtreecommitdiffstats
path: root/src/main/java/nu/xss/jpa/dao/GenericJpaDao.java
Commit message (Expand)AuthorAgeFilesLines
* wicket's IDataProvider#iterator wants to have long instead of int -> update p...Sebastian Schmelzer2012-09-071-2/+3
* use getter for accessing entityclassSebastian Schmelzer2012-08-241-17/+56
* add checkstyle, javadocSebastian2012-08-241-41/+153
* add support for filter, change sorting/pagination api, cleanupSebastian Schmelzer2012-08-231-68/+88
* fix sorting bugSebastian Schmelzer2012-08-221-50/+44Star
* add sort/order parameters to find(), findAll()Sebastian Schmelzer2012-08-211-0/+73
* minor jpa tweaksSebastian Schmelzer2012-08-141-4/+31
* Added abstract entity classesSebastian Schmelzer2012-07-301-4/+50
* Merge branch 'master' of xss.nu:xss-jpaJohann Latocha2012-07-051-2/+8
|\
| * add findall implementation to generic daoSebastian Schmelzer2012-07-051-2/+8
* | add mergeJohann Latocha2012-07-051-9/+19
|/
* switch from merge to persistSebastian2012-06-111-1/+3
* fix gernericdao; add loggingSebastian2012-06-031-5/+8
* initial importSebastian2012-06-031-0/+43