Uses of Interface
org.hibernate.SharedSessionBuilder

Packages that use SharedSessionBuilder
org.hibernate This package defines the central Hibernate APIs. 
org.hibernate.internal An internal package containing mostly implementations of central Hibernate APIs. 
 

Uses of SharedSessionBuilder in org.hibernate
 

Methods in org.hibernate that return SharedSessionBuilder
 SharedSessionBuilder SharedSessionBuilder.autoClose()
          Deprecated. For same reasons as SessionBuilder.autoClose(boolean) was deprecated. However, shared session builders can use autoClose(boolean) since they do not "inherit" the owner.
 SharedSessionBuilder SharedSessionBuilder.autoClose(boolean autoClose)
           
 SharedSessionBuilder SharedSessionBuilder.autoJoinTransactions()
          Signifies that the autoJoinTransaction flag from the original session should be used to create the new session
 SharedSessionBuilder SharedSessionBuilder.autoJoinTransactions(boolean autoJoinTransactions)
           
 SharedSessionBuilder SharedSessionBuilder.connection()
          Signifies that the connection from the original session should be used to create the new session
 SharedSessionBuilder SharedSessionBuilder.connection(Connection connection)
           
 SharedSessionBuilder SharedSessionBuilder.connectionReleaseMode()
          Signifies that the connection release mode from the original session should be used to create the new session
 SharedSessionBuilder SharedSessionBuilder.connectionReleaseMode(ConnectionReleaseMode connectionReleaseMode)
           
 SharedSessionBuilder SharedSessionBuilder.flushBeforeCompletion()
          Signifies that the flushBeforeCompletion flag from the original session should be used to create the new session
 SharedSessionBuilder SharedSessionBuilder.flushBeforeCompletion(boolean flushBeforeCompletion)
           
 SharedSessionBuilder SharedSessionBuilder.interceptor()
          Signifies the interceptor from the original session should be used to create the new session
 SharedSessionBuilder SharedSessionBuilder.interceptor(Interceptor interceptor)
           
 SharedSessionBuilder SharedSessionBuilder.noInterceptor()
           
 SharedSessionBuilder Session.sessionWithOptions()
          Obtain a Session builder with the ability to grab certain information from this session.
 SharedSessionBuilder SharedSessionBuilder.transactionContext()
          Signifies that the transaction context from the original session should be used to create the new session
 

Uses of SharedSessionBuilder in org.hibernate.internal
 

Methods in org.hibernate.internal that return SharedSessionBuilder
 SharedSessionBuilder SessionImpl.sessionWithOptions()
           
 



Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.