Introductory JDX ORM example demonstrating CRUD operations on a basic Java domain class ClassA using SQLite or MySQL. Shows schema auto-creation, queries with filters and ordering, and the JDXHelper convenience API — no manual SQL required.
mysqlcrudormdatabasejdbcsqlitepostgresqloraclesqlserverobject-relational-mappingjdxforward-engineeringschema-creationsoftwaretree
-
Updated
Apr 6, 2026 - Java