Uses of Annotation Interface
org.springframework.data.annotation.PersistenceCreator
Packages that use PersistenceCreator
-
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 newGeoResultsinstance from the givenGeoResults and average distance.Point(double x, double y) Creates a newPolygonfor the given Points.