Uses of Class
org.hibernate.dialect.AbstractHANADialect
-
Packages that use AbstractHANADialect Package Description org.hibernate.dialect This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate.org.hibernate.spatial.dialect.hana -
-
Uses of AbstractHANADialect in org.hibernate.dialect
Subclasses of AbstractHANADialect in org.hibernate.dialect Modifier and Type Class Description class
HANACloudColumnStoreDialect
Deprecated, for removal: This API element is subject to removal in a future version.useHANADialect
withDatabaseVersion.make( 4 )
insteadclass
HANAColumnStoreDialect
Deprecated, for removal: This API element is subject to removal in a future version.useHANADialect
insteadclass
HANADialect
An SQL dialect for the SAP HANA Platform and Cloud.class
HANARowStoreDialect
Deprecated, for removal: This API element is subject to removal in a future version.useHANADialect
instead -
Uses of AbstractHANADialect in org.hibernate.spatial.dialect.hana
Subclasses of AbstractHANADialect in org.hibernate.spatial.dialect.hana Modifier and Type Class Description class
HANASpatialDialect
Deprecated.Spatial dialects are no longer needed
-