Uses of Interface
org.hibernate.testing.jdbc.leak.IdleConnectionCounter
-
Packages that use IdleConnectionCounter Package Description org.hibernate.testing.jdbc.leak -
-
Uses of IdleConnectionCounter in org.hibernate.testing.jdbc.leak
Classes in org.hibernate.testing.jdbc.leak that implement IdleConnectionCounter Modifier and Type Class Description class
H2IdleConnectionCounter
class
MySQLIdleConnectionCounter
class
OracleIdleConnectionCounter
class
PostgreSQLIdleConnectionCounter
Fields in org.hibernate.testing.jdbc.leak declared as IdleConnectionCounter Modifier and Type Field Description static IdleConnectionCounter
H2IdleConnectionCounter. INSTANCE
static IdleConnectionCounter
MySQLIdleConnectionCounter. INSTANCE
static IdleConnectionCounter
OracleIdleConnectionCounter. INSTANCE
static IdleConnectionCounter
PostgreSQLIdleConnectionCounter. INSTANCE
-