DOC

com.smartitengineering : smart-dao

Maven & Gradle

May 20, 2010

smart-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.

Table Of Contents

Latest Version

Download com.smartitengineering : smart-dao Javadoc & API Documentation - Latest Versions:

All Versions

Download com.smartitengineering : smart-dao Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
0.3.x

How to open Javadoc JAR file in web browser

  1. Rename the file smart-dao-0.3.1-javadoc.jar to smart-dao-0.3.1-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder smart-dao-0.3.1-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "smart-dao-0.3.1-sources.jar" -d "smart-dao-0.3.1-javadoc" -subpackages