DOC

org.apache.empire-db : empire-db-parent

Maven & Gradle

Apr 14, 2023

Apache Empire-db · Apache Empire-db is an Open Source relational data persistence component which allows database vendor independent dynamic query definition as well as safe and simple data retrieval and updating. Compared to most other solutions like e.g. Hibernate, TopLink, iBATIS or JPA implementations, Empire-db takes a considerably different approach, with a special focus on compile-time safety, reduced redundancies and improved developer productivity.

Table Of Contents

Latest Version

Download org.apache.empire-db : empire-db-parent Javadoc & API Documentation - Latest Versions:

How to open Javadoc JAR file in web browser

  1. Rename the file empire-db-parent-3.1.0-javadoc.jar to empire-db-parent-3.1.0-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder empire-db-parent-3.1.0-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 "empire-db-parent-3.1.0-sources.jar" -d "empire-db-parent-3.1.0-javadoc" -subpackages 

Advertisement