Uses of Enum Class
org.springframework.data.neo4j.core.mapping.CypherGenerator
Packages that use CypherGenerator
-
Uses of CypherGenerator in org.springframework.data.neo4j.core.mapping
Subclasses with type arguments of type CypherGenerator in org.springframework.data.neo4j.core.mappingModifier and TypeClassDescriptionenumA generator based on the schema defined by node and relationship descriptions.Methods in org.springframework.data.neo4j.core.mapping that return CypherGeneratorModifier and TypeMethodDescriptionstatic CypherGeneratorReturns the enum constant of this class with the specified name.static CypherGenerator[]CypherGenerator.values()Returns an array containing the constants of this enum class, in the order they are declared.