Uses of Interface
org.hibernatespatial.SpatialDialect

Packages that use SpatialDialect
org.hibernatespatial   
org.hibernatespatial.criterion   
org.hibernatespatial.spi   
 

Uses of SpatialDialect in org.hibernatespatial
 

Methods in org.hibernatespatial that return SpatialDialect
static SpatialDialect HBSpatialExtension.createSpatialDialect(String dialectName)
           
static SpatialDialect HBSpatialExtension.getDefaultSpatialDialect()
           
 

Uses of SpatialDialect in org.hibernatespatial.criterion
 

Methods in org.hibernatespatial.criterion that return SpatialDialect
static SpatialDialect ExpressionUtil.getSpatialDialect(org.hibernate.criterion.CriteriaQuery criteriaQuery, SpatialFunction function)
           
 

Uses of SpatialDialect in org.hibernatespatial.spi
 

Methods in org.hibernatespatial.spi that return SpatialDialect
 SpatialDialect SpatialDialectProvider.createSpatialDialect(String dialect)
          create Spatial Dialect with the provided name.
 SpatialDialect SpatialDialectProvider.getDefaultDialect()
          Returns the default dialect for this provider.
 



Copyright © 2011 hibernatespatial.org. All Rights Reserved.