Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 1.54 KB

README.md

File metadata and controls

34 lines (28 loc) · 1.54 KB

HotRod 3

HotRod is an open source ORM for Spring and Spring Boot geared towards high performance persistence for relational databases.

The persistence layer can be generated with a minimal configuration and the CRUD functionality can quickly help to start prototyping an application.

Overview:

HotRod includes four modules:

  • CRUD — Quick and simple persistence for rapid prototyping.
  • LiveSQL — Flexible querying from Java.
  • Nitro — Combine Native SQL with Dynamic SQL and Graph Queries.
  • Torcs — Detect slow queries at runtime and analyze them.

Reference:

Quick Guides: