You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1.1 KiB

Java ORM test

Initial assumptions

  • JPA is f***ing slow, due too many layers of abstraction
  • NO xml and other shit-styled non-code-like sources must be needed
  • no additional tools to work (only boxed with technology set or none is applicable)

Initila list of techs

Initial criteria

Must:

  • encrypted columns
  • no raw SQL for simple CRUD operations
  • support for PostgreSQL

Good to see if:

  • support for MariaDB
  • support extended PostgreSQL features (including json and array)
  • "N+1" problem automatic solutions (as much as possible)
  • ability to generate raw SQL (to be executed elsewhere)