| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConnectionReleaseMode | |
|---|---|
| org.hibernate | This package defines the central Hibernate APIs. | 
| org.hibernate.cfg | This package defines APIs for configuring Hibernate, and classes for building the Hibernate configuration-time metamodel. | 
| org.hibernate.context.internal | |
| org.hibernate.engine.jdbc.internal | |
| org.hibernate.engine.jdbc.spi | |
| org.hibernate.engine.transaction.internal.jdbc | |
| org.hibernate.engine.transaction.internal.jta | |
| org.hibernate.engine.transaction.spi | |
| org.hibernate.internal | An internal package containing mostly implementations of central Hibernate APIs of the org.hibernatepackage. | 
| Uses of ConnectionReleaseMode in org.hibernate | 
|---|
| Methods in org.hibernate that return ConnectionReleaseMode | |
|---|---|
| static ConnectionReleaseMode | ConnectionReleaseMode.parse(String name) | 
| static ConnectionReleaseMode | ConnectionReleaseMode.valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static ConnectionReleaseMode[] | ConnectionReleaseMode.values()Returns an array containing the constants of this enum type, in the order they are declared. | 
| Methods in org.hibernate with parameters of type ConnectionReleaseMode | |
|---|---|
|  SessionBuilder | SessionBuilder.connectionReleaseMode(ConnectionReleaseMode connectionReleaseMode)Use a specific connection release mode for these session options | 
|  SharedSessionBuilder | SharedSessionBuilder.connectionReleaseMode(ConnectionReleaseMode connectionReleaseMode) | 
| Uses of ConnectionReleaseMode in org.hibernate.cfg | 
|---|
| Methods in org.hibernate.cfg that return ConnectionReleaseMode | |
|---|---|
|  ConnectionReleaseMode | Settings.getConnectionReleaseMode() | 
| Uses of ConnectionReleaseMode in org.hibernate.context.internal | 
|---|
| Methods in org.hibernate.context.internal that return ConnectionReleaseMode | |
|---|---|
| protected  ConnectionReleaseMode | ThreadLocalSessionContext.getConnectionReleaseMode()Mainly for subclass usage. | 
| protected  ConnectionReleaseMode | JTASessionContext.getConnectionReleaseMode()Mainly for subclass usage. | 
| Uses of ConnectionReleaseMode in org.hibernate.engine.jdbc.internal | 
|---|
| Methods in org.hibernate.engine.jdbc.internal that return ConnectionReleaseMode | |
|---|---|
|  ConnectionReleaseMode | LogicalConnectionImpl.getConnectionReleaseMode() | 
| Constructors in org.hibernate.engine.jdbc.internal with parameters of type ConnectionReleaseMode | |
|---|---|
| LogicalConnectionImpl(Connection userSuppliedConnection,
                      ConnectionReleaseMode connectionReleaseMode,
                      JdbcServices jdbcServices,
                      JdbcConnectionAccess jdbcConnectionAccess) | |
| Uses of ConnectionReleaseMode in org.hibernate.engine.jdbc.spi | 
|---|
| Methods in org.hibernate.engine.jdbc.spi that return ConnectionReleaseMode | |
|---|---|
|  ConnectionReleaseMode | LogicalConnectionImplementor.getConnectionReleaseMode()The release mode under which this logical connection is operating. | 
| Uses of ConnectionReleaseMode in org.hibernate.engine.transaction.internal.jdbc | 
|---|
| Methods in org.hibernate.engine.transaction.internal.jdbc that return ConnectionReleaseMode | |
|---|---|
|  ConnectionReleaseMode | JdbcTransactionFactory.getDefaultReleaseMode() | 
| Uses of ConnectionReleaseMode in org.hibernate.engine.transaction.internal.jta | 
|---|
| Methods in org.hibernate.engine.transaction.internal.jta that return ConnectionReleaseMode | |
|---|---|
|  ConnectionReleaseMode | CMTTransactionFactory.getDefaultReleaseMode() | 
|  ConnectionReleaseMode | JtaTransactionFactory.getDefaultReleaseMode() | 
| Uses of ConnectionReleaseMode in org.hibernate.engine.transaction.spi | 
|---|
| Methods in org.hibernate.engine.transaction.spi that return ConnectionReleaseMode | |
|---|---|
|  ConnectionReleaseMode | TransactionContext.getConnectionReleaseMode()Get the mode for releasing JDBC connection in effect for ths context. | 
|  ConnectionReleaseMode | TransactionFactory.getDefaultReleaseMode()Get the default connection release mode. | 
| Uses of ConnectionReleaseMode in org.hibernate.internal | 
|---|
| Methods in org.hibernate.internal that return ConnectionReleaseMode | |
|---|---|
|  ConnectionReleaseMode | SessionImpl.getConnectionReleaseMode() | 
|  ConnectionReleaseMode | StatelessSessionImpl.getConnectionReleaseMode() | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||