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.
Aug 16, 2024 — Aug 16, 2025
Showing page 8 of 46
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Applying optimization while selecting entities with criteria for join-table polymorphism case
Guillaume Mary
More...
11 months ago
Derived query support : implementing "order by" and "limit" (first / topN) derived query for non-polymorphic cases
Guillaume Mary
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.
Guillaume Mary
More...
12 months ago
Derived query support : adding tests for polymorphic cases of "exists" derived query
Guillaume Mary
More...
about 1 year ago
Derived query support : implementing "exists" derived query
Guillaume Mary
More...
about 1 year ago
Derived query support : simplifying select implementation
Guillaume Mary
More...
about 1 year ago
Derived query support : simplifying projection implementation
Guillaume Mary
More...
about 1 year ago
Derived query support : implementing projection
Guillaume Mary
More...
about 1 year ago
Derived query support : sharing test code.
Guillaume Mary
More...
about 1 year ago
Reactivating table-per-class test after implementation fix some commits ago
Guillaume Mary
More...
about 1 year ago
Derived query support : implementing "distinct" on projection query
Guillaume Mary
More...
about 1 year ago
Sharing code of polymorphic persisters
Guillaume Mary
More...
about 1 year ago
Avoid exposing internal contract to outside world and creation of a more feature-oriented method
Guillaume Mary
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.
Guillaume Mary
More...
about 1 year ago
adding tests on JoinTablePolymorphismPersister
Guillaume Mary
More...
about 1 year ago
adding tests on TablePerClassPolymorphismPersister
Guillaume Mary
More...
about 1 year ago
Tests on SingleTablePolymorphismPersister : checking with sub-entity.
Guillaume Mary
More...
about 1 year ago
adding tests about select(..) on SingleTablePolymorphismPersister, fixing extra columns present in select clause
Guillaume Mary
More...
about 1 year ago
adding tests on SingleTablePolymorphismPersister
Guillaume Mary
More...
about 1 year ago
Derived query support : implementing projection for single table polymorphism case
Guillaume Mary
More...
about 1 year ago
Keeping order of entities while arranging them per type to simplify debug and test
Guillaume Mary
More...
about 1 year ago
Adapting constructor signature to avoid wrong dispatch of super(..) calls by subclasses
Guillaume Mary
More...
about 1 year ago
Unit test fix
Guillaume Mary
More...
about 1 year ago
code cleanup
Guillaume Mary
More...
about 1 year ago
Implementing Count operator with several columns
Guillaume Mary
More...
about 1 year ago
Derived query support : adding support for count method. Requires to split PartTreeStalactiteQuery to share part of its code.
Guillaume Mary
More...
about 1 year ago
Implementing projection from some entity criteria on EntityPersister. Not fully implemented : polymorphism to be done.
Guillaume Mary
More...
about 1 year ago
Moving "union all" sql generation to UnionSQLBuilder. Making it implement PreparedSQLBuilder.
Guillaume Mary
More...
about 1 year ago
Code cleanup : splitting Binder lookup from decision to throw an exception if some binder is found
Guillaume Mary
More...
about 1 year ago
Derived query support : adding support for delete method. Small review of the design.
Guillaume Mary
More...
about 1 year ago
←
1
2
3
4
5
6
7
8
9
10
11
12
…
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