Skip Headers
Oracle TopLink Developer's Guide
10g Release 3 (10.1.3)
B13593-01
  Go To Documentation Library
Home
Go To Product List
Solution Area
Go To Table Of Contents
Contents
Go To Index
Index

Previous
Previous
Next
Next
 

TopLink Project Types

Table 20-1 lists the project types available in TopLink, classifies each as basic or advanced, and indicates how to create each.

Table 20-1 TopLink Project Types

Project Type Description Type TopLink Workbench Java

"Relational Projects"


A project for transactional persistence of Java objects to a relational database or an object-relational database accessed using Java Database Connectivity (JDBC). Supports TopLink queries and expressions.

Basic

Supported
Supported

"EIS Projects"


A project for transactional persistence of Java objects to a nonrelational data source accessed using a J2EE Connector Architecture (J2C) adapter and any supported EIS record type, including indexed, mapped, or XML. Supports TopLink queries and expressions.

Advanced

Supported
Supported

"XML Projects"


A project for nontransactional, nonpersistent (in-memory) conversion between Java objects and XML schema (XSD)-based documents using Java Architecture for XML Binding (JAXB). Does not support TopLink queries and expressions.

Advanced

Supported
Supported

For more information see the following: