类 MimerSQLIdentityColumnSupport
- java.lang.Object
-
- org.hibernate.dialect.identity.IdentityColumnSupportImpl
-
- org.hibernate.dialect.identity.MimerSQLIdentityColumnSupport
-
- 所有已实现的接口:
IdentityColumnSupport
public class MimerSQLIdentityColumnSupport extends IdentityColumnSupportImpl
- 作者:
- Andrea Boriero
-
-
构造器概要
构造器 构造器 说明 MimerSQLIdentityColumnSupport()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 booleansupportsIdentityColumns()Does this dialect support identity column key generation?-
从类继承的方法 org.hibernate.dialect.identity.IdentityColumnSupportImpl
appendIdentitySelectToInsert, buildGetGeneratedKeysDelegate, getIdentityColumnString, getIdentityInsertString, getIdentitySelectString, hasDataTypeInIdentityColumn, supportsInsertSelectIdentity
-
-
-
-
方法详细资料
-
supportsIdentityColumns
public boolean supportsIdentityColumns()
从接口复制的说明:IdentityColumnSupportDoes this dialect support identity column key generation?- 指定者:
supportsIdentityColumns在接口中IdentityColumnSupport- 覆盖:
supportsIdentityColumns在类中IdentityColumnSupportImpl- 返回:
- True if IDENTITY columns are supported; false otherwise.
-
-