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

Packages that use SpatialMode
org.hibernate.search.annotations   
org.hibernate.search.cfg   
 

Uses of SpatialMode in org.hibernate.search.annotations
 

Methods in org.hibernate.search.annotations that return SpatialMode
static SpatialMode SpatialMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SpatialMode[] SpatialMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of SpatialMode in org.hibernate.search.cfg
 

Methods in org.hibernate.search.cfg with parameters of type SpatialMode
 PropertySpatialMapping PropertySpatialMapping.spatialMode(SpatialMode spatialMode)
           
 EntitySpatialMapping EntitySpatialMapping.spatialMode(SpatialMode spatialMode)
           
 



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