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.annotations A set of mapping annotations which extend the O/R mapping annotations defined by JPA.org.hibernate.dialect.temptable Support for temporary tables.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.mutation.group org.hibernate.engine.jdbc.mutation.internal 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.generator.values Contains a framework of strategies for efficient retrieval of database-generated values.org.hibernate.id.insert Contains a framework of strategies for retrieving database-generated ids.org.hibernate.internal An internal package containing implementations of central Hibernate APIs, mostly defined inorg.hibernate
.org.hibernate.jdbc A small API allowing the client of a Hibernate session to interact directly with JDBC, using the same connection and transaction obtained by the session.org.hibernate.mapping This package defines the Hibernate configuration-time mapping model.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.backend.jdbc.internal An implementation ofTransactionCoordinator
based onJdbcResourceTransaction
.org.hibernate.resource.transaction.backend.jta.internal Implementations ofTransactionCoordinator
based on JTA.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.internal org.hibernate.sql.model.jdbc Extensions toJdbcOperation
for model mutations.org.hibernate.testing.junit4 -
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.annotations Class Description Expectation Defines an expected DML operation outcome. -
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.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.mutation.group Class Description Expectation Defines an expected DML operation outcome. -
Classes in org.hibernate.jdbc used by org.hibernate.engine.jdbc.mutation.internal 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 Expectation Defines an expected DML operation outcome.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.generator.values Class Description Expectation Defines an expected DML operation outcome. -
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.internal 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.jdbc Class Description Expectation Defines an expected DML operation outcome.Expectation.OutParameter Essentially identical toExpectation.RowCount
except that the row count is obtained via an output parameter of astored procedure
.Expectation.RowCount Row count checking.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.mapping Class Description Expectation Defines an expected DML operation outcome. -
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.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.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.internal 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. -
Classes in org.hibernate.jdbc used by org.hibernate.testing.junit4 Class Description Work A discrete piece of work making use of a JDBC connection.