public class TnSqlLogRegistry extends Object
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected static boolean |
exists |
protected static Method |
locatorInstanceMethod |
protected static Class<?> |
locatorType |
protected static String |
NAME_getInstance |
protected static String |
NAME_setInstance |
protected static String |
NAME_SqlLog |
protected static String |
NAME_SqlLogImpl |
protected static String |
NAME_SqlLogRegistry |
protected static String |
NAME_SqlLogRegistryImpl |
protected static String |
NAME_SqlLogRegistryLocator |
protected static String |
PKG_ORG_SEASAR |
protected static Class<?> |
registryImplType |
protected static Class<?> |
registryType |
protected static Class<?> |
sqlLogImplType |
protected static Class<?> |
sqlLogType |
| コンストラクタと説明 |
|---|
TnSqlLogRegistry() |
protected static final boolean exists
protected static final Class<?> locatorType
protected static final Method locatorInstanceMethod
protected static final Class<?> registryType
protected static final Class<?> registryImplType
protected static final Class<?> sqlLogType
protected static final Class<?> sqlLogImplType
public static boolean exists()
public static boolean setupSqlLogRegistry()
public static void clearSqlLogRegistry()
public static Object findContainerSqlLogRegistry()
public static void closeRegistration()
public static void push(String rawSql, String completeSql, Object[] bindArgs, Class<?>[] bindArgTypes, Object sqlLogRegistry)
public static String peekCompleteSql()
protected static Object createContainerSqlLogRegistryImpl()
protected static Object createContainerSqlLogImpl(String rawSql, String completeSql, Object[] bindArgs, Class<?>[] bindArgTypes)
protected static void reflectSqlLogToContainerSqlLogRegistry(Object sqlLog, Object sqlLogRegistry)
protected static String extractCompleteSqlFromContainerSqlLog(Object sqlLog)
protected static Class<?> forNameContainerSqlLogRegistryLocator()
protected static Class<?> forNameContainerSqlLogRegistry()
protected static Class<?> forNameContainerSqlLogRegistryImpl()
protected static Class<?> forNameContainerSqlLog()
protected static Class<?> forNameContainerSqlLogImpl()
Copyright © 2014–2015 The DBFlute Project. All rights reserved.