@Generated(value="org.jboss.logging.processor.model.MessageLoggerImplementor", date="2012-04-05T13:52:29-0500") public class CoreMessageLogger_$logger extends Object implements Serializable, CoreMessageLogger, BasicLogger
| Constructor and Description |
|---|
CoreMessageLogger_$logger(Logger log) |
protected final Logger log
public CoreMessageLogger_$logger(Logger log)
public final boolean isTraceEnabled()
BasicLoggerTRACE level is enabled for this logger.isTraceEnabled in interface BasicLoggertrue if messages logged at Logger.Level.TRACE may be accepted, false otherwisepublic final void trace(Object message)
BasicLoggertrace in interface BasicLoggermessage - the messagepublic final void trace(Object message, Throwable t)
BasicLoggertrace in interface BasicLoggermessage - the messaget - the throwablepublic final void trace(String loggerFqcn, Object message, Throwable t)
BasicLoggertrace in interface BasicLoggerloggerFqcn - the logger class namemessage - the messaget - the throwablepublic final void trace(String loggerFqcn, Object message, Object[] params, Throwable t)
BasicLoggertrace in interface BasicLoggerloggerFqcn - the logger class namemessage - the messageparams - the message parameterst - the throwablepublic final void tracev(String format, Object... params)
BasicLoggerMessageFormat-style formatting.tracev in interface BasicLoggerformat - the message format stringparams - the parameterspublic final void tracev(String format, Object param1)
BasicLoggerMessageFormat-style formatting.tracev in interface BasicLoggerformat - the message format stringparam1 - the sole parameterpublic final void tracev(String format, Object param1, Object param2)
BasicLoggerMessageFormat-style formatting.tracev in interface BasicLoggerformat - the message format stringparam1 - the first parameterparam2 - the second parameterpublic final void tracev(String format, Object param1, Object param2, Object param3)
BasicLoggerMessageFormat-style formatting.tracev in interface BasicLoggerformat - the message format stringparam1 - the first parameterparam2 - the second parameterparam3 - the third parameterpublic final void tracev(Throwable t, String format, Object... params)
BasicLoggerMessageFormat-style formatting.tracev in interface BasicLoggert - the throwableformat - the message format stringparams - the parameterspublic final void tracev(Throwable t, String format, Object param1)
BasicLoggerMessageFormat-style formatting.tracev in interface BasicLoggert - the throwableformat - the message format stringparam1 - the sole parameterpublic final void tracev(Throwable t, String format, Object param1, Object param2)
BasicLoggerMessageFormat-style formatting.tracev in interface BasicLoggert - the throwableformat - the message format stringparam1 - the first parameterparam2 - the second parameterpublic final void tracev(Throwable t, String format, Object param1, Object param2, Object param3)
BasicLoggerMessageFormat-style formatting.tracev in interface BasicLoggert - the throwableformat - the message format stringparam1 - the first parameterparam2 - the second parameterparam3 - the third parameterpublic final void tracef(String format, Object... params)
BasicLoggertracef in interface BasicLoggerformat - the format string as per String.format(String, Object...) or resource bundle key thereforparams - the parameterspublic final void tracef(String format, Object param1)
BasicLoggertracef in interface BasicLoggerformat - the format string as per String.format(String, Object...) or resource bundle key thereforparam1 - the sole parameterpublic final void tracef(String format, Object param1, Object param2)
BasicLoggertracef in interface BasicLoggerformat - the format string as per String.format(String, Object...) or resource bundle key thereforparam1 - the first parameterparam2 - the second parameterpublic final void tracef(String format, Object param1, Object param2, Object param3)
BasicLoggertracef in interface BasicLoggerformat - the format string as per String.format(String, Object...) or resource bundle key thereforparam1 - the first parameterparam2 - the second parameterparam3 - the third parameterpublic final void tracef(Throwable t, String format, Object... params)
BasicLoggertracef in interface BasicLoggert - the throwableformat - the format string, as per String.format(String, Object...)params - the parameterspublic final void tracef(Throwable t, String format, Object param1)
BasicLoggertracef in interface BasicLoggert - the throwableformat - the format string, as per String.format(String, Object...)param1 - the sole parameterpublic final void tracef(Throwable t, String format, Object param1, Object param2)
BasicLoggertracef in interface BasicLoggert - the throwableformat - the format string, as per String.format(String, Object...)param1 - the first parameterparam2 - the second parameterpublic final void tracef(Throwable t, String format, Object param1, Object param2, Object param3)
BasicLoggertracef in interface BasicLoggert - the throwableformat - the format string, as per String.format(String, Object...)param1 - the first parameterparam2 - the second parameterparam3 - the third parameterpublic final boolean isDebugEnabled()
BasicLoggerDEBUG level is enabled for this logger.isDebugEnabled in interface BasicLoggertrue if messages logged at Logger.Level.DEBUG may be accepted, false otherwisepublic final void debug(Object message)
BasicLoggerdebug in interface BasicLoggermessage - the messagepublic final void debug(Object message, Throwable t)
BasicLoggerdebug in interface BasicLoggermessage - the messaget - the throwablepublic final void debug(String loggerFqcn, Object message, Throwable t)
BasicLoggerdebug in interface BasicLoggerloggerFqcn - the logger class namemessage - the messaget - the throwablepublic final void debug(String loggerFqcn, Object message, Object[] params, Throwable t)
BasicLoggerdebug in interface BasicLoggerloggerFqcn - the logger class namemessage - the messageparams - the message parameterst - the throwablepublic final void debugv(String format, Object... params)
BasicLoggerMessageFormat-style formatting.debugv in interface BasicLoggerformat - the message format stringparams - the parameterspublic final void debugv(String format, Object param1)
BasicLoggerMessageFormat-style formatting.debugv in interface BasicLoggerformat - the message format stringparam1 - the sole parameterpublic final void debugv(String format, Object param1, Object param2)
BasicLoggerMessageFormat-style formatting.debugv in interface BasicLoggerformat - the message format stringparam1 - the first parameterparam2 - the second parameterpublic final void debugv(String format, Object param1, Object param2, Object param3)
BasicLoggerMessageFormat-style formatting.debugv in interface BasicLoggerformat - the message format stringparam1 - the first parameterparam2 - the second parameterparam3 - the third parameterpublic final void debugv(Throwable t, String format, Object... params)
BasicLoggerMessageFormat-style formatting.debugv in interface BasicLoggert - the throwableformat - the message format stringparams - the parameterspublic final void debugv(Throwable t, String format, Object param1)
BasicLoggerMessageFormat-style formatting.debugv in interface BasicLoggert - the throwableformat - the message format stringparam1 - the sole parameterpublic final void debugv(Throwable t, String format, Object param1, Object param2)
BasicLoggerMessageFormat-style formatting.debugv in interface BasicLoggert - the throwableformat - the message format stringparam1 - the first parameterparam2 - the second parameterpublic final void debugv(Throwable t, String format, Object param1, Object param2, Object param3)
BasicLoggerMessageFormat-style formatting.debugv in interface BasicLoggert - the throwableformat - the message format stringparam1 - the first parameterparam2 - the second parameterparam3 - the third parameterpublic final void debugf(String format, Object... params)
BasicLoggerdebugf in interface BasicLoggerformat - the format string as per String.format(String, Object...) or resource bundle key thereforparams - the parameterspublic final void debugf(String format, Object param1)
BasicLoggerdebugf in interface BasicLoggerformat - the format string as per String.format(String, Object...) or resource bundle key thereforparam1 - the sole parameterpublic final void debugf(String format, Object param1, Object param2)
BasicLoggerdebugf in interface BasicLoggerformat - the format string as per String.format(String, Object...) or resource bundle key thereforparam1 - the first parameterparam2 - the second parameterpublic final void debugf(String format, Object param1, Object param2, Object param3)
BasicLoggerdebugf in interface BasicLoggerformat - the format string as per String.format(String, Object...) or resource bundle key thereforparam1 - the first parameterparam2 - the second parameterparam3 - the third parameterpublic final void debugf(Throwable t, String format, Object... params)
BasicLoggerdebugf in interface BasicLoggert - the throwableformat - the format string, as per String.format(String, Object...)params - the parameterspublic final void debugf(Throwable t, String format, Object param1)
BasicLoggerdebugf in interface BasicLoggert - the throwableformat - the format string, as per String.format(String, Object...)param1 - the sole parameterpublic final void debugf(Throwable t, String format, Object param1, Object param2)
BasicLoggerdebugf in interface BasicLoggert - the throwableformat - the format string, as per String.format(String, Object...)param1 - the first parameterparam2 - the second parameterpublic final void debugf(Throwable t, String format, Object param1, Object param2, Object param3)
BasicLoggerdebugf in interface BasicLoggert - the throwableformat - the format string, as per String.format(String, Object...)param1 - the first parameterparam2 - the second parameterparam3 - the third parameterpublic final boolean isInfoEnabled()
BasicLoggerINFO level is enabled for this logger.isInfoEnabled in interface BasicLoggertrue if messages logged at Logger.Level.INFO may be accepted, false otherwisepublic final void info(Object message)
BasicLoggerinfo in interface BasicLoggermessage - the messagepublic final void info(Object message, Throwable t)
BasicLoggerinfo in interface BasicLoggermessage - the messaget - the throwablepublic final void info(String loggerFqcn, Object message, Throwable t)
BasicLoggerinfo in interface BasicLoggerloggerFqcn - the logger class namemessage - the messaget - the throwablepublic final void info(String loggerFqcn, Object message, Object[] params, Throwable t)
BasicLoggerinfo in interface BasicLoggerloggerFqcn - the logger class namemessage - the messageparams - the message parameterst - the throwablepublic final void infov(String format, Object... params)
BasicLoggerMessageFormat-style formatting.infov in interface BasicLoggerformat - the message format stringparams - the parameterspublic final void infov(String format, Object param1)
BasicLoggerMessageFormat-style formatting.infov in interface BasicLoggerformat - the message format stringparam1 - the sole parameterpublic final void infov(String format, Object param1, Object param2)
BasicLoggerMessageFormat-style formatting.infov in interface BasicLoggerformat - the message format stringparam1 - the first parameterparam2 - the second parameterpublic final void infov(String format, Object param1, Object param2, Object param3)
BasicLoggerMessageFormat-style formatting.infov in interface BasicLoggerformat - the message format stringparam1 - the first parameterparam2 - the second parameterparam3 - the third parameterpublic final void infov(Throwable t, String format, Object... params)
BasicLoggerMessageFormat-style formatting.infov in interface BasicLoggert - the throwableformat - the message format stringparams - the parameterspublic final void infov(Throwable t, String format, Object param1)
BasicLoggerMessageFormat-style formatting.infov in interface BasicLoggert - the throwableformat - the message format stringparam1 - the sole parameterpublic final void infov(Throwable t, String format, Object param1, Object param2)
BasicLoggerMessageFormat-style formatting.infov in interface BasicLoggert - the throwableformat - the message format stringparam1 - the first parameterparam2 - the second parameterpublic final void infov(Throwable t, String format, Object param1, Object param2, Object param3)
BasicLoggerMessageFormat-style formatting.infov in interface BasicLoggert - the throwableformat - the message format stringparam1 - the first parameterparam2 - the second parameterparam3 - the third parameterpublic final void infof(String format, Object... params)
BasicLoggerinfof in interface BasicLoggerformat - the format string as per String.format(String, Object...) or resource bundle key thereforparams - the parameterspublic final void infof(String format, Object param1)
BasicLoggerinfof in interface BasicLoggerformat - the format string as per String.format(String, Object...) or resource bundle key thereforparam1 - the sole parameterpublic final void infof(String format, Object param1, Object param2)
BasicLoggerinfof in interface BasicLoggerformat - the format string as per String.format(String, Object...) or resource bundle key thereforparam1 - the first parameterparam2 - the second parameterpublic final void infof(String format, Object param1, Object param2, Object param3)
BasicLoggerinfof in interface BasicLoggerformat - the format string as per String.format(String, Object...) or resource bundle key thereforparam1 - the first parameterparam2 - the second parameterparam3 - the third parameterpublic final void infof(Throwable t, String format, Object... params)
BasicLoggerinfof in interface BasicLoggert - the throwableformat - the format string, as per String.format(String, Object...)params - the parameterspublic final void infof(Throwable t, String format, Object param1)
BasicLoggerinfof in interface BasicLoggert - the throwableformat - the format string, as per String.format(String, Object...)param1 - the sole parameterpublic final void infof(Throwable t, String format, Object param1, Object param2)
BasicLoggerinfof in interface BasicLoggert - the throwableformat - the format string, as per String.format(String, Object...)param1 - the first parameterparam2 - the second parameterpublic final void infof(Throwable t, String format, Object param1, Object param2, Object param3)
BasicLoggerinfof in interface BasicLoggert - the throwableformat - the format string, as per String.format(String, Object...)param1 - the first parameterparam2 - the second parameterparam3 - the third parameterpublic final void warn(Object message)
BasicLoggerwarn in interface BasicLoggermessage - the messagepublic final void warn(Object message, Throwable t)
BasicLoggerwarn in interface BasicLoggermessage - the messaget - the throwablepublic final void warn(String loggerFqcn, Object message, Throwable t)
BasicLoggerwarn in interface BasicLoggerloggerFqcn - the logger class namemessage - the messaget - the throwablepublic final void warn(String loggerFqcn, Object message, Object[] params, Throwable t)
BasicLoggerwarn in interface BasicLoggerloggerFqcn - the logger class namemessage - the messageparams - the message parameterst - the throwablepublic final void warnv(String format, Object... params)
BasicLoggerMessageFormat-style formatting.warnv in interface BasicLoggerformat - the message format stringparams - the parameterspublic final void warnv(String format, Object param1)
BasicLoggerMessageFormat-style formatting.warnv in interface BasicLoggerformat - the message format stringparam1 - the sole parameterpublic final void warnv(String format, Object param1, Object param2)
BasicLoggerMessageFormat-style formatting.warnv in interface BasicLoggerformat - the message format stringparam1 - the first parameterparam2 - the second parameterpublic final void warnv(String format, Object param1, Object param2, Object param3)
BasicLoggerMessageFormat-style formatting.warnv in interface BasicLoggerformat - the message format stringparam1 - the first parameterparam2 - the second parameterparam3 - the third parameterpublic final void warnv(Throwable t, String format, Object... params)
BasicLoggerMessageFormat-style formatting.warnv in interface BasicLoggert - the throwableformat - the message format stringparams - the parameterspublic final void warnv(Throwable t, String format, Object param1)
BasicLoggerMessageFormat-style formatting.warnv in interface BasicLoggert - the throwableformat - the message format stringparam1 - the sole parameterpublic final void warnv(Throwable t, String format, Object param1, Object param2)
BasicLoggerMessageFormat-style formatting.warnv in interface BasicLoggert - the throwableformat - the message format stringparam1 - the first parameterparam2 - the second parameterpublic final void warnv(Throwable t, String format, Object param1, Object param2, Object param3)
BasicLoggerMessageFormat-style formatting.warnv in interface BasicLoggert - the throwableformat - the message format stringparam1 - the first parameterparam2 - the second parameterparam3 - the third parameterpublic final void warnf(String format, Object... params)
BasicLoggerwarnf in interface BasicLoggerformat - the format string as per String.format(String, Object...) or resource bundle key thereforparams - the parameterspublic final void warnf(String format, Object param1)
BasicLoggerwarnf in interface BasicLoggerformat - the format string as per String.format(String, Object...) or resource bundle key thereforparam1 - the sole parameterpublic final void warnf(String format, Object param1, Object param2)
BasicLoggerwarnf in interface BasicLoggerformat - the format string as per String.format(String, Object...) or resource bundle key thereforparam1 - the first parameterparam2 - the second parameterpublic final void warnf(String format, Object param1, Object param2, Object param3)
BasicLoggerwarnf in interface BasicLoggerformat - the format string as per String.format(String, Object...) or resource bundle key thereforparam1 - the first parameterparam2 - the second parameterparam3 - the third parameterpublic final void warnf(Throwable t, String format, Object... params)
BasicLoggerwarnf in interface BasicLoggert - the throwableformat - the format string, as per String.format(String, Object...)params - the parameterspublic final void warnf(Throwable t, String format, Object param1)
BasicLoggerwarnf in interface BasicLoggert - the throwableformat - the format string, as per String.format(String, Object...)param1 - the sole parameterpublic final void warnf(Throwable t, String format, Object param1, Object param2)
BasicLoggerwarnf in interface BasicLoggert - the throwableformat - the format string, as per String.format(String, Object...)param1 - the first parameterparam2 - the second parameterpublic final void warnf(Throwable t, String format, Object param1, Object param2, Object param3)
BasicLoggerwarnf in interface BasicLoggert - the throwableformat - the format string, as per String.format(String, Object...)param1 - the first parameterparam2 - the second parameterparam3 - the third parameterpublic final void error(Object message)
BasicLoggererror in interface BasicLoggermessage - the messagepublic final void error(Object message, Throwable t)
BasicLoggererror in interface BasicLoggermessage - the messaget - the throwablepublic final void error(String loggerFqcn, Object message, Throwable t)
BasicLoggererror in interface BasicLoggerloggerFqcn - the logger class namemessage - the messaget - the throwablepublic final void error(String loggerFqcn, Object message, Object[] params, Throwable t)
BasicLoggererror in interface BasicLoggerloggerFqcn - the logger class namemessage - the messageparams - the message parameterst - the throwablepublic final void errorv(String format, Object... params)
BasicLoggerMessageFormat-style formatting.errorv in interface BasicLoggerformat - the message format stringparams - the parameterspublic final void errorv(String format, Object param1)
BasicLoggerMessageFormat-style formatting.errorv in interface BasicLoggerformat - the message format stringparam1 - the sole parameterpublic final void errorv(String format, Object param1, Object param2)
BasicLoggerMessageFormat-style formatting.errorv in interface BasicLoggerformat - the message format stringparam1 - the first parameterparam2 - the second parameterpublic final void errorv(String format, Object param1, Object param2, Object param3)
BasicLoggerMessageFormat-style formatting.errorv in interface BasicLoggerformat - the message format stringparam1 - the first parameterparam2 - the second parameterparam3 - the third parameterpublic final void errorv(Throwable t, String format, Object... params)
BasicLoggerMessageFormat-style formatting.errorv in interface BasicLoggert - the throwableformat - the message format stringparams - the parameterspublic final void errorv(Throwable t, String format, Object param1)
BasicLoggerMessageFormat-style formatting.errorv in interface BasicLoggert - the throwableformat - the message format stringparam1 - the sole parameterpublic final void errorv(Throwable t, String format, Object param1, Object param2)
BasicLoggerMessageFormat-style formatting.errorv in interface BasicLoggert - the throwableformat - the message format stringparam1 - the first parameterparam2 - the second parameterpublic final void errorv(Throwable t, String format, Object param1, Object param2, Object param3)
BasicLoggerMessageFormat-style formatting.errorv in interface BasicLoggert - the throwableformat - the message format stringparam1 - the first parameterparam2 - the second parameterparam3 - the third parameterpublic final void errorf(String format, Object... params)
BasicLoggererrorf in interface BasicLoggerformat - the format string as per String.format(String, Object...) or resource bundle key thereforparams - the parameterspublic final void errorf(String format, Object param1)
BasicLoggererrorf in interface BasicLoggerformat - the format string as per String.format(String, Object...) or resource bundle key thereforparam1 - the sole parameterpublic final void errorf(String format, Object param1, Object param2)
BasicLoggererrorf in interface BasicLoggerformat - the format string as per String.format(String, Object...) or resource bundle key thereforparam1 - the first parameterparam2 - the second parameterpublic final void errorf(String format, Object param1, Object param2, Object param3)
BasicLoggererrorf in interface BasicLoggerformat - the format string as per String.format(String, Object...) or resource bundle key thereforparam1 - the first parameterparam2 - the second parameterparam3 - the third parameterpublic final void errorf(Throwable t, String format, Object... params)
BasicLoggererrorf in interface BasicLoggert - the throwableformat - the format string, as per String.format(String, Object...)params - the parameterspublic final void errorf(Throwable t, String format, Object param1)
BasicLoggererrorf in interface BasicLoggert - the throwableformat - the format string, as per String.format(String, Object...)param1 - the sole parameterpublic final void errorf(Throwable t, String format, Object param1, Object param2)
BasicLoggererrorf in interface BasicLoggert - the throwableformat - the format string, as per String.format(String, Object...)param1 - the first parameterparam2 - the second parameterpublic final void errorf(Throwable t, String format, Object param1, Object param2, Object param3)
BasicLoggererrorf in interface BasicLoggert - the throwableformat - the format string, as per String.format(String, Object...)param1 - the first parameterparam2 - the second parameterparam3 - the third parameterpublic final void fatal(Object message)
BasicLoggerfatal in interface BasicLoggermessage - the messagepublic final void fatal(Object message, Throwable t)
BasicLoggerfatal in interface BasicLoggermessage - the messaget - the throwablepublic final void fatal(String loggerFqcn, Object message, Throwable t)
BasicLoggerfatal in interface BasicLoggerloggerFqcn - the logger class namemessage - the messaget - the throwablepublic final void fatal(String loggerFqcn, Object message, Object[] params, Throwable t)
BasicLoggerfatal in interface BasicLoggerloggerFqcn - the logger class namemessage - the messageparams - the message parameterst - the throwablepublic final void fatalv(String format, Object... params)
BasicLoggerMessageFormat-style formatting.fatalv in interface BasicLoggerformat - the message format stringparams - the parameterspublic final void fatalv(String format, Object param1)
BasicLoggerMessageFormat-style formatting.fatalv in interface BasicLoggerformat - the message format stringparam1 - the sole parameterpublic final void fatalv(String format, Object param1, Object param2)
BasicLoggerMessageFormat-style formatting.fatalv in interface BasicLoggerformat - the message format stringparam1 - the first parameterparam2 - the second parameterpublic final void fatalv(String format, Object param1, Object param2, Object param3)
BasicLoggerMessageFormat-style formatting.fatalv in interface BasicLoggerformat - the message format stringparam1 - the first parameterparam2 - the second parameterparam3 - the third parameterpublic final void fatalv(Throwable t, String format, Object... params)
BasicLoggerMessageFormat-style formatting.fatalv in interface BasicLoggert - the throwableformat - the message format stringparams - the parameterspublic final void fatalv(Throwable t, String format, Object param1)
BasicLoggerMessageFormat-style formatting.fatalv in interface BasicLoggert - the throwableformat - the message format stringparam1 - the sole parameterpublic final void fatalv(Throwable t, String format, Object param1, Object param2)
BasicLoggerMessageFormat-style formatting.fatalv in interface BasicLoggert - the throwableformat - the message format stringparam1 - the first parameterparam2 - the second parameterpublic final void fatalv(Throwable t, String format, Object param1, Object param2, Object param3)
BasicLoggerMessageFormat-style formatting.fatalv in interface BasicLoggert - the throwableformat - the message format stringparam1 - the first parameterparam2 - the second parameterparam3 - the third parameterpublic final void fatalf(String format, Object... params)
BasicLoggerfatalf in interface BasicLoggerformat - the format string as per String.format(String, Object...) or resource bundle key thereforparams - the parameterspublic final void fatalf(String format, Object param1)
BasicLoggerfatalf in interface BasicLoggerformat - the format string as per String.format(String, Object...) or resource bundle key thereforparam1 - the sole parameterpublic final void fatalf(String format, Object param1, Object param2)
BasicLoggerfatalf in interface BasicLoggerformat - the format string as per String.format(String, Object...) or resource bundle key thereforparam1 - the first parameterparam2 - the second parameterpublic final void fatalf(String format, Object param1, Object param2, Object param3)
BasicLoggerfatalf in interface BasicLoggerformat - the format string as per String.format(String, Object...) or resource bundle key thereforparam1 - the first parameterparam2 - the second parameterparam3 - the third parameterpublic final void fatalf(Throwable t, String format, Object... params)
BasicLoggerfatalf in interface BasicLoggert - the throwableformat - the format string, as per String.format(String, Object...)params - the parameterspublic final void fatalf(Throwable t, String format, Object param1)
BasicLoggerfatalf in interface BasicLoggert - the throwableformat - the format string, as per String.format(String, Object...)param1 - the sole parameterpublic final void fatalf(Throwable t, String format, Object param1, Object param2)
BasicLoggerfatalf in interface BasicLoggert - the throwableformat - the format string, as per String.format(String, Object...)param1 - the first parameterparam2 - the second parameterpublic final void fatalf(Throwable t, String format, Object param1, Object param2, Object param3)
BasicLoggerfatalf in interface BasicLoggert - the throwableformat - the format string, as per String.format(String, Object...)param1 - the first parameterparam2 - the second parameterparam3 - the third parameterpublic final boolean isEnabled(Logger.Level level)
BasicLoggerisEnabled in interface BasicLoggerlevel - the level to check fortrue if messages may be logged at the given level, false otherwisepublic final void log(Logger.Level level, Object message)
BasicLoggerlog in interface BasicLoggerlevel - the levelmessage - the messagepublic final void log(Logger.Level level, Object message, Throwable t)
BasicLoggerlog in interface BasicLoggerlevel - the levelmessage - the messaget - the throwablepublic final void log(Logger.Level level, String loggerFqcn, Object message, Throwable t)
BasicLoggerlog in interface BasicLoggerlevel - the levelloggerFqcn - the logger class namemessage - the messaget - the throwablepublic final void log(String loggerFqcn, Logger.Level level, Object message, Object[] params, Throwable t)
BasicLoggerlog in interface BasicLoggerloggerFqcn - the logger class namelevel - the levelmessage - the messageparams - the message parameterst - the throwablepublic final void logv(Logger.Level level, String format, Object... params)
BasicLoggerMessageFormat-style formatting.logv in interface BasicLoggerlevel - the levelformat - the message format stringparams - the parameterspublic final void logv(Logger.Level level, String format, Object param1)
BasicLoggerMessageFormat-style formatting.logv in interface BasicLoggerlevel - the levelformat - the message format stringparam1 - the sole parameterpublic final void logv(Logger.Level level, String format, Object param1, Object param2)
BasicLoggerMessageFormat-style formatting.logv in interface BasicLoggerlevel - the levelformat - the message format stringparam1 - the first parameterparam2 - the second parameterpublic final void logv(Logger.Level level, String format, Object param1, Object param2, Object param3)
BasicLoggerMessageFormat-style formatting.logv in interface BasicLoggerlevel - the levelformat - the message format stringparam1 - the first parameterparam2 - the second parameterparam3 - the third parameterpublic final void logv(Logger.Level level, Throwable t, String format, Object... params)
BasicLoggerMessageFormat-style formatting.logv in interface BasicLoggerlevel - the levelt - the throwableformat - the message format stringparams - the parameterspublic final void logv(Logger.Level level, Throwable t, String format, Object param1)
BasicLoggerMessageFormat-style formatting.logv in interface BasicLoggerlevel - the levelt - the throwableformat - the message format stringparam1 - the sole parameterpublic final void logv(Logger.Level level, Throwable t, String format, Object param1, Object param2)
BasicLoggerMessageFormat-style formatting.logv in interface BasicLoggerlevel - the levelt - the throwableformat - the message format stringparam1 - the first parameterparam2 - the second parameterpublic final void logv(Logger.Level level, Throwable t, String format, Object param1, Object param2, Object param3)
BasicLoggerMessageFormat-style formatting.logv in interface BasicLoggerlevel - the levelt - the throwableformat - the message format stringparam1 - the first parameterparam2 - the second parameterparam3 - the third parameterpublic final void logv(String loggerFqcn, Logger.Level level, Throwable t, String format, Object... params)
BasicLoggerMessageFormat-style formatting.logv in interface BasicLoggerloggerFqcn - the logger class namelevel - the levelt - the throwableformat - the message format stringparams - the parameterspublic final void logv(String loggerFqcn, Logger.Level level, Throwable t, String format, Object param1)
BasicLoggerMessageFormat-style formatting.logv in interface BasicLoggerloggerFqcn - the logger class namelevel - the levelt - the throwableformat - the message format stringparam1 - the sole parameterpublic final void logv(String loggerFqcn, Logger.Level level, Throwable t, String format, Object param1, Object param2)
BasicLoggerMessageFormat-style formatting.logv in interface BasicLoggerloggerFqcn - the logger class namelevel - the levelt - the throwableformat - the message format stringparam1 - the first parameterparam2 - the second parameterpublic final void logv(String loggerFqcn, Logger.Level level, Throwable t, String format, Object param1, Object param2, Object param3)
BasicLoggerMessageFormat-style formatting.logv in interface BasicLoggerloggerFqcn - the logger class namelevel - the levelt - the throwableformat - the message format stringparam1 - the first parameterparam2 - the second parameterparam3 - the third parameterpublic final void logf(Logger.Level level, String format, Object... params)
BasicLoggerlogf in interface BasicLoggerlevel - the levelformat - the format string as per String.format(String, Object...) or resource bundle key thereforparams - the parameterspublic final void logf(Logger.Level level, String format, Object param1)
BasicLoggerlogf in interface BasicLoggerlevel - the levelformat - the format string as per String.format(String, Object...) or resource bundle key thereforparam1 - the sole parameterpublic final void logf(Logger.Level level, String format, Object param1, Object param2)
BasicLoggerlogf in interface BasicLoggerlevel - the levelformat - the format string as per String.format(String, Object...) or resource bundle key thereforparam1 - the first parameterparam2 - the second parameterpublic final void logf(Logger.Level level, String format, Object param1, Object param2, Object param3)
BasicLoggerlogf in interface BasicLoggerlevel - the levelformat - the format string as per String.format(String, Object...) or resource bundle key thereforparam1 - the first parameterparam2 - the second parameterparam3 - the third parameterpublic final void logf(Logger.Level level, Throwable t, String format, Object... params)
BasicLoggerlogf in interface BasicLoggerlevel - the levelt - the throwableformat - the format string, as per String.format(String, Object...)params - the parameterspublic final void logf(Logger.Level level, Throwable t, String format, Object param1)
BasicLoggerlogf in interface BasicLoggerlevel - the levelt - the throwableformat - the format string, as per String.format(String, Object...)param1 - the sole parameterpublic final void logf(Logger.Level level, Throwable t, String format, Object param1, Object param2)
BasicLoggerlogf in interface BasicLoggerlevel - the levelt - the throwableformat - the format string, as per String.format(String, Object...)param1 - the first parameterparam2 - the second parameterpublic final void logf(Logger.Level level, Throwable t, String format, Object param1, Object param2, Object param3)
BasicLoggerlogf in interface BasicLoggerlevel - the levelt - the throwableformat - the format string, as per String.format(String, Object...)param1 - the first parameterparam2 - the second parameterparam3 - the third parameterpublic final void logf(String loggerFqcn, Logger.Level level, Throwable t, String format, Object... params)
BasicLoggerlogf in interface BasicLoggerloggerFqcn - the logger class namelevel - the levelt - the throwable causeformat - the format string as per String.format(String, Object...) or resource bundle key thereforparams - the message parameterspublic final void logf(String loggerFqcn, Logger.Level level, Throwable t, String format, Object param1)
BasicLoggerlogf in interface BasicLoggerloggerFqcn - the logger class namelevel - the levelt - the throwable causeformat - the format string as per String.format(String, Object...) or resource bundle key thereforparam1 - the sole parameterpublic final void logf(String loggerFqcn, Logger.Level level, Throwable t, String format, Object param1, Object param2)
BasicLoggerlogf in interface BasicLoggerloggerFqcn - the logger class namelevel - the levelt - the throwable causeformat - the format string as per String.format(String, Object...) or resource bundle key thereforparam1 - the first parameterparam2 - the second parameterpublic final void logf(String loggerFqcn, Logger.Level level, Throwable t, String format, Object param1, Object param2, Object param3)
BasicLoggerlogf in interface BasicLoggerloggerFqcn - the logger class namelevel - the levelt - the throwable causeformat - the format string as per String.format(String, Object...) or resource bundle key thereforparam1 - the first parameterparam2 - the second parameterparam3 - the third parameterpublic final void version(String versionString)
version in interface CoreMessageLoggerprotected String version$str()
public final void requiredDifferentProvider(String provider)
requiredDifferentProvider in interface CoreMessageLoggerprotected String requiredDifferentProvider$str()
public final void unableToObjectConnectionToQueryMetadata(SQLException error)
unableToObjectConnectionToQueryMetadata in interface CoreMessageLoggerprotected String unableToObjectConnectionToQueryMetadata$str()
public final void unableToObtainInitialContext(NamingException e)
unableToObtainInitialContext in interface CoreMessageLoggerprotected String unableToObtainInitialContext$str()
public final void unableToLoadCommand(HibernateException e)
unableToLoadCommand in interface CoreMessageLoggerprotected String unableToLoadCommand$str()
public final void secondLevelCachePuts(long secondLevelCachePutCount)
secondLevelCachePuts in interface CoreMessageLoggerprotected String secondLevelCachePuts$str()
public final void logicalConnectionReleasingPhysicalConnection()
logicalConnectionReleasingPhysicalConnection in interface CoreMessageLoggerprotected String logicalConnectionReleasingPhysicalConnection$str()
public final void writeLocksNotSupported(String entityName)
writeLocksNotSupported in interface CoreMessageLoggerprotected String writeLocksNotSupported$str()
public final void configuringFromFile(String file)
configuringFromFile in interface CoreMessageLoggerprotected String configuringFromFile$str()
public final void logicalConnectionClosed()
logicalConnectionClosed in interface CoreMessageLoggerprotected String logicalConnectionClosed$str()
public final void parsingXmlErrorForFile(String file, int lineNumber, String message)
parsingXmlErrorForFile in interface CoreMessageLoggerprotected String parsingXmlErrorForFile$str()
public final void factoryUnboundFromName(String name)
factoryUnboundFromName in interface CoreMessageLoggerprotected String factoryUnboundFromName$str()
public final void unregisteredStatement()
unregisteredStatement in interface CoreMessageLoggerprotected String unregisteredStatement$str()
public final void compositeIdClassDoesNotOverrideEquals(String name)
compositeIdClassDoesNotOverrideEquals in interface CoreMessageLoggerprotected String compositeIdClassDoesNotOverrideEquals$str()
public final void propertiesLoaded(Properties maskOut)
propertiesLoaded in interface CoreMessageLoggerprotected String propertiesLoaded$str()
public final void serviceProperties(Properties properties)
serviceProperties in interface CoreMessageLoggerprotected String serviceProperties$str()
public final void duplicateListener(String className)
duplicateListener in interface CoreMessageLoggerprotected String duplicateListener$str()
public final void missingEntityAnnotation(String className)
missingEntityAnnotation in interface CoreMessageLoggerprotected String missingEntityAnnotation$str()
public final void secondLevelCacheMisses(long secondLevelCacheMissCount)
secondLevelCacheMisses in interface CoreMessageLoggerprotected String secondLevelCacheMisses$str()
public final void deprecatedOracle9Dialect()
deprecatedOracle9Dialect in interface CoreMessageLoggerprotected String deprecatedOracle9Dialect$str()
public final void duplicateGeneratorTable(String name)
duplicateGeneratorTable in interface CoreMessageLoggerprotected String duplicateGeneratorTable$str()
public final void typeDefinedNoRegistrationKeys(BasicType type)
typeDefinedNoRegistrationKeys in interface CoreMessageLoggerprotected String typeDefinedNoRegistrationKeys$str()
public final void disablingContextualLOBCreationSinceConnectionNull()
disablingContextualLOBCreationSinceConnectionNull in interface CoreMessageLoggerprotected String disablingContextualLOBCreationSinceConnectionNull$str()
public final void schemaUpdateComplete()
schemaUpdateComplete in interface CoreMessageLoggerprotected String schemaUpdateComplete$str()
public final void statementsClosed(long closeStatementCount)
statementsClosed in interface CoreMessageLoggerprotected String statementsClosed$str()
public final void unableToToggleAutoCommit(Exception e)
unableToToggleAutoCommit in interface CoreMessageLoggerprotected String unableToToggleAutoCommit$str()
public final void usingStreams()
usingStreams in interface CoreMessageLoggerprotected String usingStreams$str()
public final void alreadySessionBound()
alreadySessionBound in interface CoreMessageLoggerprotected String alreadySessionBound$str()
public final void disallowingInsertStatementComment()
disallowingInsertStatementComment in interface CoreMessageLoggerprotected String disallowingInsertStatementComment$str()
public final void unableToCloseStreamError(IOException error)
unableToCloseStreamError in interface CoreMessageLoggerprotected String unableToCloseStreamError$str()
public final void loggingStatistics()
loggingStatistics in interface CoreMessageLoggerprotected String loggingStatistics$str()
public final void subResolverException(String message)
subResolverException in interface CoreMessageLoggerprotected String subResolverException$str()
public final void exceptionInAfterTransactionCompletionInterceptor(Throwable e)
exceptionInAfterTransactionCompletionInterceptor in interface CoreMessageLoggerprotected String exceptionInAfterTransactionCompletionInterceptor$str()
public final void unableToExecuteBatch(String message)
unableToExecuteBatch in interface CoreMessageLoggerprotected String unableToExecuteBatch$str()
public final void unableToBindValueToParameter(String nullSafeToString, int index, String message)
unableToBindValueToParameter in interface CoreMessageLoggerprotected String unableToBindValueToParameter$str()
public final void packageNotFound(String packageName)
packageNotFound in interface CoreMessageLoggerprotected String packageNotFound$str()
public final void typeRegistrationOverridesPrevious(String key, Type old)
typeRegistrationOverridesPrevious in interface CoreMessageLoggerprotected String typeRegistrationOverridesPrevious$str()
public final void columns(Set keySet)
columns in interface CoreMessageLoggerprotected String columns$str()
public final void collectionsLoaded(long collectionLoadCount)
collectionsLoaded in interface CoreMessageLoggerprotected String collectionsLoaded$str()
public final void duplicateMetadata()
duplicateMetadata in interface CoreMessageLoggerprotected String duplicateMetadata$str()
public final void sqlWarning(int errorCode,
String sqlState)
sqlWarning in interface CoreMessageLoggerprotected String sqlWarning$str()
public final void orderByAnnotationIndexedCollection()
orderByAnnotationIndexedCollection in interface CoreMessageLoggerprotected String orderByAnnotationIndexedCollection$str()
public final void preparedStatementAlreadyInBatch(String sql)
preparedStatementAlreadyInBatch in interface CoreMessageLoggerprotected String preparedStatementAlreadyInBatch$str()
public final void schemaExportComplete()
schemaExportComplete in interface CoreMessageLoggerprotected String schemaExportComplete$str()
public final void JavaSqlTypesMappedSameCodeMultipleTimes(int code,
String old,
String name)
JavaSqlTypesMappedSameCodeMultipleTimes in interface CoreMessageLoggerprotected String JavaSqlTypesMappedSameCodeMultipleTimes$str()
public final void invalidEditOfReadOnlyItem(Object key)
invalidEditOfReadOnlyItem in interface CoreMessageLoggerprotected String invalidEditOfReadOnlyItem$str()
public final void overridingTransactionStrategyDangerous(String transactionStrategy)
overridingTransactionStrategyDangerous in interface CoreMessageLoggerprotected String overridingTransactionStrategyDangerous$str()
public final void readingCachedMappings(File cachedFile)
readingCachedMappings in interface CoreMessageLoggerprotected String readingCachedMappings$str()
public final void unableToParseMetadata(String packageName)
unableToParseMetadata in interface CoreMessageLoggerprotected String unableToParseMetadata$str()
public final void unableToBuildEnhancementMetamodel(String className)
unableToBuildEnhancementMetamodel in interface CoreMessageLoggerprotected String unableToBuildEnhancementMetamodel$str()
public final void scopingTypesToSessionFactoryAfterAlreadyScoped(SessionFactoryImplementor factory, SessionFactoryImplementor factory2)
scopingTypesToSessionFactoryAfterAlreadyScoped in interface CoreMessageLoggerprotected String scopingTypesToSessionFactoryAfterAlreadyScoped$str()
public final void entitiesInserted(long entityInsertCount)
entitiesInserted in interface CoreMessageLoggerprotected String entitiesInserted$str()
public final void unableToLogSqlWarnings(SQLException sqle)
unableToLogSqlWarnings in interface CoreMessageLoggerprotected String unableToLogSqlWarnings$str()
public final void unableToLocateConfiguredSchemaNameResolver(String resolverClassName, String message)
unableToLocateConfiguredSchemaNameResolver in interface CoreMessageLoggerprotected String unableToLocateConfiguredSchemaNameResolver$str()
public final void unableToCloseInputStream(IOException e)
unableToCloseInputStream in interface CoreMessageLoggerprotected String unableToCloseInputStream$str()
public final void connectionProperties(Properties connectionProps)
connectionProperties in interface CoreMessageLoggerprotected String connectionProperties$str()
public final void legacyTransactionManagerStrategy(String name, String jtaPlatform)
legacyTransactionManagerStrategy in interface CoreMessageLoggerprotected String legacyTransactionManagerStrategy$str()
public final void unableToDeserializeCache(String path, SerializationException error)
unableToDeserializeCache in interface CoreMessageLoggerprotected String unableToDeserializeCache$str()
public final void invalidDiscriminatorAnnotation(String className)
invalidDiscriminatorAnnotation in interface CoreMessageLoggerprotected String invalidDiscriminatorAnnotation$str()
public final void missingArguments(int anticipatedNumberOfArguments,
int numberOfArguments)
missingArguments in interface CoreMessageLoggerprotected String missingArguments$str()
public final void writingGeneratedSchemaToFile(String outputFile)
writingGeneratedSchemaToFile in interface CoreMessageLoggerprotected String writingGeneratedSchemaToFile$str()
public final void unableToExecuteResolver(AbstractDialectResolver abstractDialectResolver, String message)
unableToExecuteResolver in interface CoreMessageLoggerprotected String unableToExecuteResolver$str()
public final void unableToTransformClass(String message)
unableToTransformClass in interface CoreMessageLoggerprotected String unableToTransformClass$str()
public final String unableToPerformJdbcCommit()
unableToPerformJdbcCommit in interface CoreMessageLoggerprotected String unableToPerformJdbcCommit$str()
public final void entityManagerClosedBySomeoneElse(String autoCloseSession)
entityManagerClosedBySomeoneElse in interface CoreMessageLoggerprotected String entityManagerClosedBySomeoneElse$str()
public final void cleaningUpConnectionPool(String url)
cleaningUpConnectionPool in interface CoreMessageLoggerprotected String cleaningUpConnectionPool$str()
public final void connectionsObtained(long connectCount)
connectionsObtained in interface CoreMessageLoggerprotected String connectionsObtained$str()
public final Object unableToUpdateHiValue(String tableName)
unableToUpdateHiValue in interface CoreMessageLoggerprotected String unableToUpdateHiValue$str()
public final void resolvedSqlTypeDescriptorForDifferentSqlCode(String name, String valueOf, String name2, String valueOf2)
resolvedSqlTypeDescriptorForDifferentSqlCode in interface CoreMessageLoggerprotected String resolvedSqlTypeDescriptorForDifferentSqlCode$str()
public final void unexpectedLiteralTokenType(int type)
unexpectedLiteralTokenType in interface CoreMessageLoggerprotected String unexpectedLiteralTokenType$str()
public final void unableToRunSchemaUpdate(Exception e)
unableToRunSchemaUpdate in interface CoreMessageLoggerprotected String unableToRunSchemaUpdate$str()
public final void unableToDestroyUpdateTimestampsCache(String region, String message)
unableToDestroyUpdateTimestampsCache in interface CoreMessageLoggerprotected String unableToDestroyUpdateTimestampsCache$str()
public final void sessionsClosed(long sessionCloseCount)
sessionsClosed in interface CoreMessageLoggerprotected String sessionsClosed$str()
public final void indexes(Set keySet)
indexes in interface CoreMessageLoggerprotected String indexes$str()
public final void entitiesFetched(long entityFetchCount)
entitiesFetched in interface CoreMessageLoggerprotected String entitiesFetched$str()
public final void startingUpdateTimestampsCache(String region)
startingUpdateTimestampsCache in interface CoreMessageLoggerprotected String startingUpdateTimestampsCache$str()
public final void autoCommitMode(boolean autocommit)
autoCommitMode in interface CoreMessageLoggerprotected String autoCommitMode$str()
public final void warningsCreatingTempTable(SQLWarning warning)
warningsCreatingTempTable in interface CoreMessageLoggerprotected String warningsCreatingTempTable$str()
public final void unableToUnbindFactoryFromJndi(JndiException e)
unableToUnbindFactoryFromJndi in interface CoreMessageLoggerprotected String unableToUnbindFactoryFromJndi$str()
public final void queryCachePuts(long queryCachePutCount)
queryCachePuts in interface CoreMessageLoggerprotected String queryCachePuts$str()
public final void illegalPropertySetterArgument(String name, String propertyName)
illegalPropertySetterArgument in interface CoreMessageLoggerprotected String illegalPropertySetterArgument$str()
public final void unregisteredResultSetWithoutStatement()
unregisteredResultSetWithoutStatement in interface CoreMessageLoggerprotected String unregisteredResultSetWithoutStatement$str()
public final void invalidOnDeleteAnnotation(String entityName)
invalidOnDeleteAnnotation in interface CoreMessageLoggerprotected String invalidOnDeleteAnnotation$str()
public final void unableToStopService(Class class1, String string)
unableToStopService in interface CoreMessageLoggerprotected String unableToStopService$str()
public final void unableToCloseSession(HibernateException e)
unableToCloseSession in interface CoreMessageLoggerprotected String unableToCloseSession$str()
public final void hibernateConnectionPoolSize(int poolSize)
hibernateConnectionPoolSize in interface CoreMessageLoggerprotected String hibernateConnectionPoolSize$str()
public final void forcingTableUse()
forcingTableUse in interface CoreMessageLoggerprotected String forcingTableUse$str()
public final void invalidSubStrategy(String className)
invalidSubStrategy in interface CoreMessageLoggerprotected String invalidSubStrategy$str()
public final void unableToRetrieveCache(String namespace, String message)
unableToRetrieveCache in interface CoreMessageLoggerprotected String unableToRetrieveCache$str()
public final void parsingXmlError(int lineNumber,
String message)
parsingXmlError in interface CoreMessageLoggerprotected String parsingXmlError$str()
public final void unableToReleaseBatchStatement()
unableToReleaseBatchStatement in interface CoreMessageLoggerprotected String unableToReleaseBatchStatement$str()
public final void deprecatedUuidGenerator(String name, String name2)
deprecatedUuidGenerator in interface CoreMessageLoggerprotected String deprecatedUuidGenerator$str()
public final void timestampCachePuts(long updateTimestampsCachePutCount)
timestampCachePuts in interface CoreMessageLoggerprotected String timestampCachePuts$str()
public final void pooledOptimizerReportedInitialValue(IntegralDataTypeHolder value)
pooledOptimizerReportedInitialValue in interface CoreMessageLoggerprotected String pooledOptimizerReportedInitialValue$str()
public final void unexpectedRowCounts()
unexpectedRowCounts in interface CoreMessageLoggerprotected String unexpectedRowCounts$str()
public final void stoppingService()
stoppingService in interface CoreMessageLoggerprotected String stoppingService$str()
public final void searchingForMappingDocuments(String name)
searchingForMappingDocuments in interface CoreMessageLoggerprotected String searchingForMappingDocuments$str()
public final void startingServiceAtJndiName(String boundName)
startingServiceAtJndiName in interface CoreMessageLoggerprotected String startingServiceAtJndiName$str()
public final void loadingCollectionKeyNotFound(CollectionKey collectionKey)
loadingCollectionKeyNotFound in interface CoreMessageLoggerprotected String loadingCollectionKeyNotFound$str()
public final void naturalIdCacheHits(long naturalIdCacheHitCount)
naturalIdCacheHits in interface CoreMessageLoggerprotected String naturalIdCacheHits$str()
public final void unableToLogWarnings(SQLException e)
unableToLogWarnings in interface CoreMessageLoggerprotected String unableToLogWarnings$str()
public final void unableToCloseOutputFile(String outputFile, IOException e)
unableToCloseOutputFile in interface CoreMessageLoggerprotected String unableToCloseOutputFile$str()
public final void deprecatedForceDescriminatorAnnotation()
deprecatedForceDescriminatorAnnotation in interface CoreMessageLoggerprotected String deprecatedForceDescriminatorAnnotation$str()
public final void hydratingEntitiesCount(int size)
hydratingEntitiesCount in interface CoreMessageLoggerprotected String hydratingEntitiesCount$str()
public final void unableToCloseConnection(Exception e)
unableToCloseConnection in interface CoreMessageLoggerprotected String unableToCloseConnection$str()
public final void naturalIdQueriesExecuted(long naturalIdQueriesExecutionCount)
naturalIdQueriesExecuted in interface CoreMessageLoggerprotected String naturalIdQueriesExecuted$str()
public final void unableToSwitchToMethodUsingColumnIndex(Method method)
unableToSwitchToMethodUsingColumnIndex in interface CoreMessageLoggerprotected String unableToSwitchToMethodUsingColumnIndex$str()
public final void honoringOptimizerSetting(String none, String incrementParam, int incrementSize)
honoringOptimizerSetting in interface CoreMessageLoggerprotected String honoringOptimizerSetting$str()
public final void exceptionInSubResolver(String message)
exceptionInSubResolver in interface CoreMessageLoggerprotected String exceptionInSubResolver$str()
public final void setManagerLookupClass()
setManagerLookupClass in interface CoreMessageLoggerprotected String setManagerLookupClass$str()
public final String unableToQueryDatabaseMetadata()
unableToQueryDatabaseMetadata in interface CoreMessageLoggerprotected String unableToQueryDatabaseMetadata$str()
public final void localLoadingCollectionKeysCount(int size)
localLoadingCollectionKeysCount in interface CoreMessageLoggerprotected String localLoadingCollectionKeysCount$str()
public final void noAppropriateConnectionProvider()
noAppropriateConnectionProvider in interface CoreMessageLoggerprotected String noAppropriateConnectionProvider$str()
public final String unableToReadHiValue(String tableName)
unableToReadHiValue in interface CoreMessageLoggerprotected String unableToReadHiValue$str()
public final void unableToConstructSqlExceptionConverter(Throwable t)
unableToConstructSqlExceptionConverter in interface CoreMessageLoggerprotected String unableToConstructSqlExceptionConverter$str()
public final void hsqldbSupportsOnlyReadCommittedIsolation()
hsqldbSupportsOnlyReadCommittedIsolation in interface CoreMessageLoggerprotected String hsqldbSupportsOnlyReadCommittedIsolation$str()
public final void entitiesLoaded(long entityLoadCount)
entitiesLoaded in interface CoreMessageLoggerprotected String entitiesLoaded$str()
public final void unableToCompleteSchemaValidation(SQLException e)
unableToCompleteSchemaValidation in interface CoreMessageLoggerprotected String unableToCompleteSchemaValidation$str()
public final void queryCacheMisses(long queryCacheMissCount)
queryCacheMisses in interface CoreMessageLoggerprotected String queryCacheMisses$str()
public final void unknownSqlServerVersion(int databaseMajorVersion)
unknownSqlServerVersion in interface CoreMessageLoggerprotected String unknownSqlServerVersion$str()
public final void usingDefaultIdGeneratorSegmentValue(String tableName, String segmentColumnName, String defaultToUse)
usingDefaultIdGeneratorSegmentValue in interface CoreMessageLoggerprotected String usingDefaultIdGeneratorSegmentValue$str()
public final void usingDriver(String driverClassName, String url)
usingDriver in interface CoreMessageLoggerprotected String usingDriver$str()
public final void unableToCreateProxyFactory(String entityName, HibernateException e)
unableToCreateProxyFactory in interface CoreMessageLoggerprotected String unableToCreateProxyFactory$str()
public final void exceptionHeaderFound(String exceptionHeader, String metaInfOrmXml)
exceptionHeaderFound in interface CoreMessageLoggerprotected String exceptionHeaderFound$str()
public final void unableToObtainConnectionMetadata(String message)
unableToObtainConnectionMetadata in interface CoreMessageLoggerprotected String unableToObtainConnectionMetadata$str()
public final void unableToReadColumnValueFromResultSet(String name, String message)
unableToReadColumnValueFromResultSet in interface CoreMessageLoggerprotected String unableToReadColumnValueFromResultSet$str()
public final void unsuccessfulCreate(String string)
unsuccessfulCreate in interface CoreMessageLoggerprotected String unsuccessfulCreate$str()
public final void unableToBindEjb3ConfigurationToJndi(JndiException e)
unableToBindEjb3ConfigurationToJndi in interface CoreMessageLoggerprotected String unableToBindEjb3ConfigurationToJndi$str()
public final void runningSchemaValidator()
runningSchemaValidator in interface CoreMessageLoggerprotected String runningSchemaValidator$str()
public final void hql(String hql, Long valueOf, Long valueOf2)
hql in interface CoreMessageLoggerprotected String hql$str()
public final void statementsPrepared(long prepareStatementCount)
statementsPrepared in interface CoreMessageLoggerprotected String statementsPrepared$str()
public final String jdbcRollbackFailed()
jdbcRollbackFailed in interface CoreMessageLoggerprotected String jdbcRollbackFailed$str()
public final void runningHbm2ddlSchemaExport()
runningHbm2ddlSchemaExport in interface CoreMessageLoggerprotected String runningHbm2ddlSchemaExport$str()
public final void collectionsFetched(long collectionFetchCount)
collectionsFetched in interface CoreMessageLoggerprotected String collectionsFetched$str()
public final void unableToLocateMBeanServer()
unableToLocateMBeanServer in interface CoreMessageLoggerprotected String unableToLocateMBeanServer$str()
public final void filterAnnotationOnSubclass(String className)
filterAnnotationOnSubclass in interface CoreMessageLoggerprotected String filterAnnotationOnSubclass$str()
public final void invalidTableAnnotation(String className)
invalidTableAnnotation in interface CoreMessageLoggerprotected String invalidTableAnnotation$str()
public final void jdbcDriverNotSpecified(String driver)
jdbcDriverNotSpecified in interface CoreMessageLoggerprotected String jdbcDriverNotSpecified$str()
public final void batchContainedStatementsOnRelease()
batchContainedStatementsOnRelease in interface CoreMessageLoggerprotected String batchContainedStatementsOnRelease$str()
public final void unableToCloseSessionButSwallowingError(HibernateException e)
unableToCloseSessionButSwallowingError in interface CoreMessageLoggerprotected String unableToCloseSessionButSwallowingError$str()
public final void duplicateGeneratorName(String name)
duplicateGeneratorName in interface CoreMessageLoggerprotected String duplicateGeneratorName$str()
public final void readingMappingsFromFile(String path)
readingMappingsFromFile in interface CoreMessageLoggerprotected String readingMappingsFromFile$str()
public final void usingReflectionOptimizer()
usingReflectionOptimizer in interface CoreMessageLoggerprotected String usingReflectionOptimizer$str()
public final void unableToLocateCustomOptimizerClass(String type)
unableToLocateCustomOptimizerClass in interface CoreMessageLoggerprotected String unableToLocateCustomOptimizerClass$str()
public final void narrowingProxy(Class concreteProxyClass)
narrowingProxy in interface CoreMessageLoggerprotected String narrowingProxy$str()
public final void callingJoinTransactionOnNonJtaEntityManager()
callingJoinTransactionOnNonJtaEntityManager in interface CoreMessageLoggerprotected String callingJoinTransactionOnNonJtaEntityManager$str()
public final void unableToDestroyQueryCache(String region, String message)
unableToDestroyQueryCache in interface CoreMessageLoggerprotected String unableToDestroyQueryCache$str()
public final void queriesExecuted(long queryExecutionCount)
queriesExecuted in interface CoreMessageLoggerprotected String queriesExecuted$str()
public final void unableToReleaseCreatedMBeanServer(String string)
unableToReleaseCreatedMBeanServer in interface CoreMessageLoggerprotected String unableToReleaseCreatedMBeanServer$str()
public final void unableToAccessEjb3Configuration(NamingException e)
unableToAccessEjb3Configuration in interface CoreMessageLoggerprotected String unableToAccessEjb3Configuration$str()
public final void unableToCloseInputFiles(String name, IOException e)
unableToCloseInputFiles in interface CoreMessageLoggerprotected String unableToCloseInputFiles$str()
public final void startingQueryCache(String region)
startingQueryCache in interface CoreMessageLoggerprotected String startingQueryCache$str()
public final void firstOrMaxResultsSpecifiedWithCollectionFetch()
firstOrMaxResultsSpecifiedWithCollectionFetch in interface CoreMessageLoggerprotected String firstOrMaxResultsSpecifiedWithCollectionFetch$str()
public final void collectionsRemoved(long collectionRemoveCount)
collectionsRemoved in interface CoreMessageLoggerprotected String collectionsRemoved$str()
public final void disablingContextualLOBCreation(String nonContextualLobCreation)
disablingContextualLOBCreation in interface CoreMessageLoggerprotected String disablingContextualLOBCreation$str()
public final void unableToObtainConnectionToQueryMetadata(String message)
unableToObtainConnectionToQueryMetadata in interface CoreMessageLoggerprotected String unableToObtainConnectionToQueryMetadata$str()
public final void tableNotFound(String name)
tableNotFound in interface CoreMessageLoggerprotected String tableNotFound$str()
public final void illegalPropertyGetterArgument(String name, String propertyName)
illegalPropertyGetterArgument in interface CoreMessageLoggerprotected String illegalPropertyGetterArgument$str()
public final void unableToAccessTypeInfoResultSet(String string)
unableToAccessTypeInfoResultSet in interface CoreMessageLoggerprotected String unableToAccessTypeInfoResultSet$str()
public final void duplicateImport(String entityName, String rename)
duplicateImport in interface CoreMessageLoggerprotected String duplicateImport$str()
public final void propertyNotFound(String property)
propertyNotFound in interface CoreMessageLoggerprotected String propertyNotFound$str()
public final void unsupportedAfterStatement()
unsupportedAfterStatement in interface CoreMessageLoggerprotected String unsupportedAfterStatement$str()
public final void bytecodeProvider(String provider)
bytecodeProvider in interface CoreMessageLoggerprotected String bytecodeProvider$str()
public final void entityAnnotationOnNonRoot(String className)
entityAnnotationOnNonRoot in interface CoreMessageLoggerprotected String entityAnnotationOnNonRoot$str()
public final void immutableAnnotationOnNonRoot(String className)
immutableAnnotationOnNonRoot in interface CoreMessageLoggerprotected String immutableAnnotationOnNonRoot$str()
public final void naturalIdCachePuts(long naturalIdCachePutCount)
naturalIdCachePuts in interface CoreMessageLoggerprotected String naturalIdCachePuts$str()
public final void readOnlyCacheConfiguredForMutableCollection(String name)
readOnlyCacheConfiguredForMutableCollection in interface CoreMessageLoggerprotected String readOnlyCacheConfiguredForMutableCollection$str()
public final void instantiatingExplicitConnectionProvider(String providerClassName)
instantiatingExplicitConnectionProvider in interface CoreMessageLoggerprotected String instantiatingExplicitConnectionProvider$str()
public final void naturalIdCacheMisses(long naturalIdCacheMissCount)
naturalIdCacheMisses in interface CoreMessageLoggerprotected String naturalIdCacheMisses$str()
public final void deprecatedTransactionManagerStrategy(String name, String transactionManagerStrategy, String name2, String jtaPlatform)
deprecatedTransactionManagerStrategy in interface CoreMessageLoggerprotected String deprecatedTransactionManagerStrategy$str()
public final void sqlExceptionEscapedProxy(SQLException e)
sqlExceptionEscapedProxy in interface CoreMessageLoggerprotected String sqlExceptionEscapedProxy$str()
public final void entityManagerFactoryAlreadyRegistered(String emfName, String propertyName)
entityManagerFactoryAlreadyRegistered in interface CoreMessageLoggerprotected String entityManagerFactoryAlreadyRegistered$str()
public final void unableToStopHibernateService(Exception e)
unableToStopHibernateService in interface CoreMessageLoggerprotected String unableToStopHibernateService$str()
public final void processingPersistenceUnitInfoName(String persistenceUnitName)
processingPersistenceUnitInfoName in interface CoreMessageLoggerprotected String processingPersistenceUnitInfoName$str()
public final void unknownIngresVersion(int databaseMajorVersion)
unknownIngresVersion in interface CoreMessageLoggerprotected String unknownIngresVersion$str()
public final void unableToWriteCachedFile(String path, String message)
unableToWriteCachedFile in interface CoreMessageLoggerprotected String unableToWriteCachedFile$str()
public final void containerProvidingNullPersistenceUnitRootUrl()
containerProvidingNullPersistenceUnitRootUrl in interface CoreMessageLoggerprotected String containerProvidingNullPersistenceUnitRootUrl$str()
public final void entityMappedAsNonAbstract(String name)
entityMappedAsNonAbstract in interface CoreMessageLoggerprotected String entityMappedAsNonAbstract$str()
public final void jaccContextId(String contextId)
jaccContextId in interface CoreMessageLoggerprotected String jaccContextId$str()
public final void unableToGetDatabaseMetadata(SQLException e)
unableToGetDatabaseMetadata in interface CoreMessageLoggerprotected String unableToGetDatabaseMetadata$str()
public final void runningHbm2ddlSchemaUpdate()
runningHbm2ddlSchemaUpdate in interface CoreMessageLoggerprotected String runningHbm2ddlSchemaUpdate$str()
public final void cannotResolveNonNullableTransientDependencies(String transientEntityString, Set dependentEntityStrings, Set nonNullableAssociationPaths)
cannotResolveNonNullableTransientDependencies in interface CoreMessageLoggerprotected String cannotResolveNonNullableTransientDependencies$str()
public final String unableToLocateConfigFile(String path)
unableToLocateConfigFile in interface CoreMessageLoggerprotected String unableToLocateConfigFile$str()
public final void entityIdentifierValueBindingExists(String name)
entityIdentifierValueBindingExists in interface CoreMessageLoggerprotected String entityIdentifierValueBindingExists$str()
public final void duplicateJoins(String entityName)
duplicateJoins in interface CoreMessageLoggerprotected String duplicateJoins$str()
public final void factoryUnboundFromJndiName(String name)
factoryUnboundFromJndiName in interface CoreMessageLoggerprotected String factoryUnboundFromJndiName$str()
public final void unsuccessful(String sql)
unsuccessful in interface CoreMessageLoggerprotected String unsuccessful$str()
public final void configuredSessionFactory(String name)
configuredSessionFactory in interface CoreMessageLoggerprotected String configuredSessionFactory$str()
public final void autoFlushWillNotWork()
autoFlushWillNotWork in interface CoreMessageLoggerprotected String autoFlushWillNotWork$str()
public final void usingTimestampWorkaround()
usingTimestampWorkaround in interface CoreMessageLoggerprotected String usingTimestampWorkaround$str()
public final void processEqualityExpression()
processEqualityExpression in interface CoreMessageLoggerprotected String processEqualityExpression$str()
public final void disablingContextualLOBCreationSinceCreateClobFailed(Throwable t)
disablingContextualLOBCreationSinceCreateClobFailed in interface CoreMessageLoggerprotected String disablingContextualLOBCreationSinceCreateClobFailed$str()
public final void unableToConfigureSqlExceptionConverter(HibernateException e)
unableToConfigureSqlExceptionConverter in interface CoreMessageLoggerprotected String unableToConfigureSqlExceptionConverter$str()
public final void unableToReleaseTypeInfoResultSet()
unableToReleaseTypeInfoResultSet in interface CoreMessageLoggerprotected String unableToReleaseTypeInfoResultSet$str()
public final void rdmsOs2200Dialect()
rdmsOs2200Dialect in interface CoreMessageLoggerprotected String rdmsOs2200Dialect$str()
public final String unableToDetermineTransactionStatus()
unableToDetermineTransactionStatus in interface CoreMessageLoggerprotected String unableToDetermineTransactionStatus$str()
public final void unableToCloseStream(IOException e)
unableToCloseStream in interface CoreMessageLoggerprotected String unableToCloseStream$str()
public final void sortAnnotationIndexedCollection()
sortAnnotationIndexedCollection in interface CoreMessageLoggerprotected String sortAnnotationIndexedCollection$str()
public final void unableToLocateUuidGenerationStrategy(String strategyClassName)
unableToLocateUuidGenerationStrategy in interface CoreMessageLoggerprotected String unableToLocateUuidGenerationStrategy$str()
public final void entitiesUpdated(long entityUpdateCount)
entitiesUpdated in interface CoreMessageLoggerprotected String entitiesUpdated$str()
public final void proxoolProviderClassNotFound(String proxoolProviderClassName)
proxoolProviderClassNotFound in interface CoreMessageLoggerprotected String proxoolProviderClassNotFound$str()
public final void unableToResolveAggregateFunction(String name)
unableToResolveAggregateFunction in interface CoreMessageLoggerprotected String unableToResolveAggregateFunction$str()
public final void unableToCloseIterator(SQLException e)
unableToCloseIterator in interface CoreMessageLoggerprotected String unableToCloseIterator$str()
public final void tableFound(String string)
tableFound in interface CoreMessageLoggerprotected String tableFound$str()
public final void persistenceProviderCallerDoesNotImplementEjb3SpecCorrectly()
persistenceProviderCallerDoesNotImplementEjb3SpecCorrectly in interface CoreMessageLoggerprotected String persistenceProviderCallerDoesNotImplementEjb3SpecCorrectly$str()
public final void schemaExportUnsuccessful(Exception e)
schemaExportUnsuccessful in interface CoreMessageLoggerprotected String schemaExportUnsuccessful$str()
public final void unableToInstantiateUuidGenerationStrategy(Exception ignore)
unableToInstantiateUuidGenerationStrategy in interface CoreMessageLoggerprotected String unableToInstantiateUuidGenerationStrategy$str()
public final void unableToCompleteSchemaUpdate(Exception e)
unableToCompleteSchemaUpdate in interface CoreMessageLoggerprotected String unableToCompleteSchemaUpdate$str()
public final void incompleteMappingMetadataCacheProcessing()
incompleteMappingMetadataCacheProcessing in interface CoreMessageLoggerprotected String incompleteMappingMetadataCacheProcessing$str()
public final void creatingSubcontextInfo(String intermediateContextName)
creatingSubcontextInfo in interface CoreMessageLoggerprotected String creatingSubcontextInfo$str()
public final void jdbcIsolationLevel(String isolationLevelToString)
jdbcIsolationLevel in interface CoreMessageLoggerprotected String jdbcIsolationLevel$str()
public final void unableToCloseInitialContext(String string)
unableToCloseInitialContext in interface CoreMessageLoggerprotected String unableToCloseInitialContext$str()
public final void unableToReadClass(String message)
unableToReadClass in interface CoreMessageLoggerprotected String unableToReadClass$str()
public final void naturalIdMaxQueryTime(long naturalIdQueryExecutionMaxTime)
naturalIdMaxQueryTime in interface CoreMessageLoggerprotected String naturalIdMaxQueryTime$str()
public final void expectedType(String name, String string)
expectedType in interface CoreMessageLoggerprotected String expectedType$str()
public final void noDefaultConstructor(String name)
noDefaultConstructor in interface CoreMessageLoggerprotected String noDefaultConstructor$str()
public final void invalidArrayElementType(String message)
invalidArrayElementType in interface CoreMessageLoggerprotected String invalidArrayElementType$str()
public final void undeterminedH2Version()
undeterminedH2Version in interface CoreMessageLoggerprotected String undeterminedH2Version$str()
public final void deprecatedOracleDialect()
deprecatedOracleDialect in interface CoreMessageLoggerprotected String deprecatedOracleDialect$str()
public final void foreignKeys(Set keySet)
foreignKeys in interface CoreMessageLoggerprotected String foreignKeys$str()
public final void jndiInitialContextProperties(Hashtable hash)
jndiInitialContextProperties in interface CoreMessageLoggerprotected String jndiInitialContextProperties$str()
public final void closing()
closing in interface CoreMessageLoggerprotected String closing$str()
public final void readingMappingsFromResource(String resourceName)
readingMappingsFromResource in interface CoreMessageLoggerprotected String readingMappingsFromResource$str()
public final void unableToInstantiateConfiguredSchemaNameResolver(String resolverClassName, String message)
unableToInstantiateConfiguredSchemaNameResolver in interface CoreMessageLoggerprotected String unableToInstantiateConfiguredSchemaNameResolver$str()
public final void containsJoinFetchedCollection(String role)
containsJoinFetchedCollection in interface CoreMessageLoggerprotected String containsJoinFetchedCollection$str()
public final String unableToDetermineTransactionStatusAfterCommit()
unableToDetermineTransactionStatusAfterCommit in interface CoreMessageLoggerprotected String unableToDetermineTransactionStatusAfterCommit$str()
public final String unableToRollbackJta()
unableToRollbackJta in interface CoreMessageLoggerprotected String unableToRollbackJta$str()
public final void recognizedObsoleteHibernateNamespace(String oldHibernateNamespace, String hibernateNamespace)
recognizedObsoleteHibernateNamespace in interface CoreMessageLoggerprotected String recognizedObsoleteHibernateNamespace$str()
public final void renamedProperty(Object propertyName, Object newPropertyName)
renamedProperty in interface CoreMessageLoggerprotected String renamedProperty$str()
public final void maxQueryTime(long queryExecutionMaxTime)
maxQueryTime in interface CoreMessageLoggerprotected String maxQueryTime$str()
public final void definingFlushBeforeCompletionIgnoredInHem(String flushBeforeCompletion)
definingFlushBeforeCompletionIgnoredInHem in interface CoreMessageLoggerprotected String definingFlushBeforeCompletionIgnoredInHem$str()
public final void unableToCloseOutputStream(IOException e)
unableToCloseOutputStream in interface CoreMessageLoggerprotected String unableToCloseOutputStream$str()
public final void transactionStartedOnNonRootSession()
transactionStartedOnNonRootSession in interface CoreMessageLoggerprotected String transactionStartedOnNonRootSession$str()
public final void timestampCacheMisses(long updateTimestampsCachePutCount)
timestampCacheMisses in interface CoreMessageLoggerprotected String timestampCacheMisses$str()
public final void successfulTransactions(long committedTransactionCount)
successfulTransactions in interface CoreMessageLoggerprotected String successfulTransactions$str()
public final void unableToResolveMappingFile(String xmlFile)
unableToResolveMappingFile in interface CoreMessageLoggerprotected String unableToResolveMappingFile$str()
public final void factoryBoundToJndiName(String name)
factoryBoundToJndiName in interface CoreMessageLoggerprotected String factoryBoundToJndiName$str()
public final void guidGenerated(String result)
guidGenerated in interface CoreMessageLoggerprotected String guidGenerated$str()
public final void expired(Object key)
expired in interface CoreMessageLoggerprotected String expired$str()
public final void unsupportedOracleVersion()
unsupportedOracleVersion in interface CoreMessageLoggerprotected String unsupportedOracleVersion$str()
public final void unableToRetrieveTypeInfoResultSet(String string)
unableToRetrieveTypeInfoResultSet in interface CoreMessageLoggerprotected String unableToRetrieveTypeInfoResultSet$str()
public final void unableToCleanupTemporaryIdTable(Throwable t)
unableToCleanupTemporaryIdTable in interface CoreMessageLoggerprotected String unableToCleanupTemporaryIdTable$str()
public final void jdbcAutoCommitFalseBreaksEjb3Spec(String autocommit)
jdbcAutoCommitFalseBreaksEjb3Spec in interface CoreMessageLoggerprotected String jdbcAutoCommitFalseBreaksEjb3Spec$str()
public final void exceptionHeaderNotFound(String exceptionHeader, String metaInfOrmXml)
exceptionHeaderNotFound in interface CoreMessageLoggerprotected String exceptionHeaderNotFound$str()
public final void unableToCloseJar(String message)
unableToCloseJar in interface CoreMessageLoggerprotected String unableToCloseJar$str()
public final void jndiNameDoesNotHandleSessionFactoryReference(String sfJNDIName, ClassCastException e)
jndiNameDoesNotHandleSessionFactoryReference in interface CoreMessageLoggerprotected String jndiNameDoesNotHandleSessionFactoryReference$str()
public final void usingAstQueryTranslatorFactory()
usingAstQueryTranslatorFactory in interface CoreMessageLoggerprotected String usingAstQueryTranslatorFactory$str()
public final void unableToDetermineLockModeValue(String hintName, Object value)
unableToDetermineLockModeValue in interface CoreMessageLoggerprotected String unableToDetermineLockModeValue$str()
public final void unknownOracleVersion(int databaseMajorVersion)
unknownOracleVersion in interface CoreMessageLoggerprotected String unknownOracleVersion$str()
public final void needsLimit()
needsLimit in interface CoreMessageLoggerprotected String needsLimit$str()
public final void queryCacheHits(long queryCacheHitCount)
queryCacheHits in interface CoreMessageLoggerprotected String queryCacheHits$str()
public final void fetchingDatabaseMetadata()
fetchingDatabaseMetadata in interface CoreMessageLoggerprotected String fetchingDatabaseMetadata$str()
public final void parsingXmlWarning(int lineNumber,
String message)
parsingXmlWarning in interface CoreMessageLoggerprotected String parsingXmlWarning$str()
public final void secondLevelCacheHits(long secondLevelCacheHitCount)
secondLevelCacheHits in interface CoreMessageLoggerprotected String secondLevelCacheHits$str()
public final void forcingContainerResourceCleanup()
forcingContainerResourceCleanup in interface CoreMessageLoggerprotected String forcingContainerResourceCleanup$str()
public final void configuringFromUrl(URL url)
configuringFromUrl in interface CoreMessageLoggerprotected String configuringFromUrl$str()
public final void unableToRollbackConnection(Exception ignore)
unableToRollbackConnection in interface CoreMessageLoggerprotected String unableToRollbackConnection$str()
public final void willNotRegisterListeners()
willNotRegisterListeners in interface CoreMessageLoggerprotected String willNotRegisterListeners$str()
public final void unableToJoinTransaction(String transactionStrategy)
unableToJoinTransaction in interface CoreMessageLoggerprotected String unableToJoinTransaction$str()
public final void unableToLoadProperties()
unableToLoadProperties in interface CoreMessageLoggerprotected String unableToLoadProperties$str()
public final String unableToCommitJta()
unableToCommitJta in interface CoreMessageLoggerprotected String unableToCommitJta$str()
public final void optimisticLockFailures(long optimisticFailureCount)
optimisticLockFailures in interface CoreMessageLoggerprotected String optimisticLockFailures$str()
public final void settersOfLazyClassesCannotBeFinal(String entityName, String name)
settersOfLazyClassesCannotBeFinal in interface CoreMessageLoggerprotected String settersOfLazyClassesCannotBeFinal$str()
public final void timestampCacheHits(long updateTimestampsCachePutCount)
timestampCacheHits in interface CoreMessageLoggerprotected String timestampCacheHits$str()
public final void collectionsUpdated(long collectionUpdateCount)
collectionsUpdated in interface CoreMessageLoggerprotected String collectionsUpdated$str()
public final void unableToReadOrInitHiValue(SQLException e)
unableToReadOrInitHiValue in interface CoreMessageLoggerprotected String unableToReadOrInitHiValue$str()
public final void deprecatedDerbyDialect()
deprecatedDerbyDialect in interface CoreMessageLoggerprotected String deprecatedDerbyDialect$str()
public final void unsupportedMultiTableBulkHqlJpaql(int majorVersion,
int minorVersion,
int buildId)
unsupportedMultiTableBulkHqlJpaql in interface CoreMessageLoggerprotected String unsupportedMultiTableBulkHqlJpaql$str()
public final void splitQueries(String sourceQuery, int length)
splitQueries in interface CoreMessageLoggerprotected String splitQueries$str()
public final void unableToCopySystemProperties()
unableToCopySystemProperties in interface CoreMessageLoggerprotected String unableToCopySystemProperties$str()
public final void noSessionFactoryWithJndiName(String sfJNDIName, NameNotFoundException e)
noSessionFactoryWithJndiName in interface CoreMessageLoggerprotected String noSessionFactoryWithJndiName$str()
public final void unsupportedInitialValue(String propertyName)
unsupportedInitialValue in interface CoreMessageLoggerprotected String unsupportedInitialValue$str()
public final void c3p0ProviderClassNotFound(String c3p0ProviderClassName)
c3p0ProviderClassNotFound in interface CoreMessageLoggerprotected String c3p0ProviderClassNotFound$str()
public final void entitiesDeleted(long entityDeleteCount)
entitiesDeleted in interface CoreMessageLoggerprotected String entitiesDeleted$str()
public final void unableToMarkForRollbackOnTransientObjectException(Exception e)
unableToMarkForRollbackOnTransientObjectException in interface CoreMessageLoggerprotected String unableToMarkForRollbackOnTransientObjectException$str()
public final void synchronizationAlreadyRegistered(Synchronization synchronization)
synchronizationAlreadyRegistered in interface CoreMessageLoggerprotected String synchronizationAlreadyRegistered$str()
public final void unableToReleaseCacheLock(CacheException ce)
unableToReleaseCacheLock in interface CoreMessageLoggerprotected String unableToReleaseCacheLock$str()
public final void validatorNotFound()
validatorNotFound in interface CoreMessageLoggerprotected String validatorNotFound$str()
public final void unableToCleanUpPreparedStatement(SQLException e)
unableToCleanUpPreparedStatement in interface CoreMessageLoggerprotected String unableToCleanUpPreparedStatement$str()
public final void unableToPerformManagedFlush(String message)
unableToPerformManagedFlush in interface CoreMessageLoggerprotected String unableToPerformManagedFlush$str()
public final void unableToSetTransactionToRollbackOnly(SystemException e)
unableToSetTransactionToRollbackOnly in interface CoreMessageLoggerprotected String unableToSetTransactionToRollbackOnly$str()
public final void unableToRemoveBagJoinFetch()
unableToRemoveBagJoinFetch in interface CoreMessageLoggerprotected String unableToRemoveBagJoinFetch$str()
public final void invalidJndiName(String name, JndiNameException e)
invalidJndiName in interface CoreMessageLoggerprotected String invalidJndiName$str()
public final void invalidPrimaryKeyJoinColumnAnnotation()
invalidPrimaryKeyJoinColumnAnnotation in interface CoreMessageLoggerprotected String invalidPrimaryKeyJoinColumnAnnotation$str()
public final void failSafeCollectionsCleanup(CollectionLoadContext collectionLoadContext)
failSafeCollectionsCleanup in interface CoreMessageLoggerprotected String failSafeCollectionsCleanup$str()
public final void handlingTransientEntity()
handlingTransientEntity in interface CoreMessageLoggerprotected String handlingTransientEntity$str()
public final void foundMappingDocument(String name)
foundMappingDocument in interface CoreMessageLoggerprotected String foundMappingDocument$str()
public final void unableToClosePooledConnection(SQLException e)
unableToClosePooledConnection in interface CoreMessageLoggerprotected String unableToClosePooledConnection$str()
public final void namedQueryError(String queryName, HibernateException e)
namedQueryError in interface CoreMessageLoggerprotected String namedQueryError$str()
public final void namingExceptionAccessingFactory(NamingException exception)
namingExceptionAccessingFactory in interface CoreMessageLoggerprotected String namingExceptionAccessingFactory$str()
public final void unableToWrapResultSet(SQLException e)
unableToWrapResultSet in interface CoreMessageLoggerprotected String unableToWrapResultSet$str()
public final void startTime(long startTime)
startTime in interface CoreMessageLoggerprotected String startTime$str()
public final void unableToCloseSessionDuringRollback(Exception e)
unableToCloseSessionDuringRollback in interface CoreMessageLoggerprotected String unableToCloseSessionDuringRollback$str()
public final String javassistEnhancementFailed(String entityName)
javassistEnhancementFailed in interface CoreMessageLoggerprotected String javassistEnhancementFailed$str()
public final void unsupportedProperty(Object propertyName, Object newPropertyName)
unsupportedProperty in interface CoreMessageLoggerprotected String unsupportedProperty$str()
public final void gettersOfLazyClassesCannotBeFinal(String entityName, String name)
gettersOfLazyClassesCannotBeFinal in interface CoreMessageLoggerprotected String gettersOfLazyClassesCannotBeFinal$str()
public final String jdbcUrlNotSpecified(String url)
jdbcUrlNotSpecified in interface CoreMessageLoggerprotected String jdbcUrlNotSpecified$str()
public final void failed(Throwable throwable)
failed in interface CoreMessageLoggerprotected String failed$str()
public final void providerClassDeprecated(String providerClassName, String actualProviderClassName)
providerClassDeprecated in interface CoreMessageLoggerprotected String providerClassDeprecated$str()
public final void unableToRollbackIsolatedTransaction(Exception e, Exception ignore)
unableToRollbackIsolatedTransaction in interface CoreMessageLoggerprotected String unableToRollbackIsolatedTransaction$str()
public final void unableToLoadDerbyDriver(String message)
unableToLoadDerbyDriver in interface CoreMessageLoggerprotected String unableToLoadDerbyDriver$str()
public final void failSafeEntitiesCleanup(EntityLoadContext entityLoadContext)
failSafeEntitiesCleanup in interface CoreMessageLoggerprotected String failSafeEntitiesCleanup$str()
public final void cacheProvider(String name)
cacheProvider in interface CoreMessageLoggerprotected String cacheProvider$str()
public final void parameterPositionOccurredAsBothJpaAndHibernatePositionalParameter(Integer position)
parameterPositionOccurredAsBothJpaAndHibernatePositionalParameter in interface CoreMessageLoggerprotected String parameterPositionOccurredAsBothJpaAndHibernatePositionalParameter$str()
public final void transactions(long transactionCount)
transactions in interface CoreMessageLoggerprotected String transactions$str()
public final void lazyPropertyFetchingAvailable(String name)
lazyPropertyFetchingAvailable in interface CoreMessageLoggerprotected String lazyPropertyFetchingAvailable$str()
public final void unableToSynchronizeDatabaseStateWithSession(HibernateException he)
unableToSynchronizeDatabaseStateWithSession in interface CoreMessageLoggerprotected String unableToSynchronizeDatabaseStateWithSession$str()
public final void unableToReleaseContext(String message)
unableToReleaseContext in interface CoreMessageLoggerprotected String unableToReleaseContext$str()
public final void unableToFindPersistenceXmlInClasspath()
unableToFindPersistenceXmlInClasspath in interface CoreMessageLoggerprotected String unableToFindPersistenceXmlInClasspath$str()
public final void usingDialect(Dialect dialect)
usingDialect in interface CoreMessageLoggerprotected String usingDialect$str()
public final void unableToCloseInputStreamForResource(String resourceName, IOException e)
unableToCloseInputStreamForResource in interface CoreMessageLoggerprotected String unableToCloseInputStreamForResource$str()
public final void synchronizationFailed(Synchronization synchronization, Throwable t)
synchronizationFailed in interface CoreMessageLoggerprotected String synchronizationFailed$str()
public final void usingUuidHexGenerator(String name, String name2)
usingUuidHexGenerator in interface CoreMessageLoggerprotected String usingUuidHexGenerator$str()
public final void unableToUpdateQueryHiValue(String tableName, SQLException e)
unableToUpdateQueryHiValue in interface CoreMessageLoggerprotected String unableToUpdateQueryHiValue$str()
public final void factoryJndiRename(String oldName, String newName)
factoryJndiRename in interface CoreMessageLoggerprotected String factoryJndiRename$str()
public final void propertiesNotFound()
propertiesNotFound in interface CoreMessageLoggerprotected String propertiesNotFound$str()
public final void unknownBytecodeProvider(String providerName)
unknownBytecodeProvider in interface CoreMessageLoggerprotected String unknownBytecodeProvider$str()
public final void flushes(long flushCount)
flushes in interface CoreMessageLoggerprotected String flushes$str()
public final void unableToObjectConnectionMetadata(SQLException error)
unableToObjectConnectionMetadata in interface CoreMessageLoggerprotected String unableToObjectConnectionMetadata$str()
public final void configuringFromXmlDocument()
configuringFromXmlDocument in interface CoreMessageLoggerprotected String configuringFromXmlDocument$str()
public final void ignoringUnrecognizedQueryHint(String hintName)
ignoringUnrecognizedQueryHint in interface CoreMessageLoggerprotected String ignoringUnrecognizedQueryHint$str()
public final void ignoringTableGeneratorConstraints(String name)
ignoringTableGeneratorConstraints in interface CoreMessageLoggerprotected String ignoringTableGeneratorConstraints$str()
public final void usingOldDtd()
usingOldDtd in interface CoreMessageLoggerprotected String usingOldDtd$str()
public final void transactionStrategy(String strategyClassName)
transactionStrategy in interface CoreMessageLoggerprotected String transactionStrategy$str()
public final void unableToApplyConstraints(String className, Exception e)
unableToApplyConstraints in interface CoreMessageLoggerprotected String unableToApplyConstraints$str()
public final void addingOverrideFor(String name, String name2)
addingOverrideFor in interface CoreMessageLoggerprotected String addingOverrideFor$str()
public final void updatingSchema()
updatingSchema in interface CoreMessageLoggerprotected String updatingSchema$str()
public final void unsupportedIngresVersion()
unsupportedIngresVersion in interface CoreMessageLoggerprotected String unsupportedIngresVersion$str()
public final void unableToReleaseIsolatedConnection(Throwable ignore)
unableToReleaseIsolatedConnection in interface CoreMessageLoggerprotected String unableToReleaseIsolatedConnection$str()
public final void sessionsOpened(long sessionOpenCount)
sessionsOpened in interface CoreMessageLoggerprotected String sessionsOpened$str()
public final void unableToBuildSessionFactoryUsingMBeanClasspath(String message)
unableToBuildSessionFactoryUsingMBeanClasspath in interface CoreMessageLoggerprotected String unableToBuildSessionFactoryUsingMBeanClasspath$str()
public final void noPersistentClassesFound(String query)
noPersistentClassesFound in interface CoreMessageLoggerprotected String noPersistentClassesFound$str()
public final void usingDefaultTransactionStrategy()
usingDefaultTransactionStrategy in interface CoreMessageLoggerprotected String usingDefaultTransactionStrategy$str()
public final void configurationResource(String resource)
configurationResource in interface CoreMessageLoggerprotected String configurationResource$str()
public final void disablingContextualLOBCreationSinceOldJdbcVersion(int jdbcMajorVersion)
disablingContextualLOBCreationSinceOldJdbcVersion in interface CoreMessageLoggerprotected String disablingContextualLOBCreationSinceOldJdbcVersion$str()
public final void usingHibernateBuiltInConnectionPool()
usingHibernateBuiltInConnectionPool in interface CoreMessageLoggerprotected String usingHibernateBuiltInConnectionPool$str()
public final void unableToConstructCurrentSessionContext(String impl, Throwable e)
unableToConstructCurrentSessionContext in interface CoreMessageLoggerprotected String unableToConstructCurrentSessionContext$str()
public final void unableToMarkForRollbackOnPersistenceException(Exception e)
unableToMarkForRollbackOnPersistenceException in interface CoreMessageLoggerprotected String unableToMarkForRollbackOnPersistenceException$str()
public final void unableToInstantiateOptimizer(String type)
unableToInstantiateOptimizer in interface CoreMessageLoggerprotected String unableToInstantiateOptimizer$str()
public final void unableToCleanUpCallableStatement(SQLException e)
unableToCleanUpCallableStatement in interface CoreMessageLoggerprotected String unableToCleanUpCallableStatement$str()
public final void unableToCreateSchema(Exception e)
unableToCreateSchema in interface CoreMessageLoggerprotected String unableToCreateSchema$str()
public final void unableToBindFactoryToJndi(JndiException e)
unableToBindFactoryToJndi in interface CoreMessageLoggerprotected String unableToBindFactoryToJndi$str()
public final void closingUnreleasedBatch()
closingUnreleasedBatch in interface CoreMessageLoggerprotected String closingUnreleasedBatch$str()
public final void unableToDropTemporaryIdTable(String message)
unableToDropTemporaryIdTable in interface CoreMessageLoggerprotected String unableToDropTemporaryIdTable$str()
public final void exceptionInBeforeTransactionCompletionInterceptor(Throwable e)
exceptionInBeforeTransactionCompletionInterceptor in interface CoreMessageLoggerprotected String exceptionInBeforeTransactionCompletionInterceptor$str()
public final void compositeIdClassDoesNotOverrideHashCode(String name)
compositeIdClassDoesNotOverrideHashCode in interface CoreMessageLoggerprotected String compositeIdClassDoesNotOverrideHashCode$str()
public final void couldNotBindJndiListener()
couldNotBindJndiListener in interface CoreMessageLoggerprotected String couldNotBindJndiListener$str()
public final void collectionsRecreated(long collectionRecreateCount)
collectionsRecreated in interface CoreMessageLoggerprotected String collectionsRecreated$str()
public final void cachedFileNotFound(String path, FileNotFoundException error)
cachedFileNotFound in interface CoreMessageLoggerprotected String cachedFileNotFound$str()
public final void unableToDestroyCache(String message)
unableToDestroyCache in interface CoreMessageLoggerprotected String unableToDestroyCache$str()
public final void parsingXmlWarningForFile(String file, int lineNumber, String message)
parsingXmlWarningForFile in interface CoreMessageLoggerprotected String parsingXmlWarningForFile$str()
public final void unableToAccessSessionFactory(String sfJNDIName, NamingException e)
unableToAccessSessionFactory in interface CoreMessageLoggerprotected String unableToAccessSessionFactory$str()
public final void configuringFromResource(String resource)
configuringFromResource in interface CoreMessageLoggerprotected String configuringFromResource$str()
public final void noColumnsSpecifiedForIndex(String indexName, String tableName)
noColumnsSpecifiedForIndex in interface CoreMessageLoggerprotected String noColumnsSpecifiedForIndex$str()
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.