Uses of Class
org.hibernate.dialect.HANAServerConfiguration
-
Packages that use HANAServerConfiguration Package Description org.hibernate.dialect 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 HANAServerConfiguration Modifier and Type Method Description static HANAServerConfiguration
HANAServerConfiguration. fromDialectResolutionInfo(DialectResolutionInfo info)
Constructors in org.hibernate.dialect with parameters of type HANAServerConfiguration Constructor Description AbstractHANADialect(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.
-