Example usage for org.hibernate.spatial SpatialDialect interface-usage

List of usage examples for org.hibernate.spatial SpatialDialect interface-usage

Introduction

In this page you can find the example usage for org.hibernate.spatial SpatialDialect interface-usage.

Usage

From source file org.niord.core.db.MySQLSpatialDialect.java

/**
 * A Dialect for MySQL with support for its spatial features
 *
 * @author Karel Maesen, Boni Gopalan
 */
public class MySQLSpatialDialect extends MySQLDialect implements SpatialDialect {