Oracle TopLink 10g Tutorials
Introductory Tutorial
In this tutorial, you will build a simple TopLink application with JUnit tests. Learn how to:
- Create a TopLink project.
- Add database tables.
- Map Java classes to database tables using direct, one-to-one, and one-to-many mappings.
- Define a locking policy.
- Create a named query.
- Work with TopLink sessions.
Select a tutorial:
- JDeveloper: Use the TopLink Mapping editor in JDeveloper.
- Standalone: Use TopLink Workbench with any IDE (such as Eclipse).
Advanced Tutorial
This tutorial expands the Introductory tutorial. In addition to the concepts from the Introductory tutorial, you will learn how to:
- Associate Java classes with multiple database tables.
- Create advanced TopLink mappings, such as object type, transformation, aggregate, and direct collection mappings.
- Map inheritance relationships.
- Create a named query with arguments.
Select a tutorial:
- JDeveloper: Use the TopLink Mapping editor in JDeveloper.
- Standalone: Use TopLink Workbench with any IDE (such as Eclipse).