Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.hibernate.jdbc Classes and Interfaces - 14 results found.
NameDescriptionTypePackageFramework
AbstractReturningWorkAn abstract implementation of ReturningWork that accepts a WorkExecutor visitor for executing a discrete piece of work and returning a result.Classorg.hibernate.jdbcHibernate ORM
AbstractWorkAn abstract implementation of Work that accepts a WorkExecutor visitor for executing a discrete piece of work.Classorg.hibernate.jdbcHibernate ORM
BatchedTooManyRowsAffectedExceptionMuch like TooManyRowsAffectedException, indicates that more rows than what we were expcecting were affected.Classorg.hibernate.jdbcHibernate ORM
BatchFailedExceptionIndicates a failed batch entry (-3 return).Classorg.hibernate.jdbcHibernate ORM
ExpectationDefines an expected DML operation outcome.Interfaceorg.hibernate.jdbcHibernate ORM
ExpectationsHolds various often used Expectations.Classorg.hibernate.jdbcHibernate ORM
Expectations .BasicExpectationprotected Expectations.Classorg.hibernate.jdbc.ExpectationsHibernate ORM
Expectations .BasicParamExpectationprotected Expectations.Classorg.hibernate.jdbc.ExpectationsHibernate ORM
JDBCExceptionWraps an SQLException.Classorg.hibernateHibernate ORM
ReturningWorkA discrete piece of work following the lines of Work but returning a result.Interfaceorg.hibernate.jdbcHibernate ORM
TooManyRowsAffectedExceptionIndicates that more rows were affected then we were expecting to be.Classorg.hibernate.jdbcHibernate ORM
WorkContract for performing a discrete piece of JDBC work.Interfaceorg.hibernate.jdbcHibernate ORM
WorkExecutorA visitor used for executing a discrete piece of work encapsulated in a Work or ReturningWork instance.Classorg.hibernate.jdbcHibernate ORM
WorkExecutorVisitableThis interface provides a way to execute unrelated work objects using Instances of this interface can accept a WorkExecutor visitorInterfaceorg.hibernate.jdbcHibernate ORM