Uses of Interface
org.hibernate.internal.CoreMessageLogger
-
Packages that use CoreMessageLogger Package Description org.hibernate.internal An internal package containing implementations of central Hibernate APIs, mostly defined inorg.hibernate
. -
-
Uses of CoreMessageLogger in org.hibernate.internal
Subinterfaces of CoreMessageLogger in org.hibernate.internal Modifier and Type Interface Description interface
EntityManagerMessageLogger
MessageLogger
originally for the no-longer existing hibernate-entitymanager module.Methods in org.hibernate.internal that return CoreMessageLogger Modifier and Type Method Description static CoreMessageLogger
CoreLogging. messageLogger(Class classNeedingLogging)
static CoreMessageLogger
CoreLogging. messageLogger(String loggerName)
-