Package org.springframework.data.couchbase.core


package org.springframework.data.couchbase.core
This package contains the specific implementations and core classes for Spring Data Couchbase internals. It also contains Couchbase implementation to support the Spring Data template abstraction.
The template provides lower level access to the underlying database and also serves as the foundation for repositories. Any time a repository is too high-level for you needs chances are good that the templates will serve you well.