Uses of Class
org.hibernate.resource.jdbc.spi.PhysicalConnectionHandlingMode
-
Packages that use PhysicalConnectionHandlingMode Package Description org.hibernate This package defines the central Hibernate APIs, beginning withSessionFactory, which represents an instance of Hibernate at runtime and is the source of new instances ofSessionandStatelessSession, the most important APIs exposing persistence-related operations for entities.org.hibernate.boot This package contains the interfaces that make up the bootstrap API for Hibernate.org.hibernate.boot.spi A range of SPIs allowing integration with—and customization of—the process of building metadata.org.hibernate.engine.spi This package defines some central internal SPI abstractions used throughout the implementation of Hibernate.org.hibernate.resource.jdbc.spi An SPI for managing JDBC connections and other heavyweight resources, based around the idea of a "JDBC session".org.hibernate.resource.transaction.spi 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 PhysicalConnectionHandlingMode Modifier and Type Method Description SessionBuilderSessionBuilder. connectionHandlingMode(PhysicalConnectionHandlingMode mode)Signifies that the connection release mode from the original session should be used to create the new session.SharedSessionBuilderSharedSessionBuilder. connectionHandlingMode(PhysicalConnectionHandlingMode mode) -
Uses of PhysicalConnectionHandlingMode in org.hibernate.boot
Methods in org.hibernate.boot with parameters of type PhysicalConnectionHandlingMode Modifier and Type Method Description SessionFactoryBuilderSessionFactoryBuilder. 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 PhysicalConnectionHandlingMode Modifier and Type Method Description PhysicalConnectionHandlingModeAbstractDelegatingSessionFactoryOptions. getPhysicalConnectionHandlingMode()PhysicalConnectionHandlingModeSessionFactoryOptions. getPhysicalConnectionHandlingMode()Methods in org.hibernate.boot.spi with parameters of type PhysicalConnectionHandlingMode Modifier and Type Method Description TAbstractDelegatingSessionFactoryBuilder. applyConnectionHandlingMode(PhysicalConnectionHandlingMode connectionHandlingMode) -
Uses of PhysicalConnectionHandlingMode in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi with parameters of type PhysicalConnectionHandlingMode Modifier and Type Method Description SessionBuilderAbstractDelegatingSessionBuilder. connectionHandlingMode(PhysicalConnectionHandlingMode mode)SharedSessionBuilderAbstractDelegatingSharedSessionBuilder. connectionHandlingMode(PhysicalConnectionHandlingMode mode) -
Uses of PhysicalConnectionHandlingMode in org.hibernate.resource.jdbc.spi
Methods in org.hibernate.resource.jdbc.spi that return PhysicalConnectionHandlingMode Modifier and Type Method Description PhysicalConnectionHandlingModeLogicalConnectionImplementor. getConnectionHandlingMode()PhysicalConnectionHandlingModeJdbcSessionContext. getPhysicalConnectionHandlingMode()static PhysicalConnectionHandlingModePhysicalConnectionHandlingMode. interpret(Object setting)static PhysicalConnectionHandlingModePhysicalConnectionHandlingMode. interpret(ConnectionAcquisitionMode acquisitionMode, ConnectionReleaseMode releaseMode)static PhysicalConnectionHandlingModePhysicalConnectionHandlingMode. valueOf(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. -
Uses of PhysicalConnectionHandlingMode in org.hibernate.resource.transaction.spi
Methods in org.hibernate.resource.transaction.spi that return PhysicalConnectionHandlingMode Modifier and Type Method Description PhysicalConnectionHandlingModeTransactionCoordinatorBuilder. getDefaultConnectionHandlingMode()
-