Class Ingres9IdentityColumnSupport
- java.lang.Object
-
- org.hibernate.dialect.identity.IdentityColumnSupportImpl
-
- org.hibernate.community.dialect.identity.Ingres9IdentityColumnSupport
-
- All Implemented Interfaces:
org.hibernate.dialect.identity.IdentityColumnSupport
- Direct Known Subclasses:
Ingres10IdentityColumnSupport
public class Ingres9IdentityColumnSupport extends org.hibernate.dialect.identity.IdentityColumnSupportImpl
-
-
Constructor Summary
Constructors Constructor Description Ingres9IdentityColumnSupport()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getIdentitySelectString(String table, String column, int type)
-
-
-
Method Detail
-
getIdentitySelectString
public String getIdentitySelectString(String table, String column, int type)
- Specified by:
getIdentitySelectString
in interfaceorg.hibernate.dialect.identity.IdentityColumnSupport
- Overrides:
getIdentitySelectString
in classorg.hibernate.dialect.identity.IdentityColumnSupportImpl
-
-