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
ConstructorDescriptionCreate a new Information container. -
Method Summary
Methods inherited from class org.springframework.data.repository.core.support.PersistentEntityInformation
getId, getIdType, getJavaType, isNew
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.springframework.data.repository.core.EntityInformation
getId, getIdType, getRequiredId, isNew
Methods inherited from interface org.springframework.data.repository.core.EntityMetadata
getJavaType
-
Constructor Details
-
MappingCouchbaseEntityInformation
Create a new Information container.- Parameters:
entity
- the entity of the container.
-