Uses of Class
org.springframework.data.neo4j.core.mapping.CreateRelationshipStatementHolder
Packages that use CreateRelationshipStatementHolder
-
Uses of CreateRelationshipStatementHolder in org.springframework.data.neo4j.core.mapping
Methods in org.springframework.data.neo4j.core.mapping that return CreateRelationshipStatementHolderModifier and TypeMethodDescriptionCreateRelationshipStatementHolder.addProperty
(String key, Object property) Neo4jMappingContext.createStatementForImperativeRelationshipsWithPropertiesBatch
(boolean isNew, Neo4jPersistentEntity<?> neo4jPersistentEntity, RelationshipDescription relationshipDescription, Object relatedValues, List<Map<String, Object>> relationshipPropertiesRows, boolean canUseElementId) Neo4jMappingContext.createStatementForImperativeSimpleRelationshipBatch
(Neo4jPersistentEntity<?> neo4jPersistentEntity, RelationshipDescription relationshipDescription, List<Object> plainRelationshipRows, boolean canUseElementId) Neo4jMappingContext.createStatementForSingleRelationship
(Neo4jPersistentEntity<?> neo4jPersistentEntity, RelationshipDescription relationshipContext, Object relatedValue, boolean isNewRelationship, boolean canUseElementId)