Package org.hibernate.boot
Interface BootLogging
-
public interface BootLogging
Logging related to Hibernate bootstrapping
-
-
Field Summary
Fields Modifier and Type Field Description static org.jboss.logging.Logger
BOOT_LOGGER
static String
NAME
-
-
-
Field Detail
-
NAME
static final String NAME
- See Also:
- Constant Field Values
-
BOOT_LOGGER
static final org.jboss.logging.Logger BOOT_LOGGER
-
-