Uses of Interface
org.hibernate.jdbc.WorkExecutorVisitable
Packages that use WorkExecutorVisitable
Package
Description
Support for temporary tables.
SPI contracts supporting various aspects of JDBC interaction.
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.
Extended SPI contracts for the resource-level transaction capabilities of Hibernate.
-
Uses of WorkExecutorVisitable in org.hibernate.dialect.temptable
Classes in org.hibernate.dialect.temptable that implement WorkExecutorVisitableModifier and TypeClassDescriptionstatic class
static class
-
Uses of WorkExecutorVisitable in org.hibernate.engine.jdbc.spi
Methods in org.hibernate.engine.jdbc.spi with parameters of type WorkExecutorVisitableModifier and TypeMethodDescription<T> T
JdbcCoordinator.coordinateWork
(WorkExecutorVisitable<T> work) Perform the requested work handling exceptions, coordinating and handling return processing. -
Uses of WorkExecutorVisitable in org.hibernate.jdbc
Classes in org.hibernate.jdbc that implement WorkExecutorVisitableModifier and TypeClassDescriptionclass
An abstract implementation ofReturningWork
that accepts aWorkExecutor
visitor for executing a discrete piece of work and returning a result.class
An abstract implementation ofWork
that accepts aWorkExecutor
visitor for executing a discrete piece of work. -
Uses of WorkExecutorVisitable in org.hibernate.resource.transaction.spi
Methods in org.hibernate.resource.transaction.spi with parameters of type WorkExecutorVisitableModifier and TypeMethodDescription<T> T
IsolationDelegate.delegateWork
(WorkExecutorVisitable<T> work, boolean transacted) Perform the given work in isolation from current transaction.