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's EntityManager interface or Hibernate ORM's Session. To get access to a Hibernate Search 6 session, use Search.session(Session).
Author:
Emmanuel Bernard
  • Method Details

    • interceptor

      Deprecated.
      Specified by:
      interceptor in interface org.hibernate.SharedSessionBuilder
    • connection

      Deprecated.
      Specified by:
      connection in interface org.hibernate.SharedSessionBuilder
    • connectionReleaseMode

      @Deprecated FullTextSharedSessionBuilder connectionReleaseMode()
      Deprecated.
      Specified by:
      connectionReleaseMode in interface org.hibernate.SharedSessionBuilder
    • autoJoinTransactions

      FullTextSharedSessionBuilder autoJoinTransactions()
      Deprecated.
      Specified by:
      autoJoinTransactions in interface org.hibernate.SharedSessionBuilder
    • autoClose

      Deprecated.
      Specified by:
      autoClose in interface org.hibernate.SharedSessionBuilder
    • flushBeforeCompletion

      @Deprecated FullTextSharedSessionBuilder flushBeforeCompletion()
      Deprecated.
      Specified by:
      flushBeforeCompletion in interface org.hibernate.SharedSessionBuilder
    • transactionContext

      Deprecated.
      Specified by:
      transactionContext in interface org.hibernate.SharedSessionBuilder
    • interceptor

      FullTextSharedSessionBuilder interceptor(org.hibernate.Interceptor interceptor)
      Deprecated.
      Specified by:
      interceptor in interface org.hibernate.SessionBuilder
      Specified by:
      interceptor in interface org.hibernate.SharedSessionBuilder
    • noInterceptor

      Deprecated.
      Specified by:
      noInterceptor in interface org.hibernate.SessionBuilder
      Specified by:
      noInterceptor in interface org.hibernate.SharedSessionBuilder
    • connection

      FullTextSharedSessionBuilder connection(Connection connection)
      Deprecated.
      Specified by:
      connection in interface org.hibernate.SessionBuilder
      Specified by:
      connection in interface org.hibernate.SharedSessionBuilder
    • connectionReleaseMode

      @Deprecated FullTextSharedSessionBuilder connectionReleaseMode(org.hibernate.ConnectionReleaseMode connectionReleaseMode)
      Deprecated.
      Specified by:
      connectionReleaseMode in interface org.hibernate.SessionBuilder
      Specified by:
      connectionReleaseMode in interface org.hibernate.SharedSessionBuilder
    • autoJoinTransactions

      FullTextSharedSessionBuilder autoJoinTransactions(boolean autoJoinTransactions)
      Deprecated.
      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

      @Deprecated FullTextSharedSessionBuilder flushBeforeCompletion(boolean flushBeforeCompletion)
      Deprecated.
      Specified by:
      flushBeforeCompletion in interface org.hibernate.SessionBuilder
      Specified by:
      flushBeforeCompletion in interface org.hibernate.SharedSessionBuilder
    • openSession

      FullTextSession openSession()
      Deprecated.
      Specified by:
      openSession in interface org.hibernate.SessionBuilder
    • tenantIdentifier

      FullTextSharedSessionBuilder tenantIdentifier(String tenantIdentifier)
      Deprecated.
      Specified by:
      tenantIdentifier in interface org.hibernate.SessionBuilder