0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 08, 2024 — Sep 08, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Reviewing pagination to make it thread-safe: Limit object was shared. Still some work to make all thread-safe. More... 17 days ago
Adding support for @BeanQueries and projection, pagination and windowing by sharing code with SqlNativeRepositoryQuery and pushing up some abstraction to AbstractRepositoryQuery. More... 17 days ago
Moving reducer classes to a more suitable package More... 18 days ago
Code cleanup of previous commit: simplifying SqlNativeRepositoryQuery execution code, class renaming and deletion. More... 18 days ago
Reworking SqlNativeRepositoryQuery execution algorithm to make it appear a pattern of projection + paging + query execution. Still require some more work. Enhancing NativeQuery paging support. More... 18 days ago
Applying split windowing logic to the default query case. Still requires to be applied to NativeQuery More... 19 days ago
Splitting windowing logic into pieces to make it reusable (not yet finished) in NativeQuery More... 19 days ago
Enhancing projection tests and fixing projection result handling: - Improved test coverage for both derived queries and native queries with projections (differentiating projected interfaces with @Value annotation from others without it) - Fixed PartTreeStalactiteProjection to return hierarchical Map structure instead of Object[] for proper Spring Data unmarshalling (see buildHierarchicMap() utility method) More... 19 days ago
Fixing and enhancing Spring Data projection missing features (pagination and sorting). Sharing code between PartTreeStalactiteProjection and PartTreeStalactiteQuery for windowing feature. More... 23 days ago
Enhancing column mapping resolution by getting cloned columns at collection time instead of retrieval time More... 23 days ago
Fixing wrong behavior that was allowing to limit an aggregate with some Collection relation. One of the previous refactoring removed it. More... 24 days ago
Code cleanup More... 24 days ago
Adding tests for Limit support on Spring derived queries and projections More... 24 days ago
Adding tests for projection queries with OrderBy support More... 24 days ago
code cleanup More... 24 days ago
Fixing TODO of AbstractPolymorphicEntityFinder.newWhereIdClause(..): replaced by a method that does the job of the callers (which are subclasses) to reduce code duplication. The very reason of the TODO has been fixed by allowing to clone the EntityCriteriaSupport without making it rescan the aggregate properties. More... 24 days ago
Test fix More... 25 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... 25 days ago
Adding support for Map criteria in Spring Data derived queries More... 26 days ago
Reviewing AggregateAccessPointToColumnMapping properties collection logic for better code understanding More... 26 days ago
Extracting AggregateAccessPointToColumnMapping from EntityCriteriaSupport into separate class More... 26 days ago
Moving entity criteria classes to a more suitable package More... 26 days ago
Adding tests on EntityCriteriaSupport accessor-to-column collect algorithm: collection of element property case. More... 26 days ago
Adding tests on EntityCriteriaSupport accessor-to-column collect algorithm: root as table-per-class polymorphic case. More... 27 days ago
Renaming SimpleIdentifierAssembler to SingleIdentifierAssembler to clarify its intent. More... 27 days ago
Adding tests on EntityCriteriaSupport accessor-to-column collect algorithm. Makes it support composite key criteria. More... 27 days ago
Removing RelationalEntityPersister.getColumn(..) method which is unused More... 27 days ago
Fixing SqlNativeRepositoryQuery TODO: adding tests for polymorphic cases (was theoretically supported but not tested, hopefully no code adaptation is required ;) ) More... 28 days ago
Refactoring EntityFinder interface to use OrderBy and Limit objects instead of Consumer callbacks More... 28 days ago
Code cleanup about old column clones logic More... 28 days ago