Spring Data Couchbase

org.springframework.data.couchbase.repository.support
Interface ViewMetadataProvider


public interface ViewMetadataProvider

Interface to abstract ViewMetadataProvider that provides Views to be used for query execution.

Author:
David Harrigan.

Method Summary
 View getView()
          Returns the View to be used.
 

Method Detail

getView

View getView()
Returns the View to be used.

Returns:
the View, or null if the method hasn't been annotated with @View.

Spring Data Couchbase

Copyright © 2011-2014–2014 Pivotal Software, Inc.. All rights reserved.