Package | Description |
---|---|
org.hibernate.dialect |
This package abstracts the SQL dialect of the underlying database.
|
Modifier and Type | Field and Description |
---|---|
protected static LobMergeStrategy |
Dialect.LEGACY_LOB_MERGE_STRATEGY
The legacy behavior of Hibernate.
|
protected static LobMergeStrategy |
Dialect.NEW_LOCATOR_LOB_MERGE_STRATEGY
Merge strategy based on creating a new LOB locator.
|
protected static LobMergeStrategy |
Dialect.STREAM_XFER_LOB_MERGE_STRATEGY
Merge strategy based on transferring contents based on streams.
|
Modifier and Type | Method and Description |
---|---|
LobMergeStrategy |
Dialect.getLobMergeStrategy() |
Copyright © 2017 JBoss by Red Hat. All rights reserved.