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

-13
This file was deleted.
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

-17
This file was deleted.
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

-14
This file was deleted.
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

-15
This file was deleted.
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

-14
This file was deleted.
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;

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

-14
This file was deleted.
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.SQLServerDialect}.
8+
* Currently, only the Geometry type is supported.
9+
*/
10+
package org.hibernate.spatial.dialect.sqlserver;

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

-15
This file was deleted.
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 integration classes to hook into Hibernate ORM.
8+
*/
9+
package org.hibernate.spatial.integration;

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

-14
This file was deleted.
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 utility classes for use with JTS.
8+
*/
9+
package org.hibernate.spatial.jts;

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

-14
This file was deleted.
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 defines the central Hibernate Spatial types and functions.
8+
*/
9+
package org.hibernate.spatial;

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

-14
This file was deleted.
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+
* The {@code hbm2ddl} tool.
8+
*/
9+
package org.hibernate.tool.hbm2ddl;

tooling/hibernate-ant/src/main/java/org/hibernate/tool/hbm2ddl/package.html

-13
This file was deleted.

0 commit comments

Comments
 (0)