类 SybaseAnywhereIdentityColumnSupport
- java.lang.Object
-
- org.hibernate.dialect.identity.IdentityColumnSupportImpl
-
- org.hibernate.dialect.identity.AbstractTransactSQLIdentityColumnSupport
-
- org.hibernate.dialect.identity.SybaseAnywhereIdentityColumnSupport
-
- 所有已实现的接口:
IdentityColumnSupport
public class SybaseAnywhereIdentityColumnSupport extends AbstractTransactSQLIdentityColumnSupport
- 作者:
- Andrea Boriero
-
-
构造器概要
构造器 构造器 说明 SybaseAnywhereIdentityColumnSupport()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 booleansupportsInsertSelectIdentity()Does the dialect support some form of inserting and selecting the generated IDENTITY value all in the same statement.-
从类继承的方法 org.hibernate.dialect.identity.AbstractTransactSQLIdentityColumnSupport
appendIdentitySelectToInsert, getIdentityColumnString, getIdentitySelectString, supportsIdentityColumns
-
从类继承的方法 org.hibernate.dialect.identity.IdentityColumnSupportImpl
buildGetGeneratedKeysDelegate, getIdentityInsertString, hasDataTypeInIdentityColumn
-
-
-
-
方法详细资料
-
supportsInsertSelectIdentity
public boolean supportsInsertSelectIdentity()
从接口复制的说明:IdentityColumnSupportDoes the dialect support some form of inserting and selecting the generated IDENTITY value all in the same statement.- 指定者:
supportsInsertSelectIdentity在接口中IdentityColumnSupport- 覆盖:
supportsInsertSelectIdentity在类中AbstractTransactSQLIdentityColumnSupport- 返回:
- True if the dialect supports selecting the just generated IDENTITY in the insert statement.
-
-