Class BasicCouchbasePersistentEntity<T>

java.lang.Object
org.springframework.data.mapping.model.BasicPersistentEntity<T, CouchbasePersistentProperty>
org.springframework.data.couchbase.core.mapping.BasicCouchbasePersistentEntity<T>
All Implemented Interfaces:
Iterable<CouchbasePersistentProperty>, Aware, EnvironmentAware, EnvironmentCapable, CouchbasePersistentEntity<T>, MutablePersistentEntity<T, CouchbasePersistentProperty>, PersistentEntity<T, CouchbasePersistentProperty>

public class BasicCouchbasePersistentEntity<T> extends BasicPersistentEntity<T, CouchbasePersistentProperty> implements CouchbasePersistentEntity<T>, EnvironmentAware
The representation of a persistent entity.
Author:
Michael Nitschinger, Mark Paluch, Michael Reiche, Tigran Babloyan