Uses of Enum Class
org.springframework.data.neo4j.core.mapping.NestedRelationshipProcessingStateMachine.ProcessState
Packages that use NestedRelationshipProcessingStateMachine.ProcessState
-
Uses of NestedRelationshipProcessingStateMachine.ProcessState in org.springframework.data.neo4j.core.mapping
Subclasses with type arguments of type NestedRelationshipProcessingStateMachine.ProcessState in org.springframework.data.neo4j.core.mappingModifier and TypeClassDescriptionstatic enumValid processing states.Methods in org.springframework.data.neo4j.core.mapping that return NestedRelationshipProcessingStateMachine.ProcessStateModifier and TypeMethodDescriptionNestedRelationshipProcessingStateMachine.getStateOf(@Nullable Object fromId, RelationshipDescription relationshipDescription, Collection<?> valuesToStore) Retrieves the state for a given id.Returns the enum constant of this class with the specified name.NestedRelationshipProcessingStateMachine.ProcessState.values()Returns an array containing the constants of this enum class, in the order they are declared.