Uses of Enum
ac.simons.neo4j.migrations.core.Neo4jVersion
Package
Description
The main entry package to Neo4j-Migrations.
-
Uses of Neo4jVersion in ac.simons.neo4j.migrations.core
Modifier and TypeMethodDescriptionstatic Neo4jVersion
Parses a version string in a lenient way.static Neo4jVersion
Returns the enum constant of this type with the specified name.static Neo4jVersion[]
Neo4jVersion.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Neo4jVersion in ac.simons.neo4j.migrations.core.catalog
Modifier and TypeMethodDescriptionRenderConfig.Builder.forVersionAndEdition
(Neo4jVersion version, Neo4jEdition edition)