Uses of Enum
ac.simons.neo4j.migrations.core.Neo4jVersion
Packages that use Neo4jVersion
Package
Description
The main entry package to Neo4j-Migrations.
-
Uses of Neo4jVersion in ac.simons.neo4j.migrations.core
Methods in ac.simons.neo4j.migrations.core that return Neo4jVersionModifier 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
Methods in ac.simons.neo4j.migrations.core.catalog with parameters of type Neo4jVersionModifier and TypeMethodDescriptionRenderConfig.Builder.forVersionAndEdition
(Neo4jVersion version, Neo4jEdition edition)