org.hibernate.search
Interface FullTextSharedSessionBuilder
- All Superinterfaces:
- SessionBuilder, SharedSessionBuilder
- All Known Implementing Classes:
- FullTextSharedSessionBuilderDelegator
public interface FullTextSharedSessionBuilder
- extends SharedSessionBuilder
- Author:
- Emmanuel Bernard
interceptor
FullTextSharedSessionBuilder interceptor()
- Specified by:
interceptor in interface SharedSessionBuilder
connection
FullTextSharedSessionBuilder connection()
- Specified by:
connection in interface SharedSessionBuilder
connectionReleaseMode
FullTextSharedSessionBuilder connectionReleaseMode()
- Specified by:
connectionReleaseMode in interface SharedSessionBuilder
autoJoinTransactions
FullTextSharedSessionBuilder autoJoinTransactions()
- Specified by:
autoJoinTransactions in interface SharedSessionBuilder
autoClose
FullTextSharedSessionBuilder autoClose()
- Specified by:
autoClose in interface SharedSessionBuilder
flushBeforeCompletion
FullTextSharedSessionBuilder flushBeforeCompletion()
- Specified by:
flushBeforeCompletion in interface SharedSessionBuilder
transactionContext
FullTextSharedSessionBuilder transactionContext()
- Specified by:
transactionContext in interface SharedSessionBuilder
interceptor
FullTextSharedSessionBuilder interceptor(Interceptor interceptor)
- Specified by:
interceptor in interface SessionBuilder- Specified by:
interceptor in interface SharedSessionBuilder
noInterceptor
FullTextSharedSessionBuilder noInterceptor()
- Specified by:
noInterceptor in interface SessionBuilder- Specified by:
noInterceptor in interface SharedSessionBuilder
connection
FullTextSharedSessionBuilder connection(Connection connection)
- Specified by:
connection in interface SessionBuilder- Specified by:
connection in interface SharedSessionBuilder
connectionReleaseMode
FullTextSharedSessionBuilder connectionReleaseMode(ConnectionReleaseMode connectionReleaseMode)
- Specified by:
connectionReleaseMode in interface SessionBuilder- Specified by:
connectionReleaseMode in interface SharedSessionBuilder
autoJoinTransactions
FullTextSharedSessionBuilder autoJoinTransactions(boolean autoJoinTransactions)
- Specified by:
autoJoinTransactions in interface SessionBuilder- Specified by:
autoJoinTransactions in interface SharedSessionBuilder
autoClose
FullTextSharedSessionBuilder autoClose(boolean autoClose)
- Specified by:
autoClose in interface SessionBuilder- Specified by:
autoClose in interface SharedSessionBuilder
flushBeforeCompletion
FullTextSharedSessionBuilder flushBeforeCompletion(boolean flushBeforeCompletion)
- Specified by:
flushBeforeCompletion in interface SessionBuilder- Specified by:
flushBeforeCompletion in interface SharedSessionBuilder
openSession
FullTextSession openSession()
- Specified by:
openSession in interface SessionBuilder
tenantIdentifier
FullTextSharedSessionBuilder tenantIdentifier(String tenantIdentifier)
- Specified by:
tenantIdentifier in interface SessionBuilder
Copyright © 2006-2012 Red Hat Middleware, LLC. All Rights Reserved