Package | Description |
---|---|
org.springframework.data.neo4j.mapping |
Modifier and Type | Method and Description |
---|---|
protected Neo4jPersistentProperty |
Neo4jMappingContext.createPersistentProperty(Property property,
Neo4jPersistentEntity<?> owner,
SimpleTypeHolder simpleTypeHolder) |
Modifier and Type | Method and Description |
---|---|
protected Association<Neo4jPersistentProperty> |
Neo4jPersistentProperty.createAssociation() |
Optional<Neo4jPersistentProperty> |
Neo4jPersistentEntity.getVersionProperty() |
Constructor and Description |
---|
Neo4jPersistentProperty(org.neo4j.ogm.metadata.ClassInfo owningClassInfo,
Property property,
PersistentEntity<?,Neo4jPersistentProperty> owner,
SimpleTypeHolder simpleTypeHolder)
Constructs a new
Neo4jPersistentProperty based on the given arguments. |
Copyright © 2011–2017 Pivotal Software, Inc.. All rights reserved.