0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 20, 2024 — Aug 20, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Adding a test for one-to-many and overridden table target More... 8 months ago
Better handling of unexpected connection close. More... 8 months ago
Fixing exception throwing (duplicate persister) while inherited configuration is shared between several entities in same graph More... 8 months ago
Renaming PreparedSQLBuilder to PreparableSQLBuilder and its method toPreparedSQL to toPreparableSQL. Some code cleanup. More... 9 months ago
Moving code from DefaultNamedOperator to Operators More... 9 months ago
Capability to define a Spring bean to override a derived query More... 9 months ago
Creating ExpandableSQLAppender to create dynamic queries based on named placeholders More... 9 months ago
Introducing Variable to be capable of having a named placeholder in queries More... 9 months ago
Code cleanup More... 9 months ago
Code cleanup More... 9 months ago
Renaming PreparedSQLWrapper to PreparedSQLAppender and StringAppenderWrapper to StringSQLAppender More... 9 months ago
Code cleanup More... 9 months ago
Removing tests of sort feature of native queries implementation because it's not supported by Spring Data Jdbc More... 9 months ago
Prototype of native queries implementation. More... 9 months ago
Introducing DatabaseCrudOperations to separate database operations from PersistenceContext even if it's the main implementation. Adding some generics around Insert, Update and Delete classes. More... 9 months ago
Removing IdentifierAssembler field of EntityGraphSelector because it's misleading : it should always be inflater one. Also making EntityGraphSelector.InternalExecutor.execute(..) to be capable of handle every kind of SQLStatement. More... 9 months ago
Adding the possibility to join on a sub-select More... 9 months ago
Renaming QueryInFrom to PseudoTable and aligning it with related classes. More... 9 months ago
Allowing to make Query appendable to a From clause. Made by moving this feature of Union class to its upper level that is shared with Query. Required some modifications in SQL factories. More... 9 months ago
Avoid direct dependency of EntityGraphSelector.InternalExecutor on EntityTreeQuery More... 9 months ago
Some code cleanup around generics and EntityTreeQueryBuilder. More... 9 months ago
Code cleanup More... 9 months ago
Removing useless PersisterRegistry parameter from PolymorphismBuilder.build(..) More... 9 months ago
Reusing RelationConfigurer in AbstractPolymorphicPersisterBuilder to avoid duplicated code. More... 9 months ago
Avoid exposing intermediary persisters to outside world, only exposes aggregate root ones. More... 9 months ago
Implementing bidirectional many-to-many relation through ManyToManyOptions.reverseCollection(..) and ManyToManyOptions.reverselySetBy(..) More... 9 months ago
Implementing bidirectional many-to-many relation. Introducing EntityMappingConfigurationProvider.EntityMappingConfigurationProviderHolder. More... 10 months ago
Fixing some Sonar issues More... 10 months ago
Fixing NullPointerException when no DialectCustomizer is available More... 10 months ago
Setting version to 3.0.0-SNAPSHOT More... 10 months ago