Class AsNodeFunc


  • public class AsNodeFunc
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      org.neo4j.kernel.api.KernelTransaction tx  
    • Constructor Summary

      Constructors 
      Constructor Description
      AsNodeFunc()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      @Nullable org.neo4j.graphdb.Node asNode​(java.lang.Number nodeId)  
      java.util.List<org.neo4j.graphdb.Node> asNodes​(java.util.List<java.lang.Number> nodeIds)  
      • Methods inherited from class java.lang.Object

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

      • tx

        public org.neo4j.kernel.api.KernelTransaction tx
    • Constructor Detail

      • AsNodeFunc

        public AsNodeFunc()
    • Method Detail

      • asNode

        @Nullable
        public @Nullable org.neo4j.graphdb.Node asNode​(java.lang.Number nodeId)
      • asNodes

        public java.util.List<org.neo4j.graphdb.Node> asNodes​(java.util.List<java.lang.Number> nodeIds)