Package | Description |
---|---|
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 |
Internal implementations and support around "current session" handling.
|
org.hibernate.engine.jdbc.internal |
Internals for supporting various aspects of JDBC interaction
|
org.hibernate.engine.jdbc.spi |
SPI contracts for supporting various aspects of JDBC interaction
|
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.
|
Modifier and Type | Method and Description |
---|---|
static ConnectionReleaseMode |
ConnectionReleaseMode.parse(String name)
Alias for
valueOf(String) using upper-case version of the incoming 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.
|
Modifier and Type | Method and Description |
---|---|
SessionBuilder |
SessionBuilder.connectionReleaseMode(ConnectionReleaseMode connectionReleaseMode)
Use a specific connection release mode for these session options.
|
SharedSessionBuilder |
SharedSessionBuilder.connectionReleaseMode(ConnectionReleaseMode connectionReleaseMode) |
Modifier and Type | Method and Description |
---|---|
ConnectionReleaseMode |
Settings.getConnectionReleaseMode() |
Modifier and Type | Method and Description |
---|---|
protected ConnectionReleaseMode |
ThreadLocalSessionContext.getConnectionReleaseMode()
Mainly for subclass usage.
|
protected ConnectionReleaseMode |
JTASessionContext.getConnectionReleaseMode()
Mainly for subclass usage.
|
Modifier and Type | Method and Description |
---|---|
ConnectionReleaseMode |
LogicalConnectionImpl.getConnectionReleaseMode() |
Constructor and Description |
---|
LogicalConnectionImpl(Connection userSuppliedConnection,
ConnectionReleaseMode connectionReleaseMode,
JdbcServices jdbcServices,
JdbcConnectionAccess jdbcConnectionAccess)
Constructs a LogicalConnectionImpl
|
Modifier and Type | Method and Description |
---|---|
ConnectionReleaseMode |
LogicalConnectionImplementor.getConnectionReleaseMode()
The release mode under which this logical connection is operating.
|
Modifier and Type | Method and Description |
---|---|
ConnectionReleaseMode |
JdbcTransactionFactory.getDefaultReleaseMode() |
Modifier and Type | Method and Description |
---|---|
ConnectionReleaseMode |
CMTTransactionFactory.getDefaultReleaseMode() |
ConnectionReleaseMode |
JtaTransactionFactory.getDefaultReleaseMode() |
Modifier and Type | Method and Description |
---|---|
ConnectionReleaseMode |
TransactionContext.getConnectionReleaseMode()
Get the mode for releasing JDBC connection in effect for ths context.
|
ConnectionReleaseMode |
TransactionFactory.getDefaultReleaseMode()
Get the default connection release mode.
|
Modifier and Type | Method and Description |
---|---|
ConnectionReleaseMode |
SessionImpl.getConnectionReleaseMode() |
ConnectionReleaseMode |
StatelessSessionImpl.getConnectionReleaseMode() |
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.