Uses of Interface
org.hibernate.internal.log.ConnectionPoolingLogger
-
Packages that use ConnectionPoolingLogger Package Description org.hibernate.c3p0.internal Implementation of ConnectionProvider using the c3p0 Connection pool.org.hibernate.internal.log org.hibernate.proxool.internal Implementation of ConnectionProvider using the proxool Connection pool. -
-
Uses of ConnectionPoolingLogger in org.hibernate.c3p0.internal
Subinterfaces of ConnectionPoolingLogger in org.hibernate.c3p0.internal Modifier and Type Interface Description interface
C3P0MessageLogger
The jboss-loggingMessageLogger
for the hibernate-c3p0 module. -
Uses of ConnectionPoolingLogger in org.hibernate.internal.log
Fields in org.hibernate.internal.log declared as ConnectionPoolingLogger Modifier and Type Field Description static ConnectionPoolingLogger
ConnectionPoolingLogger. CONNECTIONS_MESSAGE_LOGGER
-
Uses of ConnectionPoolingLogger in org.hibernate.proxool.internal
Subinterfaces of ConnectionPoolingLogger in org.hibernate.proxool.internal Modifier and Type Interface Description interface
ProxoolMessageLogger
The jboss-loggingMessageLogger
for the hibernate-proxool module.
-