Simple DAO Hibernate

SimpleDAO Hibernate Implementation.

License

License

Categories

Categories

Hibernate Data ORM
GroupId

GroupId

br.com.thiaguten.persistence
ArtifactId

ArtifactId

simple-dao-hibernate
Last Version

Last Version

3.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

Simple DAO Hibernate
SimpleDAO Hibernate Implementation.
Project URL

Project URL

https://github.com/thiaguten/simple-dao-hibernate
Project Organization

Project Organization

Thiago Gutenberg Carvalho da Costa

Download simple-dao-hibernate

How to add to project

<!-- https://jarcasting.com/artifacts/br.com.thiaguten.persistence/simple-dao-hibernate/ -->
<dependency>
    <groupId>br.com.thiaguten.persistence</groupId>
    <artifactId>simple-dao-hibernate</artifactId>
    <version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/br.com.thiaguten.persistence/simple-dao-hibernate/
implementation 'br.com.thiaguten.persistence:simple-dao-hibernate:3.0.0'
// https://jarcasting.com/artifacts/br.com.thiaguten.persistence/simple-dao-hibernate/
implementation ("br.com.thiaguten.persistence:simple-dao-hibernate:3.0.0")
'br.com.thiaguten.persistence:simple-dao-hibernate:jar:3.0.0'
<dependency org="br.com.thiaguten.persistence" name="simple-dao-hibernate" rev="3.0.0">
  <artifact name="simple-dao-hibernate" type="jar" />
</dependency>
@Grapes(
@Grab(group='br.com.thiaguten.persistence', module='simple-dao-hibernate', version='3.0.0')
)
libraryDependencies += "br.com.thiaguten.persistence" % "simple-dao-hibernate" % "3.0.0"
[br.com.thiaguten.persistence/simple-dao-hibernate "3.0.0"]

Dependencies

compile (2)

Group / Artifact Type Version
br.com.thiaguten.persistence : simple-dao jar 3.0.0
org.hibernate : hibernate-entitymanager jar 5.1.17.Final

runtime (1)

Group / Artifact Type Version
ch.qos.logback : logback-classic jar 1.1.7

test (9)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.26
org.slf4j : jcl-over-slf4j jar 1.7.26
org.hsqldb : hsqldb jar 2.4.1
org.testng : testng jar 6.14.3
org.springframework : spring-context jar
org.springframework : spring-orm jar
org.springframework : spring-context-support jar
org.springframework : spring-test jar
com.zaxxer : HikariCP jar 3.3.1

Project Modules

There are no modules declared in this project.

Versions

Version
3.0.0
2.0.0
1.0.1
1.0.0