public class UpdateDelegate extends Object
Constructor and Description |
---|
UpdateDelegate() |
Modifier and Type | Method and Description |
---|---|
static void |
removeReference(OADataSourceJDBC ds,
OAObject oaObj,
String propertyName) |
static void |
update(OADataSourceJDBC ds,
OAObject oaObj) |
protected static void |
update(OADataSourceJDBC ds,
OAObject oaObj,
Class clazz,
String[] includeProperties,
String[] excludeProperties) |
static void |
update(OADataSourceJDBC ds,
OAObject oaObj,
String[] includeProperties,
String[] excludeProperties) |
static void |
updateMany2ManyLinks(OADataSourceJDBC ds,
OAObject masterObject,
OAObject[] adds,
OAObject[] removes,
String propFromMaster) |
public static void removeReference(OADataSourceJDBC ds, OAObject oaObj, String propertyName)
public static void update(OADataSourceJDBC ds, OAObject oaObj)
public static void update(OADataSourceJDBC ds, OAObject oaObj, String[] includeProperties, String[] excludeProperties)
protected static void update(OADataSourceJDBC ds, OAObject oaObj, Class clazz, String[] includeProperties, String[] excludeProperties)
public static void updateMany2ManyLinks(OADataSourceJDBC ds, OAObject masterObject, OAObject[] adds, OAObject[] removes, String propFromMaster)
Copyright © 1999–2019 ViaOA. All rights reserved.