接口的使用
org.hibernate.jdbc.Expectation
-
使用Expectation的程序包 程序包 说明 org.hibernate.engine.jdbc.batch.internal Internals for JDBC batching support.org.hibernate.engine.jdbc.batch.spi Defines contracts for JDBC batching support.org.hibernate.jdbc org.hibernate.persister.entity This package abstracts persistence mechanisms for entities, and defines the Hibernate runtime metamodel. -
-
org.hibernate.engine.jdbc.batch.internal中Expectation的使用
返回Expectation的org.hibernate.engine.jdbc.batch.internal中的方法 修饰符和类型 方法 说明 ExpectationBasicBatchKey. getExpectation()参数类型为Expectation的org.hibernate.engine.jdbc.batch.internal中的构造器 构造器 说明 BasicBatchKey(String comparison, Expectation expectation)Constructs a BasicBatchKey -
org.hibernate.engine.jdbc.batch.spi中Expectation的使用
返回Expectation的org.hibernate.engine.jdbc.batch.spi中的方法 修饰符和类型 方法 说明 ExpectationBatchKey. getExpectation()Get the expectation pertaining to the outcome of theBatchassociated with this key. -
org.hibernate.jdbc中Expectation的使用
实现Expectation的org.hibernate.jdbc中的类 修饰符和类型 类 说明 static classExpectations.BasicExpectationstatic classExpectations.BasicParamExpectation声明为Expectation的org.hibernate.jdbc中的字段 修饰符和类型 字段 说明 static ExpectationExpectations. BASICstatic ExpectationExpectations. NONEstatic ExpectationExpectations. PARAM返回Expectation的org.hibernate.jdbc中的方法 修饰符和类型 方法 说明 static ExpectationExpectations. appropriateExpectation(ExecuteUpdateResultCheckStyle style) -
org.hibernate.persister.entity中Expectation的使用
参数类型为Expectation的org.hibernate.persister.entity中的方法 修饰符和类型 方法 说明 protected booleanAbstractEntityPersister. check(int rows, Serializable id, int tableNumber, Expectation expectation, PreparedStatement statement)
-