DATACASS-369 - Adapt API in ReactiveCassandraRepositoryFactoryBean.
Related tickets: DATACMNS-891.
This commit is contained in:
@@ -40,6 +40,15 @@ public class ReactiveCassandraRepositoryFactoryBean<T extends Repository<S, ID>,
|
||||
private boolean mappingContextConfigured = false;
|
||||
|
||||
private ReactiveCassandraOperations operations;
|
||||
|
||||
/**
|
||||
* Creates a new {@link ReactiveCassandraRepositoryFactoryBean} for the given repository interface.
|
||||
*
|
||||
* @param repositoryInterface must not be {@literal null}.
|
||||
*/
|
||||
public ReactiveCassandraRepositoryFactoryBean(Class<? extends T> repositoryInterface) {
|
||||
super(repositoryInterface);
|
||||
}
|
||||
|
||||
/**
|
||||
* Configures the {@link ReactiveCassandraOperations} used for Cassandra data access operations.
|
||||
|
||||
Reference in New Issue
Block a user