Package org.hibernate.search.annotations
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.
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
-
Element Details
-
of
String ofDeprecated.- Returns:
- the name of the spatial field (defined in @Spatial.name)
- Default:
- ""
-
Latitudeinstead. See also the javadoc ofSpatial.