DOC

org.formix : btb

Maven & Gradle

Aug 31, 2015
0 stars

Bridge to Babylon · Bridge to Babylon is a lightweight object relational mapper. The main goal of this library is simplicity. It is intended to be used with POJOs without the need of external XML mapping definition or any kind of annotation. This approache makes Bridge to Babylon the best compromize between simplicity (no xml mapping) and light library footprint: You don't use annotations so you don't have to deploy Bridge to Babylon along with your jars on remote clients.

Table Of Contents

Latest Version

Download org.formix : btb Javadoc & API Documentation - Latest Versions:

All Versions

Download org.formix : btb Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.3.x

How to open Javadoc JAR file in web browser

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

Advertisement