A B C D E G H I L M P R S T U W X

C

ChangeSummary - interface commonj.sdo.ChangeSummary.
A change summary is used to record changes to DataObjects, allowing applications to efficiently and incrementally update back-end storage when required.
ChangeSummary.Setting - interface commonj.sdo.ChangeSummary.Setting.
A setting encapsulates a property and a corresponding single value of the property's type.
CopyHelper - interface commonj.sdo.helper.CopyHelper.
A helper for copying DataObjects.
commonj.sdo - package commonj.sdo
 
commonj.sdo.helper - package commonj.sdo.helper
 
commonj.sdo.impl - package commonj.sdo.impl
 
copy(DataObject) - Method in interface commonj.sdo.helper.CopyHelper
Create a deep copy of the DataObject tree: Copies the dataObject and all its contained DataObjects recursively.
copyShallow(DataObject) - Method in interface commonj.sdo.helper.CopyHelper
Create a shallow copy of the DataObject dataObject: Creates a new DataObject copiedDataObject with the same values as the source dataObject for each property where property.getType().isDataType() is true.
create(String, String) - Method in interface commonj.sdo.helper.DataFactory
Create a DataObject of the Type specified by typeName with the given package uri.
create(Class) - Method in interface commonj.sdo.helper.DataFactory
Create a DataObject supporting the given interface.
create(Type) - Method in interface commonj.sdo.helper.DataFactory
Create a DataObject of the Type specified.
createDataObject(String) - Method in interface commonj.sdo.DataObject
Returns a new data object contained by this object using the specified property, which must be a containment property.
createDataObject(int) - Method in interface commonj.sdo.DataObject
Returns a new data object contained by this object using the specified property, which must be a containment property.
createDataObject(Property) - Method in interface commonj.sdo.DataObject
Returns a new data object contained by this object using the specified property, which must be a containment property.
createDataObject(String, String, String) - Method in interface commonj.sdo.DataObject
Returns a new data object contained by this object using the specified property, which must be a containment property.
createDataObject(int, String, String) - Method in interface commonj.sdo.DataObject
Returns a new data object contained by this object using the specified property, which must be a containment property.
createDataObject(Property, Type) - Method in interface commonj.sdo.DataObject
Returns a new data object contained by this object using the specified property, which must be of containment type.
createDocument(DataObject, String, String) - Method in interface commonj.sdo.helper.XMLHelper
Creates an XMLDocument with the specified XML rootElement for the DataObject.
createResolvable() - Static method in class commonj.sdo.impl.HelperProvider
Gets a Resolvable
createResolvable(Object) - Static method in class commonj.sdo.impl.HelperProvider
Gets a Resolvable
createRootObject(String, String) - Method in interface commonj.sdo.DataGraph
Creates a new root data object of the specified type.
createRootObject(Type) - Method in interface commonj.sdo.DataGraph
Creates a new root data object of the specified type.

A B C D E G H I L M P R S T U W X