Uses of Interface
ac.simons.neo4j.migrations.core.OperationResult
Packages that use OperationResult
- 
Uses of OperationResult in ac.simons.neo4j.migrations.core
Subinterfaces of OperationResult in ac.simons.neo4j.migrations.coreModifier and TypeInterfaceDescriptioninterfaceA specialization of theOperationResultthat always affects a database, either the default one or a named other.Classes in ac.simons.neo4j.migrations.core that implement OperationResultModifier and TypeClassDescriptionfinal classResult of a clean operation.final classThe result of theMigrations.validate()operation.