Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.
EclipseLink/Examples/DBWS
< EclipseLink | Examples
The following examples are intended to help consumers get started with EclipseLink DBWS and easily use the key features.
See the Developing Persistence Architectures Using EclipseLink Database Web Services guide for complete information.
Basic Examples
- EclipseLink DBWS Service based on Database Table
- EclipseLink DBWS Service based on Results Sets from custom SQL
SELECT
statements - EclipseLink DBWS Service based on schema-formatted Results from custom SQL
SELECT
statements - EclipseLink DBWS Service based on Stored Procedure
- EclipseLink DBWS Service based on Stored Procedure with complex PL/SQL arguments
- EclipseLink DBWS Service based on Stored Function
- EclipseLink DBWS Service based on Stored Function with complex PL/SQL arguments
- EclipseLink DBWS Service based on overloaded PL/SQL Stored Procedure
- End to End Example of a DBWS Service based on a PL/SQL Stored Function that returns a PL/SQL Record
Builder Examples
Intermediate Examples
- Change an <element-tag> to an "attribute"
- Skip a column so it does not become an <element-tag>
- Use EclipseLink Customizer