Interface NestedRelationshipProcessingStateMachine.RelationshipIdSupplier
- Enclosing class:
- NestedRelationshipProcessingStateMachine
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public static interface NestedRelationshipProcessingStateMachine.RelationshipIdSupplier
Supplier for arbitrary relationship ids
-
Method Summary
-
Method Details
-
getId
Optional<Object> getId(org.neo4j.cypherdsl.core.Statement statement, Neo4jPersistentProperty idProperty, Object fromId, Object toId)
-