License |
License |
---|---|
GroupId | GroupIdorg.sakaiproject.genericdao |
ArtifactId | ArtifactIdgeneric-dao |
Last Version | Last Version0.12.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiongeneric-dao
Generic Dao is a Java package which allows a developer to skip writing
DAOs for their persistence objects when they are using Spring and/or Hibernate.
The package was originally created by Aaron Zeckoski for the Evaluation System
project but was repackaged to make it distributable by request. It is used in the
RSF framework (http://www2.caret.cam.ac.uk/rsfwiki/). Note about the BeanUtils
provided dependency: BeanUtils is not required if you are not using it in your
project. Note about the Hibernate provided dependency: Hibernate is not required
if you are not using it in your project.
|
Project Organization |
Project OrganizationCARET, University of Cambridge |
Filename | Size |
---|---|
generic-dao-0.12.0.pom | |
generic-dao-0.12.0.jar | 259 KB |
generic-dao-0.12.0-sources.jar | 267 KB |
generic-dao-0.12.0-javadoc.jar | 600 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.sakaiproject.genericdao/generic-dao/ -->
<dependency>
<groupId>org.sakaiproject.genericdao</groupId>
<artifactId>generic-dao</artifactId>
<version>0.12.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.sakaiproject.genericdao/generic-dao/
implementation 'org.sakaiproject.genericdao:generic-dao:0.12.0'
// https://jarcasting.com/artifacts/org.sakaiproject.genericdao/generic-dao/
implementation ("org.sakaiproject.genericdao:generic-dao:0.12.0")
'org.sakaiproject.genericdao:generic-dao:jar:0.12.0'
<dependency org="org.sakaiproject.genericdao" name="generic-dao" rev="0.12.0">
<artifact name="generic-dao" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sakaiproject.genericdao', module='generic-dao', version='0.12.0')
)
libraryDependencies += "org.sakaiproject.genericdao" % "generic-dao" % "0.12.0"
[org.sakaiproject.genericdao/generic-dao "0.12.0"]
Group / Artifact | Type | Version |
---|---|---|
org.azeckoski : reflectutils | jar | 0.9.20 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-core | jar | 5.2.8.RELEASE |
org.springframework : spring-context | jar | 5.2.8.RELEASE |
org.springframework : spring-aop | jar | 5.2.8.RELEASE |
org.springframework : spring-tx | jar | 5.2.8.RELEASE |
org.springframework : spring-orm | jar | 5.2.8.RELEASE |
org.hibernate : hibernate-core | jar | 5.3.18.Final |
org.javassist : javassist | jar | 3.27.0-GA |
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-test | jar | 5.2.8.RELEASE |
org.hsqldb : hsqldb | jar | 2.5.1 |
mysql : mysql-connector-java | jar | 8.0.21 |
org.apache.derby : derby | jar | 10.15.2.0 |
junit : junit | jar | 4.13 |