org.hibernate.search.impl
Class FullTextSharedSessionBuilderDelegator
java.lang.Object
org.hibernate.search.impl.FullTextSharedSessionBuilderDelegator
- All Implemented Interfaces:
- FullTextSharedSessionBuilder, org.hibernate.SessionBuilder, org.hibernate.SharedSessionBuilder
public class FullTextSharedSessionBuilderDelegator
- extends Object
- implements FullTextSharedSessionBuilder
- Author:
- Emmanuel Bernard
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FullTextSharedSessionBuilderDelegator
public FullTextSharedSessionBuilderDelegator(org.hibernate.SharedSessionBuilder builder)
interceptor
public FullTextSharedSessionBuilder interceptor()
- Specified by:
interceptor in interface FullTextSharedSessionBuilder- Specified by:
interceptor in interface org.hibernate.SharedSessionBuilder
connection
public FullTextSharedSessionBuilder connection()
- Specified by:
connection in interface FullTextSharedSessionBuilder- Specified by:
connection in interface org.hibernate.SharedSessionBuilder
connectionReleaseMode
public FullTextSharedSessionBuilder connectionReleaseMode()
- Specified by:
connectionReleaseMode in interface FullTextSharedSessionBuilder- Specified by:
connectionReleaseMode in interface org.hibernate.SharedSessionBuilder
autoJoinTransactions
public FullTextSharedSessionBuilder autoJoinTransactions()
- Specified by:
autoJoinTransactions in interface FullTextSharedSessionBuilder- Specified by:
autoJoinTransactions in interface org.hibernate.SharedSessionBuilder
autoClose
public FullTextSharedSessionBuilder autoClose()
- Specified by:
autoClose in interface FullTextSharedSessionBuilder- Specified by:
autoClose in interface org.hibernate.SharedSessionBuilder
flushBeforeCompletion
public FullTextSharedSessionBuilder flushBeforeCompletion()
- Specified by:
flushBeforeCompletion in interface FullTextSharedSessionBuilder- Specified by:
flushBeforeCompletion in interface org.hibernate.SharedSessionBuilder
transactionContext
public FullTextSharedSessionBuilder transactionContext()
- Specified by:
transactionContext in interface FullTextSharedSessionBuilder- Specified by:
transactionContext in interface org.hibernate.SharedSessionBuilder
interceptor
public FullTextSharedSessionBuilder interceptor(org.hibernate.Interceptor interceptor)
- Specified by:
interceptor in interface FullTextSharedSessionBuilder- Specified by:
interceptor in interface org.hibernate.SessionBuilder- Specified by:
interceptor in interface org.hibernate.SharedSessionBuilder
noInterceptor
public FullTextSharedSessionBuilder noInterceptor()
- Specified by:
noInterceptor in interface FullTextSharedSessionBuilder- Specified by:
noInterceptor in interface org.hibernate.SessionBuilder- Specified by:
noInterceptor in interface org.hibernate.SharedSessionBuilder
connection
public FullTextSharedSessionBuilder connection(Connection connection)
- Specified by:
connection in interface FullTextSharedSessionBuilder- Specified by:
connection in interface org.hibernate.SessionBuilder- Specified by:
connection in interface org.hibernate.SharedSessionBuilder
connectionReleaseMode
public FullTextSharedSessionBuilder connectionReleaseMode(org.hibernate.ConnectionReleaseMode connectionReleaseMode)
- Specified by:
connectionReleaseMode in interface FullTextSharedSessionBuilder- Specified by:
connectionReleaseMode in interface org.hibernate.SessionBuilder- Specified by:
connectionReleaseMode in interface org.hibernate.SharedSessionBuilder
autoJoinTransactions
public FullTextSharedSessionBuilder autoJoinTransactions(boolean autoJoinTransactions)
- Specified by:
autoJoinTransactions in interface FullTextSharedSessionBuilder- Specified by:
autoJoinTransactions in interface org.hibernate.SessionBuilder- Specified by:
autoJoinTransactions in interface org.hibernate.SharedSessionBuilder
autoClose
public FullTextSharedSessionBuilder autoClose(boolean autoClose)
- Specified by:
autoClose in interface FullTextSharedSessionBuilder- Specified by:
autoClose in interface org.hibernate.SessionBuilder- Specified by:
autoClose in interface org.hibernate.SharedSessionBuilder
flushBeforeCompletion
public FullTextSharedSessionBuilder flushBeforeCompletion(boolean flushBeforeCompletion)
- Specified by:
flushBeforeCompletion in interface FullTextSharedSessionBuilder- Specified by:
flushBeforeCompletion in interface org.hibernate.SessionBuilder- Specified by:
flushBeforeCompletion in interface org.hibernate.SharedSessionBuilder
openSession
public FullTextSession openSession()
- Specified by:
openSession in interface FullTextSharedSessionBuilder- Specified by:
openSession in interface org.hibernate.SessionBuilder
tenantIdentifier
public FullTextSharedSessionBuilder tenantIdentifier(String tenantIdentifier)
- Specified by:
tenantIdentifier in interface FullTextSharedSessionBuilder- Specified by:
tenantIdentifier in interface org.hibernate.SessionBuilder
Copyright © 2006–2013 Hibernate. All rights reserved.