Uses of Interface
ac.simons.neo4j.migrations.core.Ordered
Package
Description
The main entry package to Neo4j-Migrations.
-
Uses of Ordered in ac.simons.neo4j.migrations.core
Modifier and TypeInterfaceDescriptioninterface
An interface defining a provider with a set of supported extension and a mapper from resource toMigration
.Modifier and TypeClassDescriptionclass
A utility class to avoid duplication of common characteristics ofmigration providers
.final class
Default handler for cypher resources.final class
Default handler for xml resources. -
Uses of Ordered in ac.simons.neo4j.migrations.formats.markdown
Modifier and TypeClassDescriptionfinal class
Implementation of aResourceBasedMigrationProvider
that deals with Markdown files under the extension of.md
.