Spring Data JPA Code Generator

Inferno can generate fully working Spring Data JPA applications from existing relational database schemas in seconds.

Simply import a relational database schema from any database with a JDBC driver available and then generate a project, complete with a Maven build script.

Inferno will generate the following code for each table:

  • Entity class
  • Repository class with finders for each column and for the primary key

Click here to see example generated code.

Custom Queries

Custom queries can be defined in a project yaml file and these queries will be added to the generated repository classes.