Uses of Package
org.hibernate.search.mapper.pojo.bridge.builtin.programmatic
-
Packages that use org.hibernate.search.mapper.pojo.bridge.builtin.programmatic Package Description org.hibernate.search.mapper.pojo.bridge.builtin.programmatic -
Classes in org.hibernate.search.mapper.pojo.bridge.builtin.programmatic used by org.hibernate.search.mapper.pojo.bridge.builtin.programmatic Class Description AlternativeBinder The binder that sets upAlternativeValueBridge
s.AlternativeBinderDelegate The component responsible for binding one field per alternative, and creating anAlternativeValueBridge
.AlternativeDiscriminatorBinder A binder for markers that mark a property as the discriminator for alternatives for anAlternative bridge
.AlternativeValueBridge A component that routes field values to one of multiple index fields based on a discriminator.GeoPointBinder A binder from a type or property to aGeoPoint
field, representing a point on earth.LatitudeLongitudeMarkerBinder A binder for markers that mark a property as the latitude or longitude for aGeoPoint bridge
.