| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SessionBuilder | |
|---|---|
| org.hibernate | This package defines the central Hibernate APIs. | 
| org.hibernate.internal | An internal package containing mostly implementations of central Hibernate APIs of the org.hibernatepackage. | 
| org.hibernate.jmx | This package exposes a Hibernate instance via JMX. | 
| Uses of SessionBuilder in org.hibernate | 
|---|
| Subinterfaces of SessionBuilder in org.hibernate | |
|---|---|
|  interface | SharedSessionBuilderSpecialized SessionBuilderwith 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 Interceptorshould be used. | 
|  SessionBuilder | SessionBuilder.tenantIdentifier(String tenantIdentifier)Define the tenant identifier to be associated with the opened session. | 
|  SessionBuilder | SessionFactory.withOptions()Obtain a Sessionbuilder. | 
| 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. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||