Uses of Interface
org.hibernate.jdbc.WorkExecutorVisitable
-
Packages that use WorkExecutorVisitable Package Description org.hibernate.dialect.temptable Support for temporary tables.org.hibernate.engine.jdbc.internal Internals for supporting various aspects of JDBC interactionorg.hibernate.engine.jdbc.spi SPI contracts supporting various aspects of JDBC interaction.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.resource.transaction.backend.jdbc.internal An implementation ofTransactionCoordinatorbased onJdbcResourceTransaction.org.hibernate.resource.transaction.backend.jta.internal Implementations ofTransactionCoordinatorbased on JTA.org.hibernate.resource.transaction.spi 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 WorkExecutorVisitable Modifier and Type Class Description static classTemporaryTableHelper.TemporaryTableCreationWorkstatic classTemporaryTableHelper.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> TJdbcCoordinatorImpl. 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> TJdbcCoordinator. 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 WorkExecutorVisitable Modifier and Type Class Description classAbstractReturningWork<T>An abstract implementation ofReturningWorkthat accepts aWorkExecutorvisitor for executing a discrete piece of work and returning a result.classAbstractWorkAn abstract implementation ofWorkthat accepts aWorkExecutorvisitor 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> TJdbcIsolationDelegate. 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> TJtaIsolationDelegate. delegateWork(WorkExecutorVisitable<T> work, boolean transacted) -
Uses of WorkExecutorVisitable in org.hibernate.resource.transaction.spi
Methods in org.hibernate.resource.transaction.spi with parameters of type WorkExecutorVisitable Modifier and Type Method Description <T> TIsolationDelegate. delegateWork(WorkExecutorVisitable<T> work, boolean transacted)Perform the given work in isolation from current transaction.
-