jar

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 JAR file - Latest Versions:

All Versions

Download org.formix : btb JAR file - All Versions:

Version Vulnerabilities Size Updated
1.3.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window btb-1.3.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.formix.btb

├─ org.formix.btb.Bridge.class - [JAR]

├─ org.formix.btb.Comparators.class - [JAR]

├─ org.formix.btb.ConnectionManager.class - [JAR]

├─ org.formix.btb.Connector.class - [JAR]

├─ org.formix.btb.Filter.class - [JAR]

├─ org.formix.btb.Join.class - [JAR]

├─ org.formix.btb.JoinType.class - [JAR]

├─ org.formix.btb.LogicalFilter.class - [JAR]

├─ org.formix.btb.Operators.class - [JAR]

├─ org.formix.btb.PrimaryKeyNotFoundException.class - [JAR]

├─ org.formix.btb.PropertyFilter.class - [JAR]

├─ org.formix.btb.Query.class - [JAR]

├─ org.formix.btb.QueryEvent.class - [JAR]

├─ org.formix.btb.QueryEventHandler.class - [JAR]

├─ org.formix.btb.QueryEventHandlerSet.class - [JAR]

├─ org.formix.btb.SUID.class - [JAR]

├─ org.formix.btb.SqlDescriptor.class - [JAR]

├─ org.formix.btb.UnclosableConnection.class - [JAR]

├─ org.formix.btb.UnexpectedException.class - [JAR]

├─ org.formix.btb.Util.class - [JAR]

Advertisement