public class FullTextSharedSessionBuilderDelegator extends Object implements FullTextSharedSessionBuilder
Constructor and Description |
---|
FullTextSharedSessionBuilderDelegator(org.hibernate.SharedSessionBuilder builder) |
public FullTextSharedSessionBuilderDelegator(org.hibernate.SharedSessionBuilder builder)
public FullTextSharedSessionBuilder interceptor()
interceptor
in interface FullTextSharedSessionBuilder
interceptor
in interface org.hibernate.SharedSessionBuilder
public FullTextSharedSessionBuilder connection()
connection
in interface FullTextSharedSessionBuilder
connection
in interface org.hibernate.SharedSessionBuilder
public FullTextSharedSessionBuilder connectionReleaseMode()
connectionReleaseMode
in interface FullTextSharedSessionBuilder
connectionReleaseMode
in interface org.hibernate.SharedSessionBuilder
public FullTextSharedSessionBuilder autoJoinTransactions()
autoJoinTransactions
in interface FullTextSharedSessionBuilder
autoJoinTransactions
in interface org.hibernate.SharedSessionBuilder
public FullTextSharedSessionBuilder autoClose()
autoClose
in interface FullTextSharedSessionBuilder
autoClose
in interface org.hibernate.SharedSessionBuilder
public FullTextSharedSessionBuilder flushBeforeCompletion()
flushBeforeCompletion
in interface FullTextSharedSessionBuilder
flushBeforeCompletion
in interface org.hibernate.SharedSessionBuilder
public FullTextSharedSessionBuilder transactionContext()
transactionContext
in interface FullTextSharedSessionBuilder
transactionContext
in interface org.hibernate.SharedSessionBuilder
public FullTextSharedSessionBuilder interceptor(org.hibernate.Interceptor interceptor)
interceptor
in interface FullTextSharedSessionBuilder
interceptor
in interface org.hibernate.SessionBuilder
interceptor
in interface org.hibernate.SharedSessionBuilder
public FullTextSharedSessionBuilder noInterceptor()
noInterceptor
in interface FullTextSharedSessionBuilder
noInterceptor
in interface org.hibernate.SessionBuilder
noInterceptor
in interface org.hibernate.SharedSessionBuilder
public FullTextSharedSessionBuilder connection(Connection connection)
connection
in interface FullTextSharedSessionBuilder
connection
in interface org.hibernate.SessionBuilder
connection
in interface org.hibernate.SharedSessionBuilder
public FullTextSharedSessionBuilder connectionReleaseMode(org.hibernate.ConnectionReleaseMode connectionReleaseMode)
connectionReleaseMode
in interface FullTextSharedSessionBuilder
connectionReleaseMode
in interface org.hibernate.SessionBuilder
connectionReleaseMode
in interface org.hibernate.SharedSessionBuilder
public FullTextSharedSessionBuilder autoJoinTransactions(boolean autoJoinTransactions)
autoJoinTransactions
in interface FullTextSharedSessionBuilder
autoJoinTransactions
in interface org.hibernate.SessionBuilder
autoJoinTransactions
in interface org.hibernate.SharedSessionBuilder
public FullTextSharedSessionBuilder autoClose(boolean autoClose)
autoClose
in interface FullTextSharedSessionBuilder
autoClose
in interface org.hibernate.SessionBuilder
autoClose
in interface org.hibernate.SharedSessionBuilder
public FullTextSharedSessionBuilder flushBeforeCompletion(boolean flushBeforeCompletion)
flushBeforeCompletion
in interface FullTextSharedSessionBuilder
flushBeforeCompletion
in interface org.hibernate.SessionBuilder
flushBeforeCompletion
in interface org.hibernate.SharedSessionBuilder
public FullTextSession openSession()
openSession
in interface FullTextSharedSessionBuilder
openSession
in interface org.hibernate.SessionBuilder
public FullTextSharedSessionBuilder tenantIdentifier(String tenantIdentifier)
tenantIdentifier
in interface FullTextSharedSessionBuilder
tenantIdentifier
in interface org.hibernate.SessionBuilder
public FullTextSharedSessionBuilder clearEventListeners()
clearEventListeners
in interface org.hibernate.SessionBuilder
public FullTextSharedSessionBuilder eventListeners(org.hibernate.SessionEventListener... listeners)
eventListeners
in interface org.hibernate.SessionBuilder
Copyright © 2006–2015 Hibernate. All rights reserved.