0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 16, 2024 — Aug 16, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Applying optimization while selecting entities with criteria for join-table polymorphism case More... 11 months ago
Derived query support : implementing "order by" and "limit" (first / topN) derived query for non-polymorphic cases More... 12 months ago
Implementing an optimization while selecting entities with criteria : when the condition doesn't have criteria on a collection property (*-to-many) then the load can be done with one query because the SQL criteria doesn't make a subset of the entity graph. Also, This will allow "order by" implementation for derived queries. This commit doesn't contain the optimization for single-table and join-table polymorphism. More... 12 months ago
Derived query support : adding tests for polymorphic cases of "exists" derived query More... about 1 year ago
Derived query support : implementing "exists" derived query More... about 1 year ago
Derived query support : simplifying select implementation More... about 1 year ago
Derived query support : simplifying projection implementation More... about 1 year ago
Derived query support : implementing projection More... about 1 year ago
Derived query support : sharing test code. More... about 1 year ago
Reactivating table-per-class test after implementation fix some commits ago More... about 1 year ago
Derived query support : implementing "distinct" on projection query More... about 1 year ago
Sharing code of polymorphic persisters More... about 1 year ago
Avoid exposing internal contract to outside world and creation of a more feature-oriented method More... about 1 year ago
Adding dedicated tests of Spring Derived Queries in polymorphism cases. Required some rework in TablePerClassPolymorphismEntitySelector and had some impacts on criteria methods signatures due to usage of Union and pseudo-columns in table-per-class entity query. Add skipping of foreign key creation to the "left-side" of *-many relation when it is a table-per-class persister. More... about 1 year ago
adding tests on JoinTablePolymorphismPersister More... about 1 year ago
adding tests on TablePerClassPolymorphismPersister More... about 1 year ago
Tests on SingleTablePolymorphismPersister : checking with sub-entity. More... about 1 year ago
adding tests about select(..) on SingleTablePolymorphismPersister, fixing extra columns present in select clause More... about 1 year ago
adding tests on SingleTablePolymorphismPersister More... about 1 year ago
Derived query support : implementing projection for single table polymorphism case More... about 1 year ago
Keeping order of entities while arranging them per type to simplify debug and test More... about 1 year ago
Adapting constructor signature to avoid wrong dispatch of super(..) calls by subclasses More... about 1 year ago
Unit test fix More... about 1 year ago
code cleanup More... about 1 year ago
Implementing Count operator with several columns More... about 1 year ago
Derived query support : adding support for count method. Requires to split PartTreeStalactiteQuery to share part of its code. More... about 1 year ago
Implementing projection from some entity criteria on EntityPersister. Not fully implemented : polymorphism to be done. More... about 1 year ago
Moving "union all" sql generation to UnionSQLBuilder. Making it implement PreparedSQLBuilder. More... about 1 year ago
Code cleanup : splitting Binder lookup from decision to throw an exception if some binder is found More... about 1 year ago
Derived query support : adding support for delete method. Small review of the design. More... about 1 year ago