Uses of Package
org.hibernate.jdbc
-
Packages that use org.hibernate.jdbc Package Description org.hibernate org.hibernate.engine.jdbc.batch.spi Defines contracts for JDBC batching support.org.hibernate.engine.jdbc.spi SPI contracts for supporting various aspects of JDBC interactionorg.hibernate.engine.spi org.hibernate.engine.transaction.spi org.hibernate.jdbc org.hibernate.persister.entity org.hibernate.testing.junit4 -
Classes in org.hibernate.jdbc used by org.hibernate Class Description ReturningWork A discrete piece of work following the lines ofWork
but returning a result.Work Contract for performing a discrete piece of JDBC work. -
Classes in org.hibernate.jdbc used by org.hibernate.engine.jdbc.batch.spi Class Description Expectation Defines an expected DML operation outcome. -
Classes in org.hibernate.jdbc used by org.hibernate.engine.jdbc.spi Class Description WorkExecutorVisitable This interface provides a way to execute unrelated "work" objects using polymorphism. -
Classes in org.hibernate.jdbc used by org.hibernate.engine.spi Class Description ReturningWork A discrete piece of work following the lines ofWork
but returning a result.Work Contract for performing a discrete piece of JDBC work. -
Classes in org.hibernate.jdbc used by org.hibernate.engine.transaction.spi Class Description WorkExecutorVisitable This interface provides a way to execute unrelated "work" objects using polymorphism. -
Classes in org.hibernate.jdbc used by org.hibernate.jdbc Class Description Expectation Defines an expected DML operation outcome.Expectations.BasicExpectation ReturningWork A discrete piece of work following the lines ofWork
but returning a result.TooManyRowsAffectedException Indicates that more rows were affected then we were expecting to be.Work Contract for performing a discrete piece of JDBC work.WorkExecutor A visitor used for executing a discrete piece of work encapsulated in aWork
orReturningWork
instance..WorkExecutorVisitable This interface provides a way to execute unrelated "work" objects using polymorphism. -
Classes in org.hibernate.jdbc used by org.hibernate.persister.entity Class Description Expectation Defines an expected DML operation outcome. -
Classes in org.hibernate.jdbc used by org.hibernate.testing.junit4 Class Description Work Contract for performing a discrete piece of JDBC work.