Package de.julielab.concepts.db.core.spi
Interface MappingInserter
-
- All Superinterfaces:
DatabaseConnected
- All Known Implementing Classes:
FileDatabaseMappingInserter,ServerPluginMappingInserter
public interface MappingInserter extends DatabaseConnected
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidinsertMappings(java.util.stream.Stream<de.julielab.neo4j.plugins.datarepresentation.ImportMapping> mappings)-
Methods inherited from interface de.julielab.concepts.db.core.spi.DatabaseConnected
setConnection
-
-
-
-
Method Detail
-
insertMappings
void insertMappings(java.util.stream.Stream<de.julielab.neo4j.plugins.datarepresentation.ImportMapping> mappings) throws MappingInsertionException- Throws:
MappingInsertionException
-
-