Spring Data Couchbase

org.springframework.data.couchbase.repository.query
Interface CouchbaseEntityInformation<T,ID extends Serializable>

All Superinterfaces:
EntityInformation<T,ID>, EntityMetadata<T>
All Known Implementing Classes:
MappingCouchbaseEntityInformation

public interface CouchbaseEntityInformation<T,ID extends Serializable>
extends EntityInformation<T,ID>

Marker interface for the Couchbase Entity Information.

Author:
Michael Nitschinger

Method Summary
 
Methods inherited from interface org.springframework.data.repository.core.EntityInformation
getId, getIdType, isNew
 
Methods inherited from interface org.springframework.data.repository.core.EntityMetadata
getJavaType
 


Spring Data Couchbase

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