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
about 12 hours
ago. based on code collected
about 12 hours
ago.
Aug 18, 2024 — Aug 18, 2025
Showing page 1 of 46
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Test fix
Guillaume Mary
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.
Guillaume Mary
More...
3 days ago
Adding support for Map criteria in Spring Data derived queries
Guillaume Mary
More...
4 days ago
Reviewing AggregateAccessPointToColumnMapping properties collection logic for better code understanding
Guillaume Mary
More...
4 days ago
Extracting AggregateAccessPointToColumnMapping from EntityCriteriaSupport into separate class
Guillaume Mary
More...
4 days ago
Moving entity criteria classes to a more suitable package
Guillaume Mary
More...
4 days ago
Adding tests on EntityCriteriaSupport accessor-to-column collect algorithm: collection of element property case.
Guillaume Mary
More...
4 days ago
Adding tests on EntityCriteriaSupport accessor-to-column collect algorithm: root as table-per-class polymorphic case.
Guillaume Mary
More...
4 days ago
Renaming SimpleIdentifierAssembler to SingleIdentifierAssembler to clarify its intent.
Guillaume Mary
More...
4 days ago
Adding tests on EntityCriteriaSupport accessor-to-column collect algorithm. Makes it support composite key criteria.
Guillaume Mary
More...
4 days ago
Removing RelationalEntityPersister.getColumn(..) method which is unused
Guillaume Mary
More...
4 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...
6 days ago
Refactoring EntityFinder interface to use OrderBy and Limit objects instead of Consumer callbacks
Guillaume Mary
More...
6 days ago
Code cleanup about old column clones logic
Guillaume Mary
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)
Guillaume Mary
More...
6 days ago
Renaming EntityGraphNode to AggregateAccessPointToColumnMapping and renaming EntityGraphSelector to RelationalEntityFinder for clarity
Guillaume Mary
More...
7 days ago
Removing the previous/old relation-registering system, based on RelationalEntityPersister.registerRelation(..) and RelationConfigurer.GraphLoadingRelationRegisterer
Guillaume Mary
More...
7 days ago
Reverting QuerySQLBuilderFactory.queryBuilder(..) argument type to a more open one
Guillaume Mary
More...
7 days ago
Removing the static method Criteria.copy(..) which is useless
Guillaume Mary
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.
Guillaume Mary
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)
Guillaume Mary
More...
12 days ago
Storing original columns to cloned ones into JoinNode class to simplify the algorithm of query building.
Guillaume Mary
More...
16 days ago
Adding the Accessor that initiates the relation to RelationJoinNode.
Guillaume Mary
More...
16 days ago
Propagating primary key cloning while building tree joins to make them available in the SQL schema.
Guillaume Mary
More...
16 days ago
Removing EntityJoinTree.giveJoin(..) because it's only used in tests and we have a replacement method
Guillaume Mary
More...
16 days ago
Applying table cloning to EntityJoinTree.cloneNodeForParent logic for PassiveJoin
Guillaume Mary
More...
16 days ago
Applying table cloning to EntityJoinTree.cloneNodeForParent logic for MergeJoin
Guillaume Mary
More...
16 days ago
Applying table cloning to EntityJoinTree.cloneNodeForParent logic
Guillaume Mary
More...
16 days ago
Moving table cloning logic into EntityJoinTree to prepare for making EntityJoinTree responsible for it
Guillaume Mary
More...
16 days ago
Adding test on EntityJoinTree.cloneNodeForParent(..)
Guillaume Mary
More...
16 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