Class MappingInsertionService


  • public class MappingInsertionService
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static MappingInsertionService getInstance​(org.apache.commons.configuration2.HierarchicalConfiguration<org.apache.commons.configuration2.tree.ImmutableNode> connectionConfiguration)
      Returns the mapping insertion service singleton specifically created for this passed configuration.
      void insertMappings​(java.util.stream.Stream<de.julielab.neo4j.plugins.datarepresentation.ImportMapping> mappings)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getInstance

        public static MappingInsertionService getInstance​(org.apache.commons.configuration2.HierarchicalConfiguration<org.apache.commons.configuration2.tree.ImmutableNode> connectionConfiguration)
        Returns the mapping insertion service singleton specifically created for this passed configuration.
        Parameters:
        connectionConfiguration -
        Returns: