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
Modifier and TypeMethodDescriptionReturns the full schema based description for the underlying entity.Methods inherited from interface EntityInformation
getId, getIdType, getRequiredId, isNewMethods inherited from interface EntityMetadata
getJavaType
-
Method Details
-
getEntityMetaData
Neo4jPersistentEntity<T> getEntityMetaData()Returns the full schema based description for the underlying entity.- Returns:
- the full schema based description for the underlying entity
-