2
pom.xml
2
pom.xml
@@ -349,7 +349,7 @@
|
||||
</profiles>
|
||||
|
||||
<repositories>
|
||||
<repository>
|
||||
<repository>
|
||||
<id>spring-snapshot</id>
|
||||
<url>https://repo.spring.io/snapshot</url>
|
||||
<snapshots>
|
||||
|
||||
@@ -133,7 +133,7 @@ public class CassandraRepositoryFactory extends RepositoryFactorySupport {
|
||||
* @since 5.0
|
||||
*/
|
||||
protected RepositoryFragments getRepositoryFragments(RepositoryMetadata metadata, CassandraOperations operations) {
|
||||
return fragmentsContributor.contribute(metadata, getEntityInformation(metadata.getDomainType()), operations);
|
||||
return fragmentsContributor.contribute(metadata, getEntityInformation(metadata), operations);
|
||||
}
|
||||
|
||||
private record CassandraQueryLookupStrategy(CassandraOperations operations,
|
||||
|
||||
@@ -130,7 +130,7 @@ public class ReactiveCassandraRepositoryFactory extends ReactiveRepositoryFactor
|
||||
* @since 5.0
|
||||
*/
|
||||
protected RepositoryFragments getRepositoryFragments(RepositoryMetadata metadata, ReactiveCassandraOperations operations) {
|
||||
return fragmentsContributor.contribute(metadata, getEntityInformation(metadata.getDomainType()), operations);
|
||||
return fragmentsContributor.contribute(metadata, getEntityInformation(metadata), operations);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user