public class OptionallyWrapInJTATransaction extends Object
Runnable
in a JTA Transaction if necessary:
SessionFactoryImplementor
.Modifier and Type | Field and Description |
---|---|
protected org.hibernate.search.engine.integration.impl.ExtendedSearchIntegrator |
extendedIntegrator |
Constructor and Description |
---|
OptionallyWrapInJTATransaction(BatchTransactionalContext batchContext,
StatelessSessionAwareRunnable statelessSessionAwareRunnable,
Integer transactionTimeout,
String tenantId) |
Modifier and Type | Method and Description |
---|---|
protected void |
cleanUpOnError() |
void |
run() |
void |
runWithErrorHandler() |
protected final org.hibernate.search.engine.integration.impl.ExtendedSearchIntegrator extendedIntegrator
public OptionallyWrapInJTATransaction(BatchTransactionalContext batchContext, StatelessSessionAwareRunnable statelessSessionAwareRunnable, Integer transactionTimeout, String tenantId)
Copyright © 2019 JBoss by Red Hat. All rights reserved.