Uses of Class
org.hibernate.resource.jdbc.spi.PhysicalConnectionHandlingMode
-
Packages that use PhysicalConnectionHandlingMode Package Description org.hibernate org.hibernate.boot This package contains the contracts that make up the Hibernate native bootstrapping API (building a SessionFactory).org.hibernate.boot.spi org.hibernate.engine.jdbc.spi SPI contracts for supporting various aspects of JDBC interactionorg.hibernate.engine.spi org.hibernate.resource.jdbc.spi 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 TSessionBuilder. connectionHandlingMode(PhysicalConnectionHandlingMode mode)Signifies that the connection release mode from the original session should be used to create the new session. -
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)Apply the specified 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.jdbc.spi
Methods in org.hibernate.engine.jdbc.spi that return PhysicalConnectionHandlingMode Modifier and Type Method Description default PhysicalConnectionHandlingModeJdbcCoordinator. getConnectionHandlingMode()Deprecated.(since 5.2) access viaJdbcCoordinator.getLogicalConnection()instead -
Uses of PhysicalConnectionHandlingMode in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi with parameters of type PhysicalConnectionHandlingMode Modifier and Type Method Description TAbstractDelegatingSessionBuilder. connectionHandlingMode(PhysicalConnectionHandlingMode mode)TAbstractDelegatingSharedSessionBuilder. 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(java.lang.Object setting)static PhysicalConnectionHandlingModePhysicalConnectionHandlingMode. interpret(ConnectionAcquisitionMode acquisitionMode, ConnectionReleaseMode releaseMode)static PhysicalConnectionHandlingModePhysicalConnectionHandlingMode. 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. -
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()
-