Example usage for org.springframework.data.couchbase.repository CouchbaseRepository interface-usage

List of usage examples for org.springframework.data.couchbase.repository CouchbaseRepository interface-usage

Introduction

In this page you can find the example usage for org.springframework.data.couchbase.repository CouchbaseRepository interface-usage.

Usage

From source file com.couchbase.trombi.data.CoworkerRepository.java

/**
 * A Spring Data {@link CouchbaseRepository repository} of {@link Coworker}.
 *
 * @author Simon Basl
 */
@ViewIndexed(designDoc = "coworker", viewName = "all")