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.
This package defines some central internal SPI abstractions
used throughout the implementation of Hibernate.
An SPI for managing JDBC connections and other heavyweight resources, based around the
idea of a "JDBC session".
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) Deprecated.SharedSessionBuilder.connectionHandlingMode
(PhysicalConnectionHandlingMode mode) Deprecated. -
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.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.engine.creation.spi
Methods in org.hibernate.engine.creation.spi with parameters of type PhysicalConnectionHandlingModeModifier and TypeMethodDescriptionSessionBuilderImplementor.connectionHandlingMode
(PhysicalConnectionHandlingMode mode) SharedSessionBuilderImplementor.connectionHandlingMode
(PhysicalConnectionHandlingMode mode) Deprecated. -
Uses of PhysicalConnectionHandlingMode in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi with parameters of type PhysicalConnectionHandlingModeModifier and TypeMethodDescriptionAbstractDelegatingSessionBuilder.connectionHandlingMode
(PhysicalConnectionHandlingMode mode) Deprecated.AbstractDelegatingSharedSessionBuilder.connectionHandlingMode
(PhysicalConnectionHandlingMode mode) Deprecated. -
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.spi
Methods in org.hibernate.resource.transaction.spi that return PhysicalConnectionHandlingModeModifier and TypeMethodDescriptionTransactionCoordinatorBuilder.getDefaultConnectionHandlingMode()
PhysicalConnectionHandlingMode
and is therefore a layer-breaker.