- valueOf(String) - Static method in enum org.neo4j.ogm.config.AutoIndexMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.neo4j.ogm.driver.ParameterConversionMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.neo4j.ogm.transaction.Transaction.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.neo4j.ogm.transaction.Transaction.Type
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.neo4j.ogm.config.AutoIndexMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.neo4j.ogm.driver.ParameterConversionMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.neo4j.ogm.transaction.Transaction.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.neo4j.ogm.transaction.Transaction.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- variables() - Method in interface org.neo4j.ogm.model.RowModel
-
- variables() - Method in class org.neo4j.ogm.response.model.DefaultRowModel
-
- verifyConnection(Boolean) - Method in class org.neo4j.ogm.config.Configuration.Builder
-
Whether OGM should verify connection to the database at creation of the Driver
Useful for "fail-fast" type of configuration where the database is expected to be running during application
start up and the connection to the database is expected to be very stable.