Java org.hibernate.resource.jdbc.spi PhysicalConnectionHandlingMode fields, constructors, methods, implement or subclass

Example usage for Java org.hibernate.resource.jdbc.spi PhysicalConnectionHandlingMode fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.hibernate.resource.jdbc.spi PhysicalConnectionHandlingMode.

The text is from its open source code.

Field

PhysicalConnectionHandlingModeDELAYED_ACQUISITION_AND_RELEASE_AFTER_TRANSACTION
The Connection will be acquired as soon as it is needed; it will be released after each transaction is completed.