Uses of Package
org.hibernate.jdbc
-
Packages that use org.hibernate.jdbc Package Description org.hibernate This package defines the central Hibernate APIs, beginning withSessionFactory
, which represents an instance of Hibernate at runtime and is the source of new instances ofSession
andStatelessSession
, the most important APIs exposing persistence-related operations for entities.org.hibernate.dialect.temptable Support for temporary tables.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 supporting various aspects of JDBC interaction.org.hibernate.engine.spi This package defines some central internal SPI abstractions used throughout the implementation of Hibernate.org.hibernate.id.insert Contains a framework of strategies for retrieving database-generated ids.org.hibernate.jdbc Defines the notion of a unit of JDBC work that may be executed by the session at the request of the client.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 events.org.hibernate.resource.transaction.spi Extended SPI contracts for the resource-level transaction capabilities of Hibernate.org.hibernate.sql.model Package contains specialized SQL AST nodes and builders for table mutations of model parts originating from normal persistence-context events.org.hibernate.sql.model.ast SQL AST extensions for model mutations.org.hibernate.sql.model.jdbc Extensions toJdbcOperation
for model mutations. -
Classes in org.hibernate.jdbc used by org.hibernate Class Description ReturningWork A discrete piece of work making use of a JDBC connection and returning a result.Work A discrete piece of work making use of a JDBC connection. -
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 A discrete piece of work making use of a JDBC connection.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 making use of a JDBC connection and returning a result.Work A discrete piece of work making use of a JDBC connection. -
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 making use of a JDBC connection and returning a result.TooManyRowsAffectedException Indicates that more rows were affected then we were expecting to be.Work A discrete piece of work making use of a JDBC connection.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.persister.entity.mutation Class Description Expectation Defines an expected DML operation outcome. -
Classes in org.hibernate.jdbc used by org.hibernate.resource.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.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.