Uses of Annotation Interface
org.neo4j.driver.util.Immutable

Packages that use Immutable
  • Uses of Immutable in org.neo4j.driver

    Classes in org.neo4j.driver with annotations of type Immutable
    Modifier and Type
    Class
    Description
    final class 
    A configuration class to config driver properties.
    class 
    The components of a Cypher query, containing the query text and parameter map.
    interface 
    Container for Cypher result values.
    interface 
    A unit of data that adheres to the Neo4j type system.
  • Uses of Immutable in org.neo4j.driver.summary

    Classes in org.neo4j.driver.summary with annotations of type Immutable
    Modifier and Type
    Interface
    Description
    interface 
    An input position refers to a specific character in a query.
    interface 
    Representation for notifications found when executing a query.
    interface 
    This describes the plan that the database planner produced and used (or will use) to execute your query.
    interface 
    The result summary of running a query.
    interface 
    Contains counters for various operations that a query triggered.
  • Uses of Immutable in org.neo4j.driver.types

    Classes in org.neo4j.driver.types with annotations of type Immutable
    Modifier and Type
    Interface
    Description
    interface 
    A uniquely identifiable property container that can form part of a Neo4j graph.
    interface 
    Represents temporal amount containing months, days, seconds and nanoseconds of the second.
    interface 
    A Path is a directed sequence of relationships between two nodes.
    interface 
    Represents a single point in a particular coordinate reference system.
    interface 
    The type of Value as defined by the Cypher language
    interface 
    A listing of all database types this driver can handle.
  • Uses of Immutable in org.neo4j.driver.util

    Classes in org.neo4j.driver.util with annotations of type Immutable
    Modifier and Type
    Interface
    Description
    interface 
    Pair<K,V>
    Immutable pair of a key and a value