Interface Neo4jEntityInformation<T,ID>

Type Parameters:
T - The type of the entity
ID - The type of the id
All Superinterfaces:
EntityInformation<T,ID>, EntityMetadata<T>

public interface Neo4jEntityInformation<T,ID> extends EntityInformation<T,ID>
Neo4j specific contract for entity informations.
Since:
6.0
Author:
Michael J. Simons
  • Method Details

    • getEntityMetaData

      Neo4jPersistentEntity<T> getEntityMetaData()
      Returns:
      The full schema based description for the underlying entity.