You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds repository base class to configuration extensions.
Introduces repository fragments contributor and updates the repository factories and factory beans w/ to use the default implementations.
Also makes the CassandraRepositoryFactoryBean consistent with its reactive counterpart by only setting the mapping context from the CassandraOperations in afterPropertiesSet iff the mapping context was not specified by the user.
See: spring-projects#1566
Related tickets: spring-projects/spring-data-commons#3282
This change adopts the newly added AOT changes from spring-projects/spring-data-commons#3282 to Cassandra repositories.
- Introduces repository fragments contributor and updates the repository factories and factory beans w/ to use the default implementations.
- Also makes the `CassandraRepositoryFactoryBean` consistent with its reactive counterpart by only setting the mapping context from the `CassandraOperations` in `afterPropertiesSet` iff the mapping context was not specified by the user.
See: spring-projects#1566
Supported Features
…
Limitations
Excluded methods
CrudRepository
and other base interface methodsThe text was updated successfully, but these errors were encountered: