Package org.apache.ddlutils.dynabean

Provides the special DdlUtils implementations of DynaClass and DynaBean that directly map to tables in the database model.

See: Description

Package org.apache.ddlutils.dynabean Description

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 © 2005-2013 Apache Software Foundation. All Rights Reserved.