Database Generic DAO Spring Hibernate Implementation

A Generic DAO to perform CRUD and Search operations - Spring Hibernate Implementation

License

License

Categories

Categories

Hibernate Data ORM
GroupId

GroupId

com.github.vsspt
ArtifactId

ArtifactId

db-generic-dao-spring-hibernate
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

Database Generic DAO Spring Hibernate Implementation
A Generic DAO to perform CRUD and Search operations - Spring Hibernate Implementation

Download db-generic-dao-spring-hibernate

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.vsspt/db-generic-dao-spring-hibernate/ -->
<dependency>
    <groupId>com.github.vsspt</groupId>
    <artifactId>db-generic-dao-spring-hibernate</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.vsspt/db-generic-dao-spring-hibernate/
implementation 'com.github.vsspt:db-generic-dao-spring-hibernate:1.0.0'
// https://jarcasting.com/artifacts/com.github.vsspt/db-generic-dao-spring-hibernate/
implementation ("com.github.vsspt:db-generic-dao-spring-hibernate:1.0.0")
'com.github.vsspt:db-generic-dao-spring-hibernate:jar:1.0.0'
<dependency org="com.github.vsspt" name="db-generic-dao-spring-hibernate" rev="1.0.0">
  <artifact name="db-generic-dao-spring-hibernate" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.vsspt', module='db-generic-dao-spring-hibernate', version='1.0.0')
)
libraryDependencies += "com.github.vsspt" % "db-generic-dao-spring-hibernate" % "1.0.0"
[com.github.vsspt/db-generic-dao-spring-hibernate "1.0.0"]

Dependencies

compile (12)

Group / Artifact Type Version
com.github.vsspt : db-generic-dao-api jar 1.0.0
org.springframework : spring-core jar
org.springframework : spring-jdbc jar
org.springframework : spring-beans jar
org.springframework : spring-context jar
org.springframework : spring-orm jar
org.hibernate : hibernate-validator jar
org.hibernate : hibernate-core jar
org.hibernate : hibernate-entitymanager jar
org.slf4j : slf4j-api jar
ch.qos.logback : logback-classic jar
junit : junit jar

test (6)

Group / Artifact Type Version
org.testng : testng jar 6.8.13
org.slf4j : jcl-over-slf4j jar
org.apache.commons : commons-lang3 jar
org.springframework : spring-test jar
org.springframework : spring-aspects jar
com.h2database : h2 jar 1.4.184

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.0