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 Summary
ConstructorsConstructorDescriptionCreate a new Information container. -
Method Summary
Methods inherited from class PersistentEntityInformation
getId, getIdType, getJavaType, isNewMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface EntityInformation
getId, getIdType, getRequiredId, isNewMethods inherited from interface EntityMetadata
getJavaType
-
Constructor Details
-
MappingCouchbaseEntityInformation
Create a new Information container.- Parameters:
entity- the entity of the container.
-