Package edu.internet2.middleware.grouper.ext.org.apache.ddlutils.dynabean


package edu.internet2.middleware.grouper.ext.org.apache.ddlutils.dynabean

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 org.apache.ddlutils.model.Database#createDynaBeanFor(org.apache.ddlutils.model.Table) and org.apache.ddlutils.model.Database#createDynaBeanFor(java.lang.String, boolean) methods rather than the classes directly.

  • Class
    Description
    Provides a cache of dyna class instances for a specific model, as well as helper methods for dealing with these classes.
    SqlDynaBean is a DynaBean which can be persisted as a single row in a Database Table.
    SqlDynaClass is a DynaClass which is associated with a persistent Table in a Database.
    This exception is thrown when something dealing with sql dyna beans or classes failed.
    A DynaProperty which maps to a persistent Column in a database.