Uses of Annotation Interface
org.springframework.data.neo4j.core.convert.ConvertWith
Packages that use ConvertWith
Package
Description
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.
-
Uses of ConvertWith in org.springframework.data.neo4j.core.schema
Classes in org.springframework.data.neo4j.core.schema with annotations of type ConvertWithModifier and TypeClassDescription@interfaceThis annotation indicates apersistent propertythat is composed of multiple properties on a node or relationship. -
Uses of ConvertWith in org.springframework.data.neo4j.core.support
Classes in org.springframework.data.neo4j.core.support with annotations of type ConvertWithModifier and TypeClassDescription@interfaceIndicates SDN to store dates as long in the database.@interfaceIndicates SDN 6 to store dates asStringin the database.