Inferno DAO Code Generator

Inferno DAO Code Generator generates high quality Java source code for accessing relational databases, reducing development costs and making it simple to keep your source code synchronized with changes in database schemas.

Inferno can import schemas from any database that has a JDBC driver available, including MySQL and PostgreSQL. Schemas are saved as human-readable yaml files that can be checked into source control.

Code Generators

Inferno DAO provides the following code generators:

Hibernate ORM 5.4

The Hibernate ORM code generator creates the following artifacts for a database schema:
  • Entity class per table
  • Hibernate Mapping XML file per table

Spring Data JPA 2.2

The Spring Data JPA code generator creates the following artifacts for a database schema:
  • Entity class per table
  • Repository class per table

Java DTOs

The Java DTO code generator creates the following artifacts for a database schema:
  • Java DTO (Data Transfer Object) class per table

Download

Inferno DAO is available for Windows, Mac, and Linux.

For more information, see the user guide.

Download Now