Class ArangoPersistentEntityInformation<T,ID>
java.lang.Object
org.springframework.data.repository.core.support.PersistentEntityInformation<T,ID>
com.arangodb.springframework.repository.ArangoPersistentEntityInformation<T,ID>
- All Implemented Interfaces:
ArangoEntityInformation<T,
,ID> EntityInformation<T,
,ID> EntityMetadata<T>
public class ArangoPersistentEntityInformation<T,ID>
extends PersistentEntityInformation<T,ID>
implements ArangoEntityInformation<T,ID>
- Author:
- Christian Lechner
-
Constructor Summary
Constructors -
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
-
ArangoPersistentEntityInformation
-
-
Method Details
-
getCollection
- Specified by:
getCollection
in interfaceArangoEntityInformation<T,
ID>
-