Class LogHelperSQLStore
- java.lang.Object
-
- com.sun.jdo.spi.persistence.support.sqlstore.LogHelperSQLStore
-
public class LogHelperSQLStore extends Object
- Version:
- 1.0
- Author:
- Craig Russell
-
-
Field Summary
Fields Modifier and Type Field Description protected static StringbundleNameThe bundle name for this componentprotected static StringcomponentNameThe component name for this componentprotected static ClassLoaderloaderThe class loader for this componentprotected static StringsqlComponentNameThe component name for SQL logger
-
Constructor Summary
Constructors Constructor Description LogHelperSQLStore()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static LoggergetLogger()Return the logger for the sqlstore componentstatic LoggergetSqlLogger()
-
-
-
Field Detail
-
componentName
protected static final String componentName
The component name for this component- See Also:
- Constant Field Values
-
sqlComponentName
protected static final String sqlComponentName
The component name for SQL logger- See Also:
- Constant Field Values
-
loader
protected static final ClassLoader loader
The class loader for this component
-
bundleName
protected static final String bundleName
The bundle name for this component- See Also:
- Constant Field Values
-
-