Uses of Interface
org.dizitart.no2.migration.Generator
-
Packages that use Generator Package Description org.dizitart.no2.migration -
-
Uses of Generator in org.dizitart.no2.migration
Methods in org.dizitart.no2.migration with parameters of type Generator Modifier and Type Method Description default CollectionInstructionCollectionInstruction. addField(String fieldName, Generator<?> generator)Adds an instruction to add new field with value generator, into the document of aNitriteCollection.default <T> RepositoryInstructionRepositoryInstruction. addField(String fieldName, Generator<T> generator)Adds an instruction to add new field with value generator, into the entity in theObjectRepository.
-