Package org.hibernate.type.descriptor
Interface JdbcExtractingLogging
-
public interface JdbcExtractingLogging
-
-
Field Summary
Fields Modifier and Type Field Description static booleanDEBUG_ENABLEDstatic org.jboss.logging.LoggerLOGGERstatic StringNAMEstatic booleanTRACE_ENABLED
-
Method Summary
Static Methods Modifier and Type Method Description static voidlogExtracted(int jdbcPosition, int typeCode, Object value)static voidlogExtracted(String callableParamName, int typeCode, Object value)static voidlogNullExtracted(int jdbcPosition, int typeCode)static voidlogNullExtracted(String callableParamName, int typeCode)
-
-
-
Field Detail
-
NAME
static final String NAME
- See Also:
- Constant Field Values
-
LOGGER
static final org.jboss.logging.Logger LOGGER
-
TRACE_ENABLED
static final boolean TRACE_ENABLED
-
DEBUG_ENABLED
static final boolean DEBUG_ENABLED
-
-