-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Divyank edited this page Sep 25, 2016
·
3 revisions
Blow is a java based orm, which is designed keeping in mind the simplicity of use for the end users.
- 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.
Currently tested for Oracle and will expand for other databases soon.
Created by Divyank