Uses of Interface
ac.simons.neo4j.migrations.core.Ordered
Packages that use Ordered
Package
Description
The main entry package to Neo4j-Migrations.
- 
Uses of Ordered in ac.simons.neo4j.migrations.core
Subinterfaces of Ordered in ac.simons.neo4j.migrations.coreModifier and TypeInterfaceDescriptioninterfaceAn interface defining a provider with a set of supported extension and a mapper from resource toMigration.Classes in ac.simons.neo4j.migrations.core that implement OrderedModifier and TypeClassDescriptionclassA utility class to avoid duplication of common characteristics ofmigration providers.final classDefault handler for cypher resources.final classDefault handler for xml resources. - 
Uses of Ordered in ac.simons.neo4j.migrations.formats.markdown
Classes in ac.simons.neo4j.migrations.formats.markdown that implement OrderedModifier and TypeClassDescriptionfinal classImplementation of aResourceBasedMigrationProviderthat deals with Markdown files under the extension of.md.