mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-18 17:15:02 +00:00
HHH-3483 : DB2 does not support position queries on TYPE_FORWARD_ONLY ResultSets
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@15206 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
parent
b20825d1c9
commit
3a23f9d1b8
@ -380,6 +380,10 @@ public boolean supportsParametersInInsertSelect() {
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public boolean supportsResultSetPositionQueryMethodsOnForwardOnlyCursor() {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
// Overridden informational metadata ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
// Overridden informational metadata ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
public boolean supportsEmptyInList() {
|
public boolean supportsEmptyInList() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user