Uses of Package
org.hibernate.jdbc
-
Packages that use org.hibernate.jdbc Package Description org.hibernate org.hibernate.dialect.temptable 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.engine.jdbc.internal Internals for supporting various aspects of JDBC interactionorg.hibernate.engine.jdbc.spi SPI contracts for supporting various aspects of JDBC interactionorg.hibernate.engine.spi org.hibernate.engine.transaction.spi org.hibernate.internal org.hibernate.jdbc org.hibernate.persister.entity org.hibernate.resource.transaction.backend.jdbc.internal org.hibernate.resource.transaction.backend.jta.internal 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.dialect.temptable Class Description AbstractWork An abstract implementation ofWork
that accepts aWorkExecutor
visitor for executing a discrete piece of work.Work Contract for performing a discrete piece of JDBC work.WorkExecutorVisitable This interface provides a way to execute unrelated "work" objects using polymorphism. -
Classes in org.hibernate.jdbc used by org.hibernate.engine.jdbc.batch.internal Class Description Expectation Defines an expected DML operation outcome. -
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.internal 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.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.internal 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.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.resource.transaction.backend.jdbc.internal Class Description WorkExecutorVisitable This interface provides a way to execute unrelated "work" objects using polymorphism. -
Classes in org.hibernate.jdbc used by org.hibernate.resource.transaction.backend.jta.internal Class Description WorkExecutorVisitable This interface provides a way to execute unrelated "work" objects using polymorphism. -
Classes in org.hibernate.jdbc used by org.hibernate.testing.junit4 Class Description Work Contract for performing a discrete piece of JDBC work.