Uses of Annotation Interface
org.springframework.data.annotation.PersistenceCreator
Packages that use PersistenceCreator
Package
Description
Core annotations being used by Spring Data.
Value types representing geo-spatial concepts.
-
Uses of PersistenceCreator in org.springframework.data.annotation
Classes in org.springframework.data.annotation with annotations of type PersistenceCreatorModifier and TypeClassDescription@interface
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of PersistenceCreator in org.springframework.data.geo
Constructors in org.springframework.data.geo with annotations of type PersistenceCreatorModifierConstructorDescriptionGeoResults
(List<? extends GeoResult<T>> results, Distance averageDistance) Creates a newGeoResults
instance from the givenGeoResult
s and average distance.Point
(double x, double y) Creates a newPolygon
for the given Points.
PersistenceCreator
since 3.0, to be removed in 3.1