Uses of Interface
org.neo4j.cypherdsl.core.ForeignAdapter
-
Packages that use ForeignAdapter Package Description org.neo4j.cypherdsl.core Contains an internal DSL for creating Cypher. -
-
Uses of ForeignAdapter in org.neo4j.cypherdsl.core
Methods in org.neo4j.cypherdsl.core that return ForeignAdapter Modifier and Type Method Description static <FE> ForeignAdapter<FE>Cypher. adapt(FE expression)Provides access to the foreign DSL adapter.
-