Package org.oreodata.ref

This package contains a few wrapper objects that could allow you to do some indirection tricks with Records.

See:
          Description

Interface Summary
RecordPointer A marker interface for an object that represents a pointer to a record.
 

Class Summary
RecordProxy An object that implements the Record interface by delegating calls to an underlying record.
RecordReference A soft or weak reference to a record.
SimpleRecordPointer A simple record pointer.
SimpleRecordProxy A simple record pointer.
 

Package org.oreodata.ref Description

This package contains a few wrapper objects that could allow you to do some indirection tricks with Records.

Author:
Jonathan Revusky