org.hibernate.search.batchindexing.impl
Class BatchTransactionalContext

java.lang.Object
  extended by org.hibernate.search.batchindexing.impl.BatchTransactionalContext

public class BatchTransactionalContext
extends Object

Valueholder for the services needed by the massindexer to wrap operations in transactions.

Since:
4.4
Author:
Sanne Grinovero
See Also:
OptionallyWrapInJTATransaction

Constructor Summary
BatchTransactionalContext(org.hibernate.engine.spi.SessionFactoryImplementor sessionFactory, ErrorHandler errorHandler)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BatchTransactionalContext

public BatchTransactionalContext(org.hibernate.engine.spi.SessionFactoryImplementor sessionFactory,
                                 ErrorHandler errorHandler)


Copyright © 2006–2013 Hibernate. All rights reserved.