Uses of Class
org.hibernatespatial.SpatialFunction

Packages that use SpatialFunction
org.hibernatespatial   
org.hibernatespatial.criterion   
 

Uses of SpatialFunction in org.hibernatespatial
 

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

Methods in org.hibernatespatial with parameters of type SpatialFunction
 boolean SpatialDialect.supports(SpatialFunction function)
          Does this dialect supports the specified SpatialFunction.
 

Uses of SpatialFunction in org.hibernatespatial.criterion
 

Methods in org.hibernatespatial.criterion with parameters of type SpatialFunction
static SpatialDialect ExpressionUtil.getSpatialDialect(org.hibernate.criterion.CriteriaQuery criteriaQuery, SpatialFunction function)
           
 



Copyright © 2011 hibernatespatial.org. All Rights Reserved.