Search Java Classes and Packages
Search Java Frameworks and Libraries
#Org.hibernate.jdbc Classes and Interfaces - 14 results found.
| Name | Description | Type | Package | Framework |
| AbstractReturningWork | An abstract implementation of ReturningWork that accepts a WorkExecutor visitor for executing a discrete piece of work and returning a result. | Class | org.hibernate.jdbc | Hibernate ORM |
|
| AbstractWork | An abstract implementation of Work that accepts a WorkExecutor visitor for executing a discrete piece of work. | Class | org.hibernate.jdbc | Hibernate ORM |
|
| BatchedTooManyRowsAffectedException | Much like TooManyRowsAffectedException, indicates that more rows than what we were expcecting were affected. | Class | org.hibernate.jdbc | Hibernate ORM |
|
| BatchFailedException | Indicates a failed batch entry (-3 return). | Class | org.hibernate.jdbc | Hibernate ORM |
|
| Expectation | Defines an expected DML operation outcome. | Interface | org.hibernate.jdbc | Hibernate ORM |
|
| Expectations | Holds various often used Expectations. | Class | org.hibernate.jdbc | Hibernate ORM |
|
| Expectations .BasicExpectation | protected Expectations. | Class | org.hibernate.jdbc.Expectations | Hibernate ORM |
|
| Expectations .BasicParamExpectation | protected Expectations. | Class | org.hibernate.jdbc.Expectations | Hibernate ORM |
|
| JDBCException | Wraps an SQLException. | Class | org.hibernate | Hibernate ORM |
|
| ReturningWork | A discrete piece of work following the lines of Work but returning a result. | Interface | org.hibernate.jdbc | Hibernate ORM |
|
| TooManyRowsAffectedException | Indicates that more rows were affected then we were expecting to be. | Class | org.hibernate.jdbc | Hibernate ORM |
|
| Work | Contract for performing a discrete piece of JDBC work. | Interface | org.hibernate.jdbc | Hibernate ORM |
|
| WorkExecutor | A visitor used for executing a discrete piece of work encapsulated in a Work or ReturningWork instance. | Class | org.hibernate.jdbc | Hibernate ORM |
|
| WorkExecutorVisitable | This interface provides a way to execute unrelated work objects using Instances of this interface can accept a WorkExecutor visitor | Interface | org.hibernate.jdbc | Hibernate ORM |