Uses of Class
org.hibernate.dialect.HANAServerConfiguration
Packages that use HANAServerConfiguration
Package
Description
This package abstracts over the multifarious dialects of SQL
understood by the databases supported by Hibernate.
-
Uses of HANAServerConfiguration in org.hibernate.dialect
Methods in org.hibernate.dialect that return HANAServerConfigurationModifier and TypeMethodDescriptionstatic HANAServerConfigurationHANAServerConfiguration.fromDialectResolutionInfo(DialectResolutionInfo info) Constructors in org.hibernate.dialect with parameters of type HANAServerConfigurationModifierConstructorDescriptionAbstractHANADialect(HANAServerConfiguration configuration, boolean defaultTableTypeColumn) Deprecated, for removal: This API element is subject to removal in a future version.HANAColumnStoreDialect(HANAServerConfiguration configuration) Deprecated, for removal: This API element is subject to removal in a future version.HANADialect(HANAServerConfiguration configuration, boolean defaultTableTypeColumn) HANARowStoreDialect(HANAServerConfiguration configuration) Deprecated, for removal: This API element is subject to removal in a future version.