Provides the special DdlUtils implementations of {@link org.apache.commons.beanutils.DynaClass} and {@link org.apache.commons.beanutils.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 {@link org.apache.ddlutils.model.Database#createDynaBeanFor(org.apache.ddlutils.model.Table)} and {@link org.apache.ddlutils.model.Database#createDynaBeanFor(java.lang.String, boolean)} methods rather than the classes directly.