public class Neo4jMappingContext extends org.springframework.data.mapping.context.AbstractMappingContext<Neo4jPersistentEntity<?>,Neo4jPersistentProperty>
ClassInfo objects. We don't reload all
the mapping information again.| Constructor and Description |
|---|
Neo4jMappingContext(org.neo4j.ogm.metadata.MetaData metaData)
Constructs a new
Neo4jMappingContext based on the persistent entities in the given MetaData. |
| Modifier and Type | Method and Description |
|---|---|
protected <T> Neo4jPersistentEntity<?> |
createPersistentEntity(org.springframework.data.util.TypeInformation<T> typeInformation) |
protected Neo4jPersistentProperty |
createPersistentProperty(org.springframework.data.mapping.model.Property property,
Neo4jPersistentEntity<?> owner,
org.springframework.data.mapping.model.SimpleTypeHolder simpleTypeHolder) |
addPersistentEntity, addPersistentEntity, afterPropertiesSet, getManagedTypes, getPersistentEntities, getPersistentEntity, getPersistentEntity, getPersistentEntity, getPersistentPropertyPath, getPersistentPropertyPath, getPersistentPropertyPath, hasPersistentEntityFor, initialize, setApplicationEventPublisher, setInitialEntitySet, setSimpleTypeHolder, setStrict, shouldCreatePersistentEntityForpublic Neo4jMappingContext(org.neo4j.ogm.metadata.MetaData metaData)
Neo4jMappingContext based on the persistent entities in the given MetaData.metaData - The OGM MetaData from which to extract the persistent entitiesprotected <T> Neo4jPersistentEntity<?> createPersistentEntity(org.springframework.data.util.TypeInformation<T> typeInformation)
createPersistentEntity in class org.springframework.data.mapping.context.AbstractMappingContext<Neo4jPersistentEntity<?>,Neo4jPersistentProperty>protected Neo4jPersistentProperty createPersistentProperty(org.springframework.data.mapping.model.Property property, Neo4jPersistentEntity<?> owner, org.springframework.data.mapping.model.SimpleTypeHolder simpleTypeHolder)
createPersistentProperty in class org.springframework.data.mapping.context.AbstractMappingContext<Neo4jPersistentEntity<?>,Neo4jPersistentProperty>Copyright © 2011–2017 Pivotal Software, Inc.. All rights reserved.