org.w3c.tools.jdbc
Class PropertyCache
java.lang.Object
org.w3c.tools.jdbc.PropertyCache
public class PropertyCache
- extends java.lang.Object
Field Summary |
static boolean |
debug
|
protected static java.util.Hashtable |
properties
The modified properties |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
debug
public static boolean debug
properties
protected static java.util.Hashtable properties
- The modified properties
PropertyCache
public PropertyCache()
getId
protected static java.lang.String getId(JdbcBeanInterface bean,
java.lang.String property)
addProperty
public static void addProperty(JdbcBeanInterface bean,
java.lang.String property,
java.lang.Object value)
getProperty
public static java.lang.Object getProperty(JdbcBeanInterface bean,
java.beans.PropertyDescriptor pd)
removeProperties
public static void removeProperties(JdbcBeanInterface bean)