HHH-10211 - Improves Javadoc comments

This commit is contained in:
Karel Maesen 2016-11-01 17:05:53 +01:00
parent 55ed5faa3b
commit d1f22d490c
8 changed files with 13 additions and 4 deletions

View File

@ -8,9 +8,10 @@ package org.hibernate.spatial.dialect.postgis;
/**
* Extends the {@code PostgreSQL82Dialect} to add support for the Postgis spatial types, functions and operators .
*
* @author Karel Maesen
* @deprecated "Use one of the PostgisPGNNDialect dialects"
* @deprecated "Use one of the PostgisPGNNDialect classes"
*/
@Deprecated
public class PostgisDialect extends PostgisPG82Dialect {

View File

@ -16,9 +16,7 @@ import org.hibernate.spatial.SpatialDialect;
import org.hibernate.spatial.SpatialFunction;
/**
* A Dialect for Postgresql with support for the Postgis spatial types, functions and operators (release 1.3 or higher).
*
* This dialect extends the PostgreSQL82Dialect.
* Extends the {@code PostgreSQL82Dialect} to add support for the Postgis spatial types, functions and operators .
*
* Created by Karel Maesen, Geovise BVBA on 01/11/16.
*/

View File

@ -16,6 +16,8 @@ import org.hibernate.spatial.SpatialDialect;
import org.hibernate.spatial.SpatialFunction;
/**
* Extends the {@code PostgreSQL91Dialect} to add support for the Postgis spatial types, functions and operators .
*
* Created by Karel Maesen, Geovise BVBA on 01/11/16.
*/
public class PostgisPG91Dialect extends PostgreSQL91Dialect implements SpatialDialect {

View File

@ -16,6 +16,8 @@ import org.hibernate.spatial.SpatialDialect;
import org.hibernate.spatial.SpatialFunction;
/**
* Extends the {@code PostgreSQL92Dialect} to add support for the Postgis spatial types, functions and operators .
*
* Created by Karel Maesen, Geovise BVBA on 01/11/16.
*/
public class PostgisPG92Dialect extends PostgreSQL92Dialect implements SpatialDialect {

View File

@ -16,6 +16,8 @@ import org.hibernate.spatial.SpatialDialect;
import org.hibernate.spatial.SpatialFunction;
/**
* Extends the {@code PostgreSQL93Dialect} to add support for the Postgis spatial types, functions and operators .
*
* Created by Karel Maesen, Geovise BVBA on 01/11/16.
*/
public class PostgisPG93Dialect extends PostgreSQL93Dialect implements SpatialDialect {

View File

@ -16,6 +16,8 @@ import org.hibernate.spatial.SpatialDialect;
import org.hibernate.spatial.SpatialFunction;
/**
* Extends the {@code PostgreSQL94Dialect} to add support for the Postgis spatial types, functions and operators .
*
* Created by Karel Maesen, Geovise BVBA on 01/11/16.
*/
public class PostgisPG94Dialect extends PostgreSQL94Dialect implements SpatialDialect {

View File

@ -16,6 +16,7 @@ import org.hibernate.spatial.SpatialDialect;
import org.hibernate.spatial.SpatialFunction;
/**
* Extends the {@code PostgreSQL95Dialect} to add support for the Postgis spatial types, functions and operators .
* Created by Karel Maesen, Geovise BVBA on 01/11/16.
*/
public class PostgisPG95Dialect extends PostgreSQL95Dialect implements SpatialDialect {

View File

@ -16,6 +16,7 @@ import org.hibernate.spatial.SpatialDialect;
import org.hibernate.spatial.SpatialFunction;
/**
** Extends the {@code PostgreSQL9Dialect} to add support for the Postgis spatial types, functions and operators .
*
* Created by Karel Maesen, Geovise BVBA on 01/11/16.
*/