Uses of Package
org.springframework.data.neo4j.core.convert
Packages that use org.springframework.data.neo4j.core.convert
Package
Description
This package contains configuration related support classes that
can be used for application specific, annotated configuration classes.
This package contains the core infrastructure for creating an
imperative or reactive client that can execute queries.
Provides a set of simples types that SDN supports.
The main mapping framework.
This package contains the schema that is defined by a set of classes, representing
nodes and relationships and their properties.
This package provides a couple of support classes that might be
helpful in your domain, for example a predicate indicating that some transaction may be
retried and additional converters and id generators.
A set of annotations for providing custom queries to repositories.
-
Classes in org.springframework.data.neo4j.core.convert used by org.springframework.data.neo4j.configClassDescriptionManages all build-in Neo4j conversions: Cypher types, some additional types and the shared set of Spring Data and Neo4j spatial types.
-
Classes in org.springframework.data.neo4j.core.convert used by org.springframework.data.neo4j.coreClassDescriptionManages all build-in Neo4j conversions: Cypher types, some additional types and the shared set of Spring Data and Neo4j spatial types.
-
Classes in org.springframework.data.neo4j.core.convert used by org.springframework.data.neo4j.core.convertClassDescriptionThis service orchestrates a standard Spring conversion service with
Neo4jConversionsregistered.This interface represents a pair of methods capable of converting values of typeTto and fromvalues. -
Classes in org.springframework.data.neo4j.core.convert used by org.springframework.data.neo4j.core.mappingClassDescriptionManages all build-in Neo4j conversions: Cypher types, some additional types and the shared set of Spring Data and Neo4j spatial types.This service orchestrates a standard Spring conversion service with
Neo4jConversionsregistered.This interface represents a pair of methods capable of converting values of typeTto and fromvalues. -
Classes in org.springframework.data.neo4j.core.convert used by org.springframework.data.neo4j.core.schemaClassDescriptionThis annotation can be used to define either custom conversions for single attributes by specifying a custom
Neo4jPersistentPropertyConverterand if needed, a custom factory to create that converter or the annotation can be used to build custom meta-annotated annotations like@org.springframework.data.neo4j.core.support.DateLong.This service orchestrates a standard Spring conversion service withNeo4jConversionsregistered.You need to provide an implementation of this interface in case you want to store a property of an entity as separate properties on a node. -
Classes in org.springframework.data.neo4j.core.convert used by org.springframework.data.neo4j.core.supportClassDescriptionThis annotation can be used to define either custom conversions for single attributes by specifying a custom
Neo4jPersistentPropertyConverterand if needed, a custom factory to create that converter or the annotation can be used to build custom meta-annotated annotations like@org.springframework.data.neo4j.core.support.DateLong. -
Classes in org.springframework.data.neo4j.core.convert used by org.springframework.data.neo4j.repository.queryClassDescriptionThis service orchestrates a standard Spring conversion service with
Neo4jConversionsregistered.