Class MappingCouchbaseEntityInformation<T,ID>

java.lang.Object
org.springframework.data.repository.core.support.PersistentEntityInformation<T,ID>
org.springframework.data.couchbase.repository.support.MappingCouchbaseEntityInformation<T,ID>
All Implemented Interfaces:
CouchbaseEntityInformation<T,ID>, EntityInformation<T,ID>, EntityMetadata<T>

public class MappingCouchbaseEntityInformation<T,ID> extends PersistentEntityInformation<T,ID> implements CouchbaseEntityInformation<T,ID>
Entity Information container.
Author:
Michael Nitschinger, Oliver Gierke
  • Constructor Details

    • MappingCouchbaseEntityInformation

      public MappingCouchbaseEntityInformation(CouchbasePersistentEntity<T> entity)
      Create a new Information container.
      Parameters:
      entity - the entity of the container.