0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 12 hours ago.
Aug 18, 2024 — Aug 18, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Test fix More... 3 days ago
Aligning Map query capability on Spring-Data one : they can only be queried on their values, not their keys. Thus, the algorithm is simpler. We do the same simplification for Element Collection. More... 3 days ago
Adding support for Map criteria in Spring Data derived queries More... 4 days ago
Reviewing AggregateAccessPointToColumnMapping properties collection logic for better code understanding More... 4 days ago
Extracting AggregateAccessPointToColumnMapping from EntityCriteriaSupport into separate class More... 4 days ago
Moving entity criteria classes to a more suitable package More... 4 days ago
Adding tests on EntityCriteriaSupport accessor-to-column collect algorithm: collection of element property case. More... 4 days ago
Adding tests on EntityCriteriaSupport accessor-to-column collect algorithm: root as table-per-class polymorphic case. More... 4 days ago
Renaming SimpleIdentifierAssembler to SingleIdentifierAssembler to clarify its intent. More... 4 days ago
Adding tests on EntityCriteriaSupport accessor-to-column collect algorithm. Makes it support composite key criteria. More... 4 days ago
Removing RelationalEntityPersister.getColumn(..) method which is unused More... 4 days ago
Fixing SqlNativeRepositoryQuery TODO: adding tests for polymorphic cases (was theoretically supported but not tested, hopefully no code adaptation is required ;) ) More... 6 days ago
Refactoring EntityFinder interface to use OrderBy and Limit objects instead of Consumer callbacks More... 6 days ago
Code cleanup about old column clones logic More... 6 days ago
Cleaning code of TablePerClassPolymorphismEntityFinder, essentially removing 2-phases-load-specific tree. Also cloning Query Objects to avoid building the same tree several times (as done for other polymorphic finders) More... 6 days ago
Renaming EntityGraphNode to AggregateAccessPointToColumnMapping and renaming EntityGraphSelector to RelationalEntityFinder for clarity More... 7 days ago
Removing the previous/old relation-registering system, based on RelationalEntityPersister.registerRelation(..) and RelationConfigurer.GraphLoadingRelationRegisterer More... 7 days ago
Reverting QuerySQLBuilderFactory.queryBuilder(..) argument type to a more open one More... 7 days ago
Removing the static method Criteria.copy(..) which is useless More... 7 days ago
Review of the logic to find a column matching a property in EntityGraphNode (mainly for Spring Data features and bean query). Old system based on relation declaration is deprecated and shall be removed. Still a lot of code clean up to do, but the build is stable and tests pass. More... 7 days ago
Reviewing JoinNode left and right keys building to align them with the new logic of cloning columns (in EntityJoinTree.cloneNodeForParent(..), in configurers, in persister) More... 12 days ago
Storing original columns to cloned ones into JoinNode class to simplify the algorithm of query building. More... 16 days ago
Adding the Accessor that initiates the relation to RelationJoinNode. More... 16 days ago
Propagating primary key cloning while building tree joins to make them available in the SQL schema. More... 16 days ago
Removing EntityJoinTree.giveJoin(..) because it's only used in tests and we have a replacement method More... 16 days ago
Applying table cloning to EntityJoinTree.cloneNodeForParent logic for PassiveJoin More... 16 days ago
Applying table cloning to EntityJoinTree.cloneNodeForParent logic for MergeJoin More... 16 days ago
Applying table cloning to EntityJoinTree.cloneNodeForParent logic More... 16 days ago
Moving table cloning logic into EntityJoinTree to prepare for making EntityJoinTree responsible for it More... 16 days ago
Adding test on EntityJoinTree.cloneNodeForParent(..) More... 16 days ago