License |
License |
---|---|
GroupId | GroupIdcom.smartitengineering |
ArtifactId | ArtifactIdsmart-dao |
Last Version | Last Version0.3.1 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionsmart-dao
This project basically aims to create an abstraction layer above common
ORM used this days and provide a simplified DAO layer which is not only
independent of the ORM tool being used but also integrated with other
services, for example App Layer Caching, Free Text Search Engine etc.
Initial target is to implement it for Hibernate and when JPA provides
Hibernate's Criteria like API implement for JPA as well. Integrate
App Layer Cache and Compass Framework.
|
Project URL |
Project URL |
Project Organization |
Project OrganizationSmart IT Engineering |
Filename | Size |
---|---|
smart-dao-0.3.1.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.smartitengineering/smart-dao/ -->
<dependency>
<groupId>com.smartitengineering</groupId>
<artifactId>smart-dao</artifactId>
<version>0.3.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.smartitengineering/smart-dao/
implementation 'com.smartitengineering:smart-dao:0.3.1'
// https://jarcasting.com/artifacts/com.smartitengineering/smart-dao/
implementation ("com.smartitengineering:smart-dao:0.3.1")
'com.smartitengineering:smart-dao:pom:0.3.1'
<dependency org="com.smartitengineering" name="smart-dao" rev="0.3.1">
<artifact name="smart-dao" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.smartitengineering', module='smart-dao', version='0.3.1')
)
libraryDependencies += "com.smartitengineering" % "smart-dao" % "0.3.1"
[com.smartitengineering/smart-dao "0.3.1"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |