Skip to content

Commit cec2adb

Browse files
committed
HHH-19191 - Apply actual ASL changes
1 parent 087625b commit cec2adb

File tree

21 files changed

+94
-157
lines changed

21 files changed

+94
-157
lines changed

hibernate-core/src/test/java/org/hibernate/orm/test/jpa/model/package.html

Lines changed: 0 additions & 13 deletions
This file was deleted.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
/*
2+
* SPDX-License-Identifier: Apache-2.0
3+
* Copyright Red Hat Inc. and Hibernate Authors
4+
*/
5+
6+
/**
7+
* This package contains the H2GIS Dialect extensions for the {@linkplain org.hibernate.dialect.H2Dialect}.
8+
* <p/>
9+
* For more information on H2GIS, see <a href="http://www.h2gis.org/">the H2GIS website</a>.
10+
*/
11+
package org.hibernate.spatial.dialect.h2gis;

hibernate-spatial/src/main/java/org/hibernate/spatial/dialect/h2gis/package.html

Lines changed: 0 additions & 17 deletions
This file was deleted.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/*
2+
* SPDX-License-Identifier: Apache-2.0
3+
* Copyright Red Hat Inc. and Hibernate Authors
4+
*/
5+
6+
/**
7+
* This package contains the spatial extensions for the {@linkplain org.hibernate.dialect.MySQLDialect}.
8+
*/
9+
package org.hibernate.spatial.dialect.mysql;

hibernate-spatial/src/main/java/org/hibernate/spatial/dialect/mysql/package.html

Lines changed: 0 additions & 14 deletions
This file was deleted.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
/*
2+
* SPDX-License-Identifier: Apache-2.0
3+
* Copyright Red Hat Inc. and Hibernate Authors
4+
*/
5+
6+
/**
7+
* This package contains the spatial extensions for the {@linkplain org.hibernate.dialect.OracleDialect}.
8+
* It currently supports only the SDO_GEOMETRY spatial data type.
9+
*/
10+
package org.hibernate.spatial.dialect.oracle;

hibernate-spatial/src/main/java/org/hibernate/spatial/dialect/oracle/package.html

Lines changed: 0 additions & 15 deletions
This file was deleted.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/*
2+
* SPDX-License-Identifier: Apache-2.0
3+
* Copyright Red Hat Inc. and Hibernate Authors
4+
*/
5+
6+
/**
7+
* This package contains the Spatial Dialects supported by Hibernate Spatial
8+
*/
9+
package org.hibernate.spatial.dialect;

hibernate-spatial/src/main/java/org/hibernate/spatial/dialect/package.html

Lines changed: 0 additions & 14 deletions
This file was deleted.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/*
2+
* SPDX-License-Identifier: Apache-2.0
3+
* Copyright Red Hat Inc. and Hibernate Authors
4+
*/
5+
6+
/**
7+
* This package contains the spatial extensions for the {@linkplain org.hibernate.dialect.PostgreSQLDialect}.
8+
*/
9+
package org.hibernate.spatial.dialect.postgis;

0 commit comments

Comments
 (0)