| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 of the org.hibernatepackage. | 
| Uses of SharedSessionBuilder in org.hibernate | 
|---|
| Methods in org.hibernate that return SharedSessionBuilder | |
|---|---|
|  SharedSessionBuilder | SharedSessionBuilder.autoClose()Signifies that the autoClose flag from the original session should be used to create the new session | 
|  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 Sessionbuilder 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() | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||