Uses of Interface
org.hibernate.SessionBuilder

Packages that use SessionBuilder
org.hibernate This package defines the central Hibernate APIs. 
org.hibernate.context.spi   
org.hibernate.internal An internal package containing mostly implementations of central Hibernate APIs. 
org.hibernate.jmx This package exposes a Hibernate instance via JMX. 
 

Uses of SessionBuilder in org.hibernate
 

Subinterfaces of SessionBuilder in org.hibernate
 interface SharedSessionBuilder
          Specialized SessionBuilder with access to stuff from another session
 

Methods in org.hibernate that return SessionBuilder
 SessionBuilder SessionBuilder.autoClose(boolean autoClose)
          Should the session be automatically closed after transaction completion
 SessionBuilder SessionBuilder.autoJoinTransactions(boolean autoJoinTransactions)
          Should the session built automatically join in any ongoing JTA transactions
 SessionBuilder SessionBuilder.connection(Connection connection)
          Adds a specific connection to the session options
 SessionBuilder SessionBuilder.connectionReleaseMode(ConnectionReleaseMode connectionReleaseMode)
          Use a specific connection release mode for these session options
 SessionBuilder SessionBuilder.flushBeforeCompletion(boolean flushBeforeCompletion)
          Should the session be automatically flushed during the "before completion" phase of transaction handling.
 SessionBuilder SessionBuilder.interceptor(Interceptor interceptor)
          Adds a specific interceptor to the session options
 SessionBuilder SessionBuilder.noInterceptor()
          Signifies that no Interceptor should be used.
 SessionBuilder SessionBuilder.tenantIdentifier(String tenantIdentifier)
          Define the tenant identifier to be associated with the opened session.
 SessionBuilder SessionFactory.withOptions()
          Obtain a Session builder.
 

Uses of SessionBuilder in org.hibernate.context.spi
 

Methods in org.hibernate.context.spi that return SessionBuilder
protected  SessionBuilder AbstractCurrentSessionContext.baseSessionBuilder()
           
 

Uses of SessionBuilder in org.hibernate.internal
 

Methods in org.hibernate.internal that return SessionBuilder
 SessionBuilder SessionFactoryImpl.withOptions()
           
 

Uses of SessionBuilder in org.hibernate.jmx
 

Methods in org.hibernate.jmx that return SessionBuilder
 SessionBuilder SessionFactoryStub.withOptions()
          Deprecated.  
 



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