Interface LatitudeLongitudeMarkerBinder
-
- All Superinterfaces:
MarkerBinder
public interface LatitudeLongitudeMarkerBinder extends MarkerBinder
A binder for markers that mark a property as the latitude or longitude for aGeoPoint bridge
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LatitudeLongitudeMarkerBinder
markerSet(String markerSet)
-
Methods inherited from interface org.hibernate.search.mapper.pojo.bridge.mapping.programmatic.MarkerBinder
bind
-
-
-
-
Method Detail
-
markerSet
LatitudeLongitudeMarkerBinder markerSet(String markerSet)
- Parameters:
markerSet
- The name of the "marker set". This is used to discriminate between multiple pairs of latitude/longitude markers.- Returns:
this
, for method chaining.- See Also:
GeoPointBinder.markerSet(String)
-
-