Summary
- Adding the possibility to join on a sub-select (commit: 810f20b) (details)
- Removing IdentifierAssembler field of EntityGraphSelector because it's misleading : it should always be inflater one. (commit: 095b3e8) (details)
- Introducing DatabaseCrudOperations to separate database operations from PersistenceContext even if it's the main implementation. Adding some generics around Insert, Update and Delete classes. (commit: 446cff0) (details)
- Prototype of native queries implementation. (commit: 9e05f93) (details)
- Removing tests of sort feature of native queries implementation because it's not supported by Spring Data Jdbc (commit: 7bd6771) (details)
- Code cleanup (commit: 71aa69f) (details)
- Renaming PreparedSQLWrapper to PreparedSQLAppender and StringAppenderWrapper to StringSQLAppender (commit: 964db05) (details)
- Code cleanup (commit: c29e9ec) (details)
- Code cleanup (commit: 57de678) (details)
- Introducing Variable to be capable of having a named placeholder in queries (commit: 60bded3) (details)
- Creating ExpandableSQLAppender to create dynamic queries based on named placeholders (commit: 9eb32ae) (details)
- Capability to define a Spring bean to override a derived query (commit: 46fe38c) (details)