Interface Neo4jEntityInformation<T,ID>
- Type Parameters:
T
- The type of the entityID
- The type of the id
- All Superinterfaces:
EntityInformation<T,
,ID> EntityMetadata<T>
Neo4j specific contract for
entity informations
.- Since:
- 6.0
- Author:
- Michael J. Simons
-
Method Summary
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
-
Method Details
-
getEntityMetaData
Neo4jPersistentEntity<T> getEntityMetaData()- Returns:
- The full schema based description for the underlying entity.
-