Skip navigation links

Package org.hrorm

Hrorm provides a mechanism for building Dao objects.

See: Description

Package org.hrorm Description

Hrorm provides a mechanism for building Dao objects.

Hrorm facilitates the creation of Dao objects: which support basic CRUD operations on a relational (SQL) database: insert, select, update, and delete.

Dao objects are created by using a DaoBuilder object. The DaoBuilder provides a declarative, fluent interface for describing the relationship between the Java object to be persisted and the underlying schema that supports it.

While almost all the classes and methods in this package are public, there is little need to use them directly. Other than the DaoBuilder, Dao, Converter, and HrormException clients should not have to reference anything in this package.

Hrorm intentionally converts all checked SQLException instances that arise to HrormException objects, which extend RuntimeException. Do not be fooled, Hrorm is not magical and exceptions can happen.

Skip navigation links

Copyright © 2018. All rights reserved.