Uses of Enum Class
org.hibernate.resource.jdbc.spi.PhysicalConnectionHandlingMode
Packages that use PhysicalConnectionHandlingMode
Package
Description
This package defines the central Hibernate APIs, beginning with
SessionFactory
, which represents an instance of
Hibernate at runtime and is the source of new instances of
Session
and StatelessSession
,
the most important APIs exposing persistence-related operations for
entities.This package contains the interfaces that make up the bootstrap API
for Hibernate.
A range of SPIs allowing integration with—and customization of—the process of building metadata.
Internal implementations and support around "current session" handling.
This package defines some central internal SPI abstractions
used throughout the implementation of Hibernate.
An internal package containing implementations of central Hibernate APIs,
mostly defined in
org.hibernate
.Implementation of the SPI for managing JDBC connections and other heavyweight resources.
An SPI for managing JDBC connections and other heavyweight resources, based around the
idea of a "JDBC session".
An implementation of
TransactionCoordinator
based on JdbcResourceTransaction
.Implementations of
TransactionCoordinator
based on JTA.Extended SPI contracts for the resource-level transaction capabilities of Hibernate.
-
Uses of PhysicalConnectionHandlingMode in org.hibernate
Methods in org.hibernate with parameters of type PhysicalConnectionHandlingModeModifier and TypeMethodDescriptionSessionBuilder.connectionHandlingMode
(PhysicalConnectionHandlingMode mode) Signifies that the connection release mode from the original session should be used to create the new session.SharedSessionBuilder.connectionHandlingMode
(PhysicalConnectionHandlingMode mode) -
Uses of PhysicalConnectionHandlingMode in org.hibernate.boot
Methods in org.hibernate.boot with parameters of type PhysicalConnectionHandlingModeModifier and TypeMethodDescriptionSessionFactoryBuilder.applyConnectionHandlingMode
(PhysicalConnectionHandlingMode connectionHandlingMode) Specifies the connection handling mode for JDBC connections. -
Uses of PhysicalConnectionHandlingMode in org.hibernate.boot.internal
Methods in org.hibernate.boot.internal that return PhysicalConnectionHandlingModeModifier and TypeMethodDescriptionSessionFactoryOptionsBuilder.getPhysicalConnectionHandlingMode()
Methods in org.hibernate.boot.internal with parameters of type PhysicalConnectionHandlingModeModifier and TypeMethodDescriptionSessionFactoryBuilderImpl.applyConnectionHandlingMode
(PhysicalConnectionHandlingMode connectionHandlingMode) void
SessionFactoryOptionsBuilder.applyConnectionHandlingMode
(PhysicalConnectionHandlingMode mode) -
Uses of PhysicalConnectionHandlingMode in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return PhysicalConnectionHandlingModeModifier and TypeMethodDescriptionAbstractDelegatingSessionFactoryOptions.getPhysicalConnectionHandlingMode()
SessionFactoryOptions.getPhysicalConnectionHandlingMode()
Methods in org.hibernate.boot.spi with parameters of type PhysicalConnectionHandlingModeModifier and TypeMethodDescriptionAbstractDelegatingSessionFactoryBuilder.applyConnectionHandlingMode
(PhysicalConnectionHandlingMode connectionHandlingMode) -
Uses of PhysicalConnectionHandlingMode in org.hibernate.context.internal
Methods in org.hibernate.context.internal that return PhysicalConnectionHandlingModeModifier and TypeMethodDescriptionprotected PhysicalConnectionHandlingMode
JTASessionContext.getConnectionHandlingMode()
Mainly for subclass usage.protected PhysicalConnectionHandlingMode
ThreadLocalSessionContext.getConnectionHandlingMode()
Mainly for subclass usage. -
Uses of PhysicalConnectionHandlingMode in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi with parameters of type PhysicalConnectionHandlingModeModifier and TypeMethodDescriptionAbstractDelegatingSessionBuilder.connectionHandlingMode
(PhysicalConnectionHandlingMode mode) AbstractDelegatingSharedSessionBuilder.connectionHandlingMode
(PhysicalConnectionHandlingMode mode) -
Uses of PhysicalConnectionHandlingMode in org.hibernate.internal
Methods in org.hibernate.internal that return PhysicalConnectionHandlingModeModifier and TypeMethodDescriptionJdbcSessionContextImpl.getPhysicalConnectionHandlingMode()
SessionCreationOptions.getPhysicalConnectionHandlingMode()
SessionFactoryImpl.SessionBuilderImpl.getPhysicalConnectionHandlingMode()
SessionFactoryImpl.StatelessSessionBuilderImpl.getPhysicalConnectionHandlingMode()
Methods in org.hibernate.internal with parameters of type PhysicalConnectionHandlingModeModifier and TypeMethodDescriptionSessionFactoryImpl.SessionBuilderImpl.connectionHandlingMode
(PhysicalConnectionHandlingMode connectionHandlingMode) Constructors in org.hibernate.internal with parameters of type PhysicalConnectionHandlingModeModifierConstructorDescriptionJdbcSessionContextImpl
(SessionFactoryImplementor sessionFactory, StatementInspector statementInspector, PhysicalConnectionHandlingMode connectionHandlingMode, JdbcServices jdbcServices, BatchBuilder batchBuilder, JdbcEventHandler jdbcEventHandler) -
Uses of PhysicalConnectionHandlingMode in org.hibernate.resource.jdbc.internal
Methods in org.hibernate.resource.jdbc.internal that return PhysicalConnectionHandlingModeModifier and TypeMethodDescriptionLogicalConnectionManagedImpl.getConnectionHandlingMode()
LogicalConnectionProvidedImpl.getConnectionHandlingMode()
-
Uses of PhysicalConnectionHandlingMode in org.hibernate.resource.jdbc.spi
Methods in org.hibernate.resource.jdbc.spi that return PhysicalConnectionHandlingModeModifier and TypeMethodDescriptionLogicalConnectionImplementor.getConnectionHandlingMode()
JdbcSessionContext.getPhysicalConnectionHandlingMode()
PhysicalConnectionHandlingMode.interpret
(ConnectionAcquisitionMode acquisitionMode, ConnectionReleaseMode releaseMode) Returns the enum constant of this class with the specified name.static PhysicalConnectionHandlingMode[]
PhysicalConnectionHandlingMode.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of PhysicalConnectionHandlingMode in org.hibernate.resource.transaction.backend.jdbc.internal
Methods in org.hibernate.resource.transaction.backend.jdbc.internal that return PhysicalConnectionHandlingModeModifier and TypeMethodDescriptionJdbcResourceLocalTransactionCoordinatorBuilderImpl.getDefaultConnectionHandlingMode()
-
Uses of PhysicalConnectionHandlingMode in org.hibernate.resource.transaction.backend.jta.internal
Methods in org.hibernate.resource.transaction.backend.jta.internal that return PhysicalConnectionHandlingModeModifier and TypeMethodDescriptionJtaTransactionCoordinatorBuilderImpl.getDefaultConnectionHandlingMode()
-
Uses of PhysicalConnectionHandlingMode in org.hibernate.resource.transaction.spi
Methods in org.hibernate.resource.transaction.spi that return PhysicalConnectionHandlingModeModifier and TypeMethodDescriptionTransactionCoordinatorBuilder.getDefaultConnectionHandlingMode()
-
Uses of PhysicalConnectionHandlingMode in org.hibernate.testing.jta
Methods in org.hibernate.testing.jta that return PhysicalConnectionHandlingModeModifier and TypeMethodDescriptionTestingJtaTransactionCoordinatorBuilder.getDefaultConnectionHandlingMode()