Package org.hibernate.dialect
Class HANAServerConfiguration
- java.lang.Object
-
- org.hibernate.dialect.HANAServerConfiguration
-
public class HANAServerConfiguration extends Object
Utility class that extract some initial configuration from the database forHANADialect
.
-
-
Field Summary
Fields Modifier and Type Field Description static int
MAX_LOB_PREFETCH_SIZE_DEFAULT_VALUE
-
Constructor Summary
Constructors Constructor Description HANAServerConfiguration(DatabaseVersion fullVersion)
HANAServerConfiguration(DatabaseVersion fullVersion, int maxLobPrefetchSize)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HANAServerConfiguration
fromDialectResolutionInfo(DialectResolutionInfo info)
DatabaseVersion
getFullVersion()
int
getMaxLobPrefetchSize()
-
-
-
Field Detail
-
MAX_LOB_PREFETCH_SIZE_DEFAULT_VALUE
public static final int MAX_LOB_PREFETCH_SIZE_DEFAULT_VALUE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
HANAServerConfiguration
public HANAServerConfiguration(DatabaseVersion fullVersion)
-
HANAServerConfiguration
public HANAServerConfiguration(DatabaseVersion fullVersion, int maxLobPrefetchSize)
-
-
Method Detail
-
getFullVersion
public DatabaseVersion getFullVersion()
-
getMaxLobPrefetchSize
public int getMaxLobPrefetchSize()
-
fromDialectResolutionInfo
public static HANAServerConfiguration fromDialectResolutionInfo(DialectResolutionInfo info)
-
-