Package org.hibernate.type.descriptor
Interface JdbcBindingLogging
-
public interface JdbcBindingLogging
-
-
Field Summary
Fields Modifier and Type Field Description static boolean
DEBUG_ENABLED
static org.jboss.logging.Logger
LOGGER
static String
NAME
static boolean
TRACE_ENABLED
-
Method Summary
Static Methods Modifier and Type Method Description static void
logBinding(int jdbcPosition, int typeCode, Object value)
static void
logBinding(String callableParameterName, int typeCode, Object value)
static void
logNullBinding(int jdbcPosition, int typeCode)
static void
logNullBinding(String callableParameterName, 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
-
-