Skip navigation links

Package com.speedment.config.db

Interfaces for exposing a typed database-specific view of a Document tree is located in this package.

See: Description

Package com.speedment.config.db Description

Interfaces for exposing a typed database-specific view of a Document tree is located in this package.

The database configuration is structured in the following way:

 Project
 - Dbms
 -- Schema
 --- Table
 ---- PrimaryKeyColumn
 ---- Column
 ---- Index
 ----- IndexColumn
 ---- ForeignKey
 ----- ForeignKeyColumn
 

This package is part of the API. Modifications to classes here should only (if ever) be done in major releases.

Skip navigation links

Copyright © 2016 Speedment, Inc.. All rights reserved.