Last Version

cn.easyproject:easycommondao 1.5.1-RELEASE

Java ORM Common DAO(Data Access Object), eliminate the interface and implements of DAO.

License

License

GroupId

GroupId

cn.easyproject
ArtifactId

ArtifactId

easycommondao
Version

Version

1.5.1-RELEASE
Type

Type

pom
Description

Description

Java ORM Common DAO(Data Access Object), eliminate the interface and implements of DAO.
Source Code Management

Source Code Management

https://github.com/ushelp/EasyCommonDAO.git

Download easycommondao 1.5.1-RELEASE


<!-- https://jarcasting.com/artifacts/cn.easyproject/easycommondao/ -->
<dependency>
    <groupId>cn.easyproject</groupId>
    <artifactId>easycommondao</artifactId>
    <version>1.5.1-RELEASE</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/cn.easyproject/easycommondao/
implementation 'cn.easyproject:easycommondao:1.5.1-RELEASE'
// https://jarcasting.com/artifacts/cn.easyproject/easycommondao/
implementation ("cn.easyproject:easycommondao:1.5.1-RELEASE")
'cn.easyproject:easycommondao:pom:1.5.1-RELEASE'
<dependency org="cn.easyproject" name="easycommondao" rev="1.5.1-RELEASE">
  <artifact name="easycommondao" type="pom" />
</dependency>
@Grapes(
@Grab(group='cn.easyproject', module='easycommondao', version='1.5.1-RELEASE')
)
libraryDependencies += "cn.easyproject" % "easycommondao" % "1.5.1-RELEASE"
[cn.easyproject/easycommondao "1.5.1-RELEASE"]

Dependencies

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

Project Modules

  • easycommondao-hibernate3
  • easycommondao-hibernate4
  • easycommondao-hibernate5
  • easycommondao-jpa-hibernate3
  • easycommondao-jpa-hibernate4
  • easycommondao-jpa-hibernate5
  • easycommondao-jpa-eclipselink