Uses of Interface
org.hibernate.internal.log.ConnectionInfoLogger
-
Packages that use ConnectionInfoLogger 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 ConnectionInfoLogger in org.hibernate.c3p0.internal
Subinterfaces of ConnectionInfoLogger in org.hibernate.c3p0.internal Modifier and Type Interface Description interface
C3P0MessageLogger
The jboss-loggingMessageLogger
for the hibernate-c3p0 module. -
Uses of ConnectionInfoLogger in org.hibernate.internal.log
Fields in org.hibernate.internal.log declared as ConnectionInfoLogger Modifier and Type Field Description static ConnectionInfoLogger
ConnectionInfoLogger. INSTANCE
Static access to the logging instance -
Uses of ConnectionInfoLogger in org.hibernate.proxool.internal
Subinterfaces of ConnectionInfoLogger in org.hibernate.proxool.internal Modifier and Type Interface Description interface
ProxoolMessageLogger
The jboss-loggingMessageLogger
for the hibernate-proxool module.
-