类的使用
org.hibernate.id.insert.AbstractReturningDelegate
-
使用AbstractReturningDelegate的程序包 程序包 说明 org.hibernate.dialect.identity org.hibernate.id This package contains internal implementation classes for the main API interfaces. -
-
org.hibernate.dialect.identity中AbstractReturningDelegate的使用
org.hibernate.dialect.identity中AbstractReturningDelegate的子类 修饰符和类型 类 说明 classGetGeneratedKeysDelegateDelegate for dealing with IDENTITY columns using JDBC3 getGeneratedKeysclassOracle12cGetGeneratedKeysDelegate -
org.hibernate.id中AbstractReturningDelegate的使用
org.hibernate.id中AbstractReturningDelegate的子类 修饰符和类型 类 说明 static classIdentityGenerator.InsertSelectDelegateDelegate for dealing with IDENTITY columns where the dialect supports returning the generated IDENTITY value directly from the insert statement.static classSequenceIdentityGenerator.Delegate已过时。
-