Package org.hibernate.search
Interface FullTextSharedSessionBuilder
-
- All Superinterfaces:
org.hibernate.SessionBuilder,org.hibernate.SharedSessionBuilder
@Deprecated public interface FullTextSharedSessionBuilder extends org.hibernate.SharedSessionBuilder
Deprecated.Will be removed without replacement, as Hibernate Search sessions (SearchSession) no longer extend JPA'sEntityManagerinterface or Hibernate ORM'sSession. To get access to a Hibernate Search 6 session, useSearch.session(Session).- Author:
- Emmanuel Bernard
-
-
Method Summary
-
-
-
Method Detail
-
interceptor
FullTextSharedSessionBuilder interceptor()
Deprecated.- Specified by:
interceptorin interfaceorg.hibernate.SharedSessionBuilder
-
connection
FullTextSharedSessionBuilder connection()
Deprecated.- Specified by:
connectionin interfaceorg.hibernate.SharedSessionBuilder
-
connectionReleaseMode
@Deprecated FullTextSharedSessionBuilder connectionReleaseMode()
Deprecated.- Specified by:
connectionReleaseModein interfaceorg.hibernate.SharedSessionBuilder
-
autoJoinTransactions
FullTextSharedSessionBuilder autoJoinTransactions()
Deprecated.- Specified by:
autoJoinTransactionsin interfaceorg.hibernate.SharedSessionBuilder
-
autoClose
FullTextSharedSessionBuilder autoClose()
Deprecated.- Specified by:
autoClosein interfaceorg.hibernate.SharedSessionBuilder
-
flushBeforeCompletion
@Deprecated FullTextSharedSessionBuilder flushBeforeCompletion()
Deprecated.- Specified by:
flushBeforeCompletionin interfaceorg.hibernate.SharedSessionBuilder
-
transactionContext
@Deprecated FullTextSharedSessionBuilder transactionContext()
Deprecated.- Specified by:
transactionContextin interfaceorg.hibernate.SharedSessionBuilder
-
interceptor
FullTextSharedSessionBuilder interceptor(org.hibernate.Interceptor interceptor)
Deprecated.- Specified by:
interceptorin interfaceorg.hibernate.SessionBuilder- Specified by:
interceptorin interfaceorg.hibernate.SharedSessionBuilder
-
noInterceptor
FullTextSharedSessionBuilder noInterceptor()
Deprecated.- Specified by:
noInterceptorin interfaceorg.hibernate.SessionBuilder- Specified by:
noInterceptorin interfaceorg.hibernate.SharedSessionBuilder
-
connection
FullTextSharedSessionBuilder connection(Connection connection)
Deprecated.- Specified by:
connectionin interfaceorg.hibernate.SessionBuilder- Specified by:
connectionin interfaceorg.hibernate.SharedSessionBuilder
-
connectionReleaseMode
@Deprecated FullTextSharedSessionBuilder connectionReleaseMode(org.hibernate.ConnectionReleaseMode connectionReleaseMode)
Deprecated.- Specified by:
connectionReleaseModein interfaceorg.hibernate.SessionBuilder- Specified by:
connectionReleaseModein interfaceorg.hibernate.SharedSessionBuilder
-
autoJoinTransactions
FullTextSharedSessionBuilder autoJoinTransactions(boolean autoJoinTransactions)
Deprecated.- Specified by:
autoJoinTransactionsin interfaceorg.hibernate.SessionBuilder- Specified by:
autoJoinTransactionsin interfaceorg.hibernate.SharedSessionBuilder
-
autoClose
@Deprecated FullTextSharedSessionBuilder autoClose(boolean autoClose)
Deprecated.- Specified by:
autoClosein interfaceorg.hibernate.SessionBuilder- Specified by:
autoClosein interfaceorg.hibernate.SharedSessionBuilder
-
flushBeforeCompletion
@Deprecated FullTextSharedSessionBuilder flushBeforeCompletion(boolean flushBeforeCompletion)
Deprecated.- Specified by:
flushBeforeCompletionin interfaceorg.hibernate.SessionBuilder- Specified by:
flushBeforeCompletionin interfaceorg.hibernate.SharedSessionBuilder
-
openSession
FullTextSession openSession()
Deprecated.- Specified by:
openSessionin interfaceorg.hibernate.SessionBuilder
-
tenantIdentifier
FullTextSharedSessionBuilder tenantIdentifier(String tenantIdentifier)
Deprecated.- Specified by:
tenantIdentifierin interfaceorg.hibernate.SessionBuilder
-
-