SerializableObjectLayer Methods
An object access layer used for units of work (or sessions) in distributed applications.
Name | Description |
---|---|
Commit |
Performs object layer specific operations that are required to commit changes made to specified objects and return information on modified objects. |
Create |
Performs object layer specific operations that are required to create an XPObject |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Performs object layer specific operations that are required to return information on persistent objects retrieved from a data store, using queries based on specified object types and key values. |
Get |
Performs object layer specific operations that are required to return information on persistent objects marked for deletion in parent sessions. |
Get |
Performs object layer specific operations that are required to return information on persistent objects marked for saving in parent sessions. |
Get |
Performs object layer specific operations that are required to return metadata information on persistent objects modified in parent sessions. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Is |
Performs object layer specific operations that are required to determine if a specified object corresponds to an object marked for deletion in parent sessions. |
Is |
Performs object layer specific operations that are required to determine if a specified object corresponds to an object marked for saving in parent sessions. |
Load |
Performs object layer specific operations that are required to load a collection property using specified settings. |
Load |
Performs object layer specific operations that are required to load data to specific properties marked for delayed loading in a specified object. |
Load |
Performs object layer specific operations that are required to load data to a specific property marked for delayed loading in specified objects. |
Load |
Performs object layer specific operations that are required to load persistent objects using specified settings. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Purge() | Performs object layer specific operations that are required to remove all objects marked for deletion. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Select |
Performs object layer specific operations that are required to retrieve object data from a session, using specified query parameters. |
To |
Returns a string that represents the current object. Inherited from Object. |
See Also