After update the project to Spring Data Couchbase 4, the annotation N1qlPrimaryIndexed
appears as deprecated,
@Repository
@N1qlPrimaryIndexed
public interface HostelRepository extends CouchbaseRepository<Hostel, String> {
}
I would like to know if there is a replacement for it