Uses of Class
org.hibernate.search.annotations.Spatial

Packages that use Spatial
org.hibernate.search.bridge.impl   
org.hibernate.search.engine.impl   
 

Uses of Spatial in org.hibernate.search.bridge.impl
 

Methods in org.hibernate.search.bridge.impl with parameters of type Spatial
static FieldBridge BridgeFactory.buildSpatialBridge(Spatial spatial, String latitudeField, String longitudeField)
          This instantiates the SpatialFieldBridge from a Spatial annotation.
static FieldBridge BridgeFactory.buildSpatialBridge(Spatial spatial, org.hibernate.annotations.common.reflection.XClass clazz, String latitudeField, String longitudeField)
          This instantiates the SpatialFieldBridge from a Spatial annotation.
static FieldBridge BridgeFactory.buildSpatialBridge(Spatial spatial, org.hibernate.annotations.common.reflection.XMember member)
          This instantiates the SpatialFieldBridge from a Spatial annotation.
 

Uses of Spatial in org.hibernate.search.engine.impl
 

Constructors in org.hibernate.search.engine.impl with parameters of type Spatial
FieldMetadata(String prefix, org.hibernate.annotations.common.reflection.XProperty member, Field fieldAnn, NumericField numericFieldAnn, Spatial spatialAnn, ConfigContext context, org.hibernate.annotations.common.reflection.ReflectionManager reflectionManager)
           
 



Copyright © 2006-2013 Red Hat Middleware, LLC. All Rights Reserved