DynaClass
and DynaBean that directly map to tables in the database
model.See: Description
| Class | Description |
|---|---|
| DynaClassCache |
Provides a cache of dyna class instances for a specific model, as well as
helper methods for dealing with these classes.
|
| SqlDynaBean |
SqlDynaBean is a DynaBean which can be persisted as a single row in
a Database Table.
|
| SqlDynaClass |
SqlDynaClass is a DynaClass which is associated with a persistent
Table in a Database.
|
| SqlDynaProperty |
A DynaProperty which maps to a persistent Column in a database.
|
| Exception | Description |
|---|---|
| SqlDynaException |
This exception is thrown when something dealing with sql dyna beans or classes failed.
|
Provides the special DdlUtils implementations of DynaClass
and DynaBean that directly map to tables in the database
model. These are used by DdlUtils when reading data from or writing data to the database.
If you want to create these beans manually, use the
Database.createDynaBeanFor(org.apache.ddlutils.model.Table) and
Database.createDynaBeanFor(java.lang.String, boolean) methods
rather than the classes directly.
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.