Skip navigation links

Oracle TopLink Java API Reference
10g Release 3 (10.1.3.1)

B28219-01


oracle.toplink.changesets
Interface ChangeRecord

All Known Subinterfaces:
AggregateChangeRecord, AggregateCollectionChangeRecord, CollectionChangeRecord, DirectCollectionChangeRecord, DirectToFieldChangeRecord, ObjectReferenceChangeRecord, OrderedCollectionChangeRecord, SDKCollectionChangeRecord, SDKOrderedCollectionChangeRecord, TransformationMappingChangeRecord

public interface ChangeRecord

Purpose: Define the base Change Record API.

Description: This interface is meant to clarify the public protocol into TopLink. It provides access into the information available from the TopLink Change Set

Responsibilities:


Method Summary
 java.lang.String getAttribute()
          ADVANCED: Returns the name of the attribute this ChangeRecord Represents
 ObjectChangeSet getOwner()
          ADVANCED: This method returns the ObjectChangeSet that references this ChangeRecord

 

Method Detail

getAttribute

public java.lang.String getAttribute()
ADVANCED: Returns the name of the attribute this ChangeRecord Represents
Returns:
java.lang.String

getOwner

public ObjectChangeSet getOwner()
ADVANCED: This method returns the ObjectChangeSet that references this ChangeRecord
Returns:
oracle.toplink.changesets.ObjectChangeSet

Skip navigation links

Copyright © 1998, 2006, Oracle. All Rights Reserved.