Working with Interfaces
An interface is a collection of method declarations and constants used by one or more classes of objects. Domain classes can implement interfaces or can reference existing interfaces. TopLink supports interfaces in the following methods:
- In a variable class relationship, a domain object references another domain object or a collection of objects that implement a specific interface.
- A read query can be issued to query an interface.
Related Topics
About TopLink Descriptors
Working with Descriptors
Working with Descriptor Properties
Working with Advanced Properties
Specifying an Interface Alias
Understanding Interface Descriptors
Implementing an Interface
Copyright © 1997, 2004, Oracle.
All rights reserved.