Class Neo4jMappingContext

All Implemented Interfaces:
Aware, InitializingBean, ApplicationContextAware, ApplicationEventPublisherAware, MappingContext<Neo4jPersistentEntity<?>,Neo4jPersistentProperty>, Schema

@API(status=STABLE, since="6.0") public final class Neo4jMappingContext extends AbstractMappingContext<Neo4jPersistentEntity<?>,Neo4jPersistentProperty> implements Schema
An implementation of both a Schema as well as a Neo4j version of Spring Data's MappingContext. It is recommended to provide the initial set of classes through AbstractMappingContext.setInitialEntitySet(Set).
Since:
6.0
Author:
Michael J. Simons, Gerrit Meier