org.hibernate.spatial.dialect.hana.HANASpatialDialect Maven / Gradle / Ivy
/*
 * SPDX-License-Identifier: LGPL-2.1-or-later
 * Copyright Red Hat Inc. and Hibernate Authors
 */
package org.hibernate.spatial.dialect.hana;
import org.hibernate.dialect.HANADialect;
import org.hibernate.spatial.SpatialDialect;
/**
 * @deprecated Spatial dialects are no longer needed
 */
@Deprecated
public class HANASpatialDialect extends HANADialect implements SpatialDialect {
}
    © 2015 - 2025 Weber Informatics LLC | Privacy Policy