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 4 hours
ago. based on code collected
about 4 hours
ago.
Aug 31, 2024 — Aug 31, 2025
Showing page 4 of 46
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Aligning the method signature of doWithUpdateListener(..) with others odWithXXXListener(..) methods.
Guillaume Mary
More...
4 months ago
Fixing ExpandableSQLAppender miss of handling sub SQL snippets in toSQL() Introduced visitSQLSnippets(..) method and make getSQL() and ParsedSQLHelper leverage it.
Guillaume Mary
More...
4 months ago
Replacing Insert.InsertColumn by ColumnVariable to align Insert mechanism with Update and Delete ones.
Guillaume Mary
More...
4 months ago
Implementing Batch deletion. Still required some alignement with Update and Insert
Guillaume Mary
More...
4 months ago
Aligning Delete criteria way of doing with Update one.
Guillaume Mary
More...
4 months ago
Moving Update statement criteria as a constructor parameter to clarify the API, because currently there's a mix between set(..) and where(..) methods which let one recall where(..) again and again even after set(..) has been called which is wierd.
Guillaume Mary
More...
4 months ago
Moving some code to an appropriate package to lighten PersistenceContext code.
Guillaume Mary
More...
4 months ago
Clarify usage of placeholders in Updates, required a review of UpdateCommandBuilder logic and clarification: ColumnVariable and its subclasses are introduced to fullfill this goal.
Guillaume Mary
More...
4 months ago
Implementing Batch Update on PersistenceContext: introducing batchUpdate(..) method.
Guillaume Mary
More...
5 months ago
Implementing Batch Insert on PersistenceContext: introducing batchInsert(..) method. Also modifying WriteOperation.execute(..) and WriteOperation.executeBatch(..) signature to make them return the number of affected rows.
Guillaume Mary
More...
5 months ago
Implementing Precision and Scale for floating point data type
Guillaume Mary
More...
5 months ago
English language fix: replacing "surrogate" by "delegate"
Guillaume Mary
More...
5 months ago
Adding organization prefix to generated Jar to make them more visible and avoid conflicts in packaged application (War, Ear, ...)
Guillaume Mary
More...
5 months ago
Renaming Identification to SingleColumnIdentification
Guillaume Mary
More...
5 months ago
already-assigned identifier policy made better: implementing database check on persist(..). Valuable for composite-key entities but also for single-key ones. Required a review of PersisterListener implementation: was made as a wrapper but this prohibits the override of persist(..) at persister level. Therefore, implementation is changed to inheritance for them.
Guillaume Mary
More...
5 months ago
Composite key identifier policy : pushing responsibility to check for entity persistence status to the user, as for AlreadyAssignedIdentifierManager, because composite-key identifier is always an already-assigned policy. Make possible to remove some TODO and weird ifs that check some identification type.
Guillaume Mary
More...
5 months ago
Code cleanup
Guillaume Mary
More...
5 months ago
Allowing to change keyword Set at DialectOptions level to fix wrong info in Stalactite. Adding particular option for HSQLDB to change keyword Set which has 2 modes, and let user choose between them.
Guillaume Mary
More...
5 months ago
Removing some Serializable requirements on Bean accessor while mapping query
Guillaume Mary
More...
5 months ago
Code cleanup
Guillaume Mary
More...
5 months ago
Fixing wrong Javadoc on many-to-many relation about bi-directionality
Guillaume Mary
More...
5 months ago
Add relation mapping signature variant with table name.
Guillaume Mary
More...
5 months ago
Allowing to pass a persister that handle a super type of current entity in one-to-many and many-to-many relations (signature enhancement)
Guillaume Mary
More...
5 months ago
Javadoc improvement.
Guillaume Mary
More...
5 months ago
Add MappingEase.entityBuilder(..) variant with table name. Same for PolymorphismPolicy.addSubClass(..). Javadoc improvement.
Guillaume Mary
More...
5 months ago
Implementing @BeanQuery: allow to override the query that is executed by Stalactite Spring Data
Guillaume Mary
More...
5 months ago
Implementing database vendor target on @Query
Guillaume Mary
More...
5 months ago
Fix weird ClassCastException when calling ExecutableEntityQuery.set(..) due to conflict with Map.put(..) signature
Guillaume Mary
More...
5 months ago
Renaming IdentifierPolicy.afterInsert() to databaseAutoIncrement() to clarify intention for user
Guillaume Mary
More...
5 months ago
Clarifying DeleteExecutor.deleteFromId(..) Backporting Collections.cut* methods moved to Iterables.
Guillaume Mary
More...
5 months 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