| Package | Description |
|---|---|
| org.hibernate.boot |
This package contains the contracts that make up the Hibernate native
bootstrapping API (building a SessionFactory).
|
| org.hibernate.boot.internal | |
| org.hibernate.boot.spi | |
| org.hibernate.internal |
An internal package containing mostly implementations of central Hibernate APIs.
|
| org.hibernate.resource.jdbc.spi |
| Modifier and Type | Method and Description |
|---|---|
SessionFactoryBuilder |
SessionFactoryBuilder.applyConnectionHandlingMode(PhysicalConnectionHandlingMode connectionHandlingMode)
Apply the specified handling mode for JDBC connections
|
| Modifier and Type | Method and Description |
|---|---|
PhysicalConnectionHandlingMode |
SessionFactoryBuilderImpl.getPhysicalConnectionHandlingMode() |
PhysicalConnectionHandlingMode |
SessionFactoryBuilderImpl.SessionFactoryOptionsStateStandardImpl.getPhysicalConnectionHandlingMode() |
PhysicalConnectionHandlingMode |
SessionFactoryOptionsImpl.getPhysicalConnectionHandlingMode() |
PhysicalConnectionHandlingMode |
SessionFactoryOptionsState.getPhysicalConnectionHandlingMode() |
| Modifier and Type | Method and Description |
|---|---|
SessionFactoryBuilder |
SessionFactoryBuilderImpl.applyConnectionHandlingMode(PhysicalConnectionHandlingMode connectionHandlingMode) |
| Modifier and Type | Method and Description |
|---|---|
PhysicalConnectionHandlingMode |
AbstractDelegatingSessionFactoryOptions.getPhysicalConnectionHandlingMode() |
PhysicalConnectionHandlingMode |
SessionFactoryOptions.getPhysicalConnectionHandlingMode() |
| Modifier and Type | Method and Description |
|---|---|
PhysicalConnectionHandlingMode |
AbstractSessionImpl.JdbcSessionContextImpl.getPhysicalConnectionHandlingMode() |
| Modifier and Type | Method and Description |
|---|---|
PhysicalConnectionHandlingMode |
JdbcSessionContext.getPhysicalConnectionHandlingMode() |
static PhysicalConnectionHandlingMode |
PhysicalConnectionHandlingMode.interpret(ConnectionAcquisitionMode acquisitionMode,
ConnectionReleaseMode releaseMode) |
static PhysicalConnectionHandlingMode |
PhysicalConnectionHandlingMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PhysicalConnectionHandlingMode[] |
PhysicalConnectionHandlingMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.