persistence-graph-extraction
Popular repositories Loading
-
jdbc-graph-extraction-no-pagination
jdbc-graph-extraction-no-pagination PublicDemonstrates object graph extraction from a relational database using plain JDBC (JdbcClient) — flat SQL JOIN results assembled into a three-level hierarchy without ORM or pagination.
Java
-
jpa-graph-extraction-no-pagination
jpa-graph-extraction-no-pagination PublicDemonstrates object graph extraction using JPA entities and Blaze Persistence Entity Views — graph fetching without N+1, without manual mapping, without pagination.
Java
-
jooq-graph-extraction-no-pagination
jooq-graph-extraction-no-pagination PublicDemonstrates object graph extraction using jOOQ MULTISET — nested SQL collections mapped directly into a three-level hierarchy without ORM, projections, or pagination.
Java
-
-
-
Repositories
- jpa-graph-extraction-no-pagination Public
Demonstrates object graph extraction using JPA entities and Blaze Persistence Entity Views — graph fetching without N+1, without manual mapping, without pagination.
persistence-graph-extraction/jpa-graph-extraction-no-pagination’s past year of commit activity - jooq-graph-extraction-no-pagination Public
Demonstrates object graph extraction using jOOQ MULTISET — nested SQL collections mapped directly into a three-level hierarchy without ORM, projections, or pagination.
persistence-graph-extraction/jooq-graph-extraction-no-pagination’s past year of commit activity - jdbc-graph-extraction-no-pagination Public
Demonstrates object graph extraction from a relational database using plain JDBC (JdbcClient) — flat SQL JOIN results assembled into a three-level hierarchy without ORM or pagination.
persistence-graph-extraction/jdbc-graph-extraction-no-pagination’s past year of commit activity
People
This organization has no public members. You must be a member to see who’s a part of this organization.
Top languages
Loading…
Most used topics
Loading…