0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 4 hours ago.
Aug 31, 2024 — Aug 31, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Aligning the method signature of doWithUpdateListener(..) with others odWithXXXListener(..) methods. More... 4 months ago
Fixing ExpandableSQLAppender miss of handling sub SQL snippets in toSQL() Introduced visitSQLSnippets(..) method and make getSQL() and ParsedSQLHelper leverage it. More... 4 months ago
Replacing Insert.InsertColumn by ColumnVariable to align Insert mechanism with Update and Delete ones. More... 4 months ago
Implementing Batch deletion. Still required some alignement with Update and Insert More... 4 months ago
Aligning Delete criteria way of doing with Update one. 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. More... 4 months ago
Moving some code to an appropriate package to lighten PersistenceContext code. 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. More... 4 months ago
Implementing Batch Update on PersistenceContext: introducing batchUpdate(..) method. 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. More... 5 months ago
Implementing Precision and Scale for floating point data type More... 5 months ago
English language fix: replacing "surrogate" by "delegate" More... 5 months ago
Adding organization prefix to generated Jar to make them more visible and avoid conflicts in packaged application (War, Ear, ...) More... 5 months ago
Renaming Identification to SingleColumnIdentification 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. 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. More... 5 months ago
Code cleanup 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. More... 5 months ago
Removing some Serializable requirements on Bean accessor while mapping query More... 5 months ago
Code cleanup More... 5 months ago
Fixing wrong Javadoc on many-to-many relation about bi-directionality More... 5 months ago
Add relation mapping signature variant with table name. 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) More... 5 months ago
Javadoc improvement. More... 5 months ago
Add MappingEase.entityBuilder(..) variant with table name. Same for PolymorphismPolicy.addSubClass(..). Javadoc improvement. More... 5 months ago
Implementing @BeanQuery: allow to override the query that is executed by Stalactite Spring Data More... 5 months ago
Implementing database vendor target on @Query More... 5 months ago
Fix weird ClassCastException when calling ExecutableEntityQuery.set(..) due to conflict with Map.put(..) signature More... 5 months ago
Renaming IdentifierPolicy.afterInsert() to databaseAutoIncrement() to clarify intention for user More... 5 months ago
Clarifying DeleteExecutor.deleteFromId(..) Backporting Collections.cut* methods moved to Iterables. More... 5 months ago