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