org.hibernate.search.annotations
Annotation Type Longitude
@Retention(value=RUNTIME)
@Target(value=FIELD)
@Documented
public @interface Longitude
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 (nicolas.helleringer@novacodex.net)
of
public abstract String of
- Returns:
- the name of the spatial field (defined in @Spatial.name)
- Default:
- ""
Copyright © 2006-2013 Hibernate. All Rights Reserved.