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.internal org.hibernate.boot.spi org.hibernate.context.internal Internal implementations and support around "current session" handling.org.hibernate.engine.spi org.hibernate.internal org.hibernate.resource.jdbc.internal org.hibernate.resource.jdbc.spi org.hibernate.resource.transaction.backend.jdbc.internal org.hibernate.resource.transaction.backend.jta.internal org.hibernate.resource.transaction.spi Extended SPI contracts for the resource-level transaction capabilities of Hibernate.org.hibernate.testing.jta -
-
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)Specifies the connection handling mode for JDBC connections. -
Uses of PhysicalConnectionHandlingMode in org.hibernate.boot.internal
Methods in org.hibernate.boot.internal that return PhysicalConnectionHandlingMode Modifier and Type Method Description PhysicalConnectionHandlingModeSessionFactoryOptionsBuilder. getPhysicalConnectionHandlingMode()Methods in org.hibernate.boot.internal with parameters of type PhysicalConnectionHandlingMode Modifier and Type Method Description SessionFactoryBuilderSessionFactoryBuilderImpl. applyConnectionHandlingMode(PhysicalConnectionHandlingMode connectionHandlingMode)voidSessionFactoryOptionsBuilder. applyConnectionHandlingMode(PhysicalConnectionHandlingMode mode) -
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.context.internal
Methods in org.hibernate.context.internal that return PhysicalConnectionHandlingMode Modifier and Type Method Description protected PhysicalConnectionHandlingModeJTASessionContext. getConnectionHandlingMode()Mainly for subclass usage.protected PhysicalConnectionHandlingModeThreadLocalSessionContext. getConnectionHandlingMode()Mainly for subclass usage. -
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.internal
Methods in org.hibernate.internal that return PhysicalConnectionHandlingMode Modifier and Type Method Description PhysicalConnectionHandlingModeJdbcSessionContextImpl. getPhysicalConnectionHandlingMode()PhysicalConnectionHandlingModeSessionCreationOptions. getPhysicalConnectionHandlingMode()PhysicalConnectionHandlingModeSessionFactoryImpl.SessionBuilderImpl. getPhysicalConnectionHandlingMode()PhysicalConnectionHandlingModeSessionFactoryImpl.StatelessSessionBuilderImpl. getPhysicalConnectionHandlingMode()Methods in org.hibernate.internal with parameters of type PhysicalConnectionHandlingMode Modifier and Type Method Description TSessionFactoryImpl.SessionBuilderImpl. connectionHandlingMode(PhysicalConnectionHandlingMode connectionHandlingMode)Constructors in org.hibernate.internal with parameters of type PhysicalConnectionHandlingMode Constructor Description JdbcSessionContextImpl(SharedSessionContractImplementor session, StatementInspector statementInspector, PhysicalConnectionHandlingMode connectionHandlingMode, FastSessionServices fastSessionServices) -
Uses of PhysicalConnectionHandlingMode in org.hibernate.resource.jdbc.internal
Methods in org.hibernate.resource.jdbc.internal that return PhysicalConnectionHandlingMode Modifier and Type Method Description PhysicalConnectionHandlingModeLogicalConnectionManagedImpl. getConnectionHandlingMode()PhysicalConnectionHandlingModeLogicalConnectionProvidedImpl. getConnectionHandlingMode() -
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.backend.jdbc.internal
Methods in org.hibernate.resource.transaction.backend.jdbc.internal that return PhysicalConnectionHandlingMode Modifier and Type Method Description PhysicalConnectionHandlingModeJdbcResourceLocalTransactionCoordinatorBuilderImpl. getDefaultConnectionHandlingMode() -
Uses of PhysicalConnectionHandlingMode in org.hibernate.resource.transaction.backend.jta.internal
Methods in org.hibernate.resource.transaction.backend.jta.internal that return PhysicalConnectionHandlingMode Modifier and Type Method Description PhysicalConnectionHandlingModeJtaTransactionCoordinatorBuilderImpl. getDefaultConnectionHandlingMode() -
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() -
Uses of PhysicalConnectionHandlingMode in org.hibernate.testing.jta
Methods in org.hibernate.testing.jta that return PhysicalConnectionHandlingMode Modifier and Type Method Description PhysicalConnectionHandlingModeTestingJtaTransactionCoordinatorBuilder. getDefaultConnectionHandlingMode()
-