Skip Headers

Oracle® Application Server 10g Quick Tour
10g (9.0.4)
Part No. B10374-02
  Go To Documentation Library
Home
Go To Product List
Solution Area
Go To Table Of Contents
Contents

Previous Next  

TopLink Foundation Library

The TopLink Foundation Library is the layer of Java classes that provides a persistence layer for Java applications.

This O-R Java persistence framework supplies the classes that developers use to:

  • Connect to the database

  • Write objects to the database

  • Perform queries that return objects from the database

  • Create transactions that synchronize changes to the object model and database

The TopLink runtime library manages all database interactions and provides powerful, flexible features that enable developers to focus on solving business problems, not building the database infrastructure.

The TopLink runtime library also provides advanced features such as object caching to improve application performance and the TopLink Query Framework to simplify database queries.

TopLink Foundation Library