FileDocCategorySizeDatePackage
ChangeRecord.javaAPI DocGlassfish v2 API2754Tue May 22 16:54:16 BST 2007oracle.toplink.essentials.changesets

ChangeRecord

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:

  • Define the API for ChangeRecord.

Fields Summary
Constructors Summary
Methods Summary
public java.lang.StringgetAttribute()
ADVANCED: Returns the name of the attribute this ChangeRecord Represents

return
java.lang.String

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

return
oracle.toplink.essentials.changesets.ObjectChangeSet