Uses of Enum Class
org.neo4j.ogm.config.AutoIndexMode
Packages that use AutoIndexMode
-
Uses of AutoIndexMode in org.neo4j.ogm.config
Methods in org.neo4j.ogm.config that return AutoIndexModeModifier and TypeMethodDescriptionstatic AutoIndexModeAutoIndexMode.fromString(String name) Parses an option name into the Enumeration type it represents.Configuration.getAutoIndex()static AutoIndexModeReturns the enum constant of this class with the specified name.static AutoIndexMode[]AutoIndexMode.values()Returns an array containing the constants of this enum class, in the order they are declared.