Uses of Enum Class
org.neo4j.ogm.config.Configuration.ClassLoaderPrecedence
Packages that use Configuration.ClassLoaderPrecedence
-
Uses of Configuration.ClassLoaderPrecedence in org.neo4j.ogm.config
Methods in org.neo4j.ogm.config that return Configuration.ClassLoaderPrecedenceModifier and TypeMethodDescriptionConfiguration.getClassLoaderPrecedence()Retrieve the current set class loader precedence that is used for working with classes during the mapping process.Returns the enum constant of this class with the specified name.static Configuration.ClassLoaderPrecedence[]Configuration.ClassLoaderPrecedence.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.neo4j.ogm.config with parameters of type Configuration.ClassLoaderPrecedenceModifier and TypeMethodDescriptionstatic voidConfiguration.setClassLoaderPrecedence(Configuration.ClassLoaderPrecedence classLoaderPrecedence) Set the class loader precedence for interacting with classes during the mapping process.