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 TypeInterfaceDescriptioninterface
A specialization of theOperationResult
that always affects a database, either the default one or a named other.Classes in ac.simons.neo4j.migrations.core that implement OperationResultModifier and TypeClassDescriptionfinal class
Result of a clean operation.final class
The result of theMigrations.validate()
operation.