Uses of Interface
org.hibernate.jdbc.WorkExecutorVisitable
-
Packages that use WorkExecutorVisitable Package Description org.hibernate.dialect.temptable 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.transaction.spi org.hibernate.jdbc Abstracts certain very specific aspects of the low-level interaction between Hibernate and JDBC.org.hibernate.resource.transaction.backend.jdbc.internal org.hibernate.resource.transaction.backend.jta.internal -
-
Uses of WorkExecutorVisitable in org.hibernate.dialect.temptable
Classes in org.hibernate.dialect.temptable that implement WorkExecutorVisitable Modifier and Type Class Description static class
TemporaryTableHelper.TemporaryTableCreationWork
static class
TemporaryTableHelper.TemporaryTableDropWork
-
Uses of WorkExecutorVisitable in org.hibernate.engine.jdbc.internal
Methods in org.hibernate.engine.jdbc.internal with parameters of type WorkExecutorVisitable Modifier and Type Method Description <T> T
JdbcCoordinatorImpl. coordinateWork(WorkExecutorVisitable<T> work)
-
Uses of WorkExecutorVisitable in org.hibernate.engine.jdbc.spi
Methods in org.hibernate.engine.jdbc.spi with parameters of type WorkExecutorVisitable Modifier and Type Method Description <T> T
JdbcCoordinator. coordinateWork(WorkExecutorVisitable<T> work)
Perform the requested work handling exceptions, coordinating and handling return processing. -
Uses of WorkExecutorVisitable in org.hibernate.engine.transaction.spi
Methods in org.hibernate.engine.transaction.spi with parameters of type WorkExecutorVisitable Modifier and Type Method Description <T> T
IsolationDelegate. delegateWork(WorkExecutorVisitable<T> work, boolean transacted)
Perform the given work in isolation from current transaction. -
Uses of WorkExecutorVisitable in org.hibernate.jdbc
Classes in org.hibernate.jdbc that implement WorkExecutorVisitable Modifier and Type Class Description class
AbstractReturningWork<T>
An abstract implementation ofReturningWork
that accepts aWorkExecutor
visitor for executing a discrete piece of work and returning a result.class
AbstractWork
An abstract implementation ofWork
that accepts aWorkExecutor
visitor for executing a discrete piece of work. -
Uses of WorkExecutorVisitable in org.hibernate.resource.transaction.backend.jdbc.internal
Methods in org.hibernate.resource.transaction.backend.jdbc.internal with parameters of type WorkExecutorVisitable Modifier and Type Method Description <T> T
JdbcIsolationDelegate. delegateWork(WorkExecutorVisitable<T> work, boolean transacted)
-
Uses of WorkExecutorVisitable in org.hibernate.resource.transaction.backend.jta.internal
Methods in org.hibernate.resource.transaction.backend.jta.internal with parameters of type WorkExecutorVisitable Modifier and Type Method Description <T> T
JtaIsolationDelegate. delegateWork(WorkExecutorVisitable<T> work, boolean transacted)
-