Package org.hibernate.search.annotations
Annotation Type Longitude
-
@Retention(RUNTIME) @Target({FIELD,METHOD}) @Documented @Deprecated @PropertyMapping(processor=@PropertyMappingAnnotationProcessorRef(type=org.hibernate.search.annotations.impl.LongitudeAnnotationProcessor.class)) public @interface Longitude
Mark the property hosting the latitude of a specific spatial coordinate. The property must be of typeDouble(or its native version).- Author:
- Nicolas Helleringer
- Experimental
- Spatial support is still considered experimental
-
-
Element Detail
-
of
String of
Deprecated.- Returns:
- the name of the spatial field (defined in @Spatial.name)
- Default:
- ""
-
-