Database Generic DAO

A Generic DAO to perform CRUD and Search operations.

License

License

GroupId

GroupId

com.github.vsspt
ArtifactId

ArtifactId

db-generic-dao
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

pom
Description

Description

Database Generic DAO
A Generic DAO to perform CRUD and Search operations.
Project URL

Project URL

https://github.com/vsspt/Database-Generic-Dao

Download db-generic-dao

Filename Size
db-generic-dao-1.0.0.pom 8 KB
Browse

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • db-generic-dao-api
  • db-generic-dao-spring-hibernate

Versions

Version
1.0.0