Package org.hibernate.search
Interface FullTextSharedSessionBuilder
- All Superinterfaces:
org.hibernate.SessionBuilder,org.hibernate.SharedSessionBuilder
@Deprecated
public interface FullTextSharedSessionBuilder
extends org.hibernate.SharedSessionBuilder
Deprecated.
- Author:
- Emmanuel Bernard
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.autoClose(boolean autoClose) Deprecated.Deprecated.autoJoinTransactions(boolean autoJoinTransactions) Deprecated.Deprecated.connection(Connection connection) Deprecated.Deprecated.connectionReleaseMode(org.hibernate.ConnectionReleaseMode connectionReleaseMode) Deprecated.Deprecated.flushBeforeCompletion(boolean flushBeforeCompletion) Deprecated.Deprecated.interceptor(org.hibernate.Interceptor interceptor) Deprecated.Deprecated.Deprecated.tenantIdentifier(String tenantIdentifier) Deprecated.Deprecated.Methods inherited from interface org.hibernate.SessionBuilder
autoClear, clearEventListeners, connectionHandlingMode, eventListeners, flushMode, jdbcTimeZone, setQueryParameterValidation, statementInspectorMethods inherited from interface org.hibernate.SharedSessionBuilder
connectionHandlingMode, flushMode
-
Method Details
-
interceptor
FullTextSharedSessionBuilder interceptor()Deprecated.- Specified by:
interceptorin interfaceorg.hibernate.SharedSessionBuilder
-
connection
FullTextSharedSessionBuilder connection()Deprecated.- Specified by:
connectionin interfaceorg.hibernate.SharedSessionBuilder
-
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.- Specified by:
flushBeforeCompletionin interfaceorg.hibernate.SharedSessionBuilder
-
transactionContext
Deprecated.- Specified by:
transactionContextin interfaceorg.hibernate.SharedSessionBuilder
-
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
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
Deprecated.- Specified by:
autoJoinTransactionsin interfaceorg.hibernate.SessionBuilder- Specified by:
autoJoinTransactionsin interfaceorg.hibernate.SharedSessionBuilder
-
autoClose
Deprecated.- Specified by:
autoClosein interfaceorg.hibernate.SessionBuilder- Specified by:
autoClosein interfaceorg.hibernate.SharedSessionBuilder
-
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
Deprecated.- Specified by:
tenantIdentifierin interfaceorg.hibernate.SessionBuilder
-
SearchSession) no longer extend JPA'sEntityManagerinterface or Hibernate ORM'sSession. To get access to a Hibernate Search 6 session, useSearch.session(Session).