Skip to content
Divyank edited this page Sep 25, 2016 · 3 revisions

Blow

A JAVA based ORM

Blow is a java based orm, which is designed keeping in mind the simplicity of use for the end users.

Some Features:

  • Able to find out relations between classes.
  • Fetch data based on relationship and can be modified.
  • Able to generate queries for basic insert update delete and select operations.
  • Supports annotation based as well as XML based mappings.
  • No dependency on any other external library.
  • Able to sync in database structure.
  • Able to generate POJOs based on XML mappings.
  • Pooling heavy objects for faster run times.
  • Able to run queries saved in XMLs with logical operations.
  • Partial query pooling.

Note

Currently tested for Oracle and will expand for other databases soon.

Home

Clone this wiki locally