HHH-3649 - Added supportsPooledSequences() method, to return true
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@15684 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
parent
6483cfb3e5
commit
cc12ed8c53
|
@ -195,6 +195,10 @@ public class DB2Dialect extends Dialect {
|
|||
return true;
|
||||
}
|
||||
|
||||
public boolean supportsPooledSequences() {
|
||||
return true;
|
||||
}
|
||||
|
||||
public String getQuerySequencesString() {
|
||||
return "select seqname from sysibm.syssequences";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue