| java.lang.Object workbench.util.WbPersistence
WbPersistence | public WbPersistence()(Code) | | |
makeTransient | public static void makeTransient(Class clazz, String property)(Code) | | Makes a property of the given class transient, so that it won't be written
into the XML file when saved using WbPersistence
Parameters: clazz - Parameters: property - |
|
|