Articles by tag: jpa
Databases: SQL, NoSQL and Java developer tools
We analyze the choice between relational and non-relational DBMS, SQL features and Java tools. Learn how to optimize data access. Read the guide!
ltree in PostgreSQL with JPA: storing trees
Integration of ltree for hierarchical data in PostgreSQL and JPA. Performance comparison with recursive SQL. Application in microservices for developers.