Uses of Package
org.springframework.data.neo4j.core.convert
Packages that use org.springframework.data.neo4j.core.convert
Package
Description
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.core
-
Classes in org.springframework.data.neo4j.core.convert used by org.springframework.data.neo4j.core.convertClassDescriptionThis service orchestrates a standard Spring conversion service with
Neo4jConversions
registered.This interface represents a pair of methods capable of converting values of typeT
to and fromvalues
. -
Classes in org.springframework.data.neo4j.core.convert used by org.springframework.data.neo4j.core.mappingClassDescriptionThis service orchestrates a standard Spring conversion service with
Neo4jConversions
registered.This interface represents a pair of methods capable of converting values of typeT
to 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
Neo4jPersistentPropertyConverter
and 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 withNeo4jConversions
registered.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
Neo4jPersistentPropertyConverter
and 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
Neo4jConversions
registered.