Annotation Type Latitude


@Retention(RUNTIME) @Target({FIELD,METHOD}) @Documented @Deprecated @PropertyMapping(processor=@PropertyMappingAnnotationProcessorRef(type=org.hibernate.search.annotations.impl.LatitudeAnnotationProcessor.class,retrieval=CONSTRUCTOR)) public @interface Latitude
Deprecated.
Use Hibernate Search 6's Latitude instead. See also the javadoc of Spatial.
Mark the property hosting the latitude of a specific spatial coordinate. The property must be of type Double (or its native version).
Author:
Nicolas Helleringer
Experimental
Spatial support is still considered experimental
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Deprecated.
     
  • Element Details

    • of

      String of
      Deprecated.
      Returns:
      the name of the spatial field (defined in @Spatial.name)
      Default:
      ""