|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SqlDynaException | |
---|---|
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. |
Uses of SqlDynaException in org.apache.ddlutils.dynabean |
---|
Methods in org.apache.ddlutils.dynabean that throw SqlDynaException | |
---|---|
org.apache.commons.beanutils.DynaBean |
DynaClassCache.copy(Table table,
java.lang.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. |
Uses of SqlDynaException in org.apache.ddlutils.model |
---|
Methods in org.apache.ddlutils.model that throw SqlDynaException | |
---|---|
org.apache.commons.beanutils.DynaBean |
Database.createDynaBeanFor(java.lang.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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |