Class LogicalConnectionManagedImpl

java.lang.Object
org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor
org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl
All Implemented Interfaces:
LogicalConnection, LogicalConnectionImplementor, PhysicalJdbcTransaction, JdbcResourceTransaction

public class LogicalConnectionManagedImpl extends AbstractLogicalConnectionImplementor
Represents a LogicalConnection where we manage obtaining and releasing the Connection as needed. This implementation does not claim to be thread-safe and is not designed to be used by multiple threads, yet we do apply a limited amount of care to be able to avoid obscure exceptions when this class is used in the wrong way.