Uses of Package
org.hibernate.jdbc
-
Packages that use org.hibernate.jdbc Package Description org.hibernate This package defines the central Hibernate APIs, beginning withSessionandSessionFactory.org.hibernate.dialect.temptable org.hibernate.engine.jdbc.batch.spi Defines contracts for JDBC batching support.org.hibernate.engine.jdbc.mutation.group org.hibernate.engine.jdbc.spi SPI contracts for supporting various aspects of JDBC interactionorg.hibernate.engine.spi org.hibernate.engine.transaction.spi org.hibernate.id.insert org.hibernate.jdbc Abstracts certain very specific aspects of the low-level interaction between Hibernate and JDBC.org.hibernate.persister.entity This package abstracts persistence mechanisms for entities.org.hibernate.persister.entity.mutation Defines support for performing mutation operations originating from persistence-context eventsorg.hibernate.sql.model Package contains specialized SQL AST nodes and builders for table mutations for model parts originating from normal persistence-context events related to flush, etc.org.hibernate.sql.model.ast SQL AST extensions for model mutationsorg.hibernate.sql.model.jdbc Extensions toJdbcOperationfor model mutations -
Classes in org.hibernate.jdbc used by org.hibernate Class Description ReturningWork A discrete piece of work following the lines ofWorkbut 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 ofWorkthat accepts aWorkExecutorvisitor 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.spi Class Description Expectation Defines an expected DML operation outcome. -
Classes in org.hibernate.jdbc used by org.hibernate.engine.jdbc.mutation.group 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 ofWorkbut 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.id.insert Class Description Expectation Defines an expected DML operation outcome. -
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 ofWorkbut 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 aWorkorReturningWorkinstance..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.persister.entity.mutation Class Description Expectation Defines an expected DML operation outcome. -
Classes in org.hibernate.jdbc used by org.hibernate.sql.model Class Description Expectation Defines an expected DML operation outcome. -
Classes in org.hibernate.jdbc used by org.hibernate.sql.model.ast Class Description Expectation Defines an expected DML operation outcome. -
Classes in org.hibernate.jdbc used by org.hibernate.sql.model.jdbc Class Description Expectation Defines an expected DML operation outcome.