| Package | Description |
|---|---|
| org.apache.ddlutils.dynabean |
Provides the special DdlUtils implementations of
DynaClass
and DynaBean that directly map to tables in the database
model. |
| org.apache.ddlutils.model |
This package contains the classes making up the database model.
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.commons.beanutils.DynaBean |
DynaClassCache.copy(Table table,
Object source)
Creates a new dyna bean instance for the given table and copies the values from the
given source object.
|
org.apache.commons.beanutils.DynaBean |
DynaClassCache.createNewInstance(Table table)
Creates a new dyna bean instance for the given table.
|
SqlDynaClass |
DynaClassCache.getDynaClass(org.apache.commons.beanutils.DynaBean dynaBean)
Returns the
SqlDynaClass for the given bean. |
| Modifier and Type | Method and Description |
|---|---|
org.apache.commons.beanutils.DynaBean |
Database.createDynaBeanFor(String tableName,
boolean caseSensitive)
Convenience method that combines
Database.createDynaBeanFor(Table) and
Database.findTable(String, boolean). |
org.apache.commons.beanutils.DynaBean |
Database.createDynaBeanFor(Table table)
Creates a new dyna bean for the given table.
|
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.