Uses of Annotation Interface
org.neo4j.driver.util.Immutable
Package
Description
-
Uses of Immutable in org.neo4j.driver
Modifier and TypeClassDescriptionfinal 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
Modifier and TypeInterfaceDescriptioninterface
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
Modifier and TypeInterfaceDescriptioninterface
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 ofValue
as defined by the Cypher languageinterface
A listing of all database types this driver can handle. -
Uses of Immutable in org.neo4j.driver.util