openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
S
stalactite
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very Low Activity
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Sep 08, 2024 — Sep 08, 2025
Showing page 1 of 46
Search / Filter on:
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.
Guillaume Mary
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.
Guillaume Mary
More...
17 days ago
Moving reducer classes to a more suitable package
Guillaume Mary
More...
18 days ago
Code cleanup of previous commit: simplifying SqlNativeRepositoryQuery execution code, class renaming and deletion.
Guillaume Mary
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.
Guillaume Mary
More...
18 days ago
Applying split windowing logic to the default query case. Still requires to be applied to NativeQuery
Guillaume Mary
More...
19 days ago
Splitting windowing logic into pieces to make it reusable (not yet finished) in NativeQuery
Guillaume Mary
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)
Guillaume Mary
More...
19 days ago
Fixing and enhancing Spring Data projection missing features (pagination and sorting). Sharing code between PartTreeStalactiteProjection and PartTreeStalactiteQuery for windowing feature.
Guillaume Mary
More...
23 days ago
Enhancing column mapping resolution by getting cloned columns at collection time instead of retrieval time
Guillaume Mary
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.
Guillaume Mary
More...
24 days ago
Code cleanup
Guillaume Mary
More...
24 days ago
Adding tests for Limit support on Spring derived queries and projections
Guillaume Mary
More...
24 days ago
Adding tests for projection queries with OrderBy support
Guillaume Mary
More...
24 days ago
code cleanup
Guillaume Mary
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.
Guillaume Mary
More...
24 days ago
Test fix
Guillaume Mary
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.
Guillaume Mary
More...
25 days ago
Adding support for Map criteria in Spring Data derived queries
Guillaume Mary
More...
26 days ago
Reviewing AggregateAccessPointToColumnMapping properties collection logic for better code understanding
Guillaume Mary
More...
26 days ago
Extracting AggregateAccessPointToColumnMapping from EntityCriteriaSupport into separate class
Guillaume Mary
More...
26 days ago
Moving entity criteria classes to a more suitable package
Guillaume Mary
More...
26 days ago
Adding tests on EntityCriteriaSupport accessor-to-column collect algorithm: collection of element property case.
Guillaume Mary
More...
26 days ago
Adding tests on EntityCriteriaSupport accessor-to-column collect algorithm: root as table-per-class polymorphic case.
Guillaume Mary
More...
27 days ago
Renaming SimpleIdentifierAssembler to SingleIdentifierAssembler to clarify its intent.
Guillaume Mary
More...
27 days ago
Adding tests on EntityCriteriaSupport accessor-to-column collect algorithm. Makes it support composite key criteria.
Guillaume Mary
More...
27 days ago
Removing RelationalEntityPersister.getColumn(..) method which is unused
Guillaume Mary
More...
27 days ago
Fixing SqlNativeRepositoryQuery TODO: adding tests for polymorphic cases (was theoretically supported but not tested, hopefully no code adaptation is required ;) )
Guillaume Mary
More...
28 days ago
Refactoring EntityFinder interface to use OrderBy and Limit objects instead of Consumer callbacks
Guillaume Mary
More...
28 days ago
Code cleanup about old column clones logic
Guillaume Mary
More...
28 days ago
←
1
2
3
4
5
6
7
8
9
…
45
46
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree