Class HbmTransformationLogging
- java.lang.Object
-
- org.hibernate.boot.jaxb.hbm.transform.HbmTransformationLogging
-
public class HbmTransformationLogging extends Object
Logging for HBM transformation
-
-
Field Summary
Fields Modifier and Type Field Description static boolean
DEBUG_ENABLED
static boolean
TRACE_ENABLED
static org.jboss.logging.Logger
TRANSFORMATION_LOGGER
static String
TRANSFORMATION_LOGGER_NAME
-
Constructor Summary
Constructors Constructor Description HbmTransformationLogging()
-
-
-
Field Detail
-
TRANSFORMATION_LOGGER_NAME
public static final String TRANSFORMATION_LOGGER_NAME
- See Also:
- Constant Field Values
-
TRANSFORMATION_LOGGER
public static final org.jboss.logging.Logger TRANSFORMATION_LOGGER
-
TRACE_ENABLED
public static final boolean TRACE_ENABLED
-
DEBUG_ENABLED
public static final boolean DEBUG_ENABLED
-
-