Uses of Class
edu.internet2.middleware.grouper.ext.org.apache.ddlutils.dynabean.SqlDynaException
Packages that use SqlDynaException
Package
Description
Provides the special DdlUtils implementations of
DynaClass
and DynaBean that directly map to tables in the database
model.
This package contains the classes making up the database model.
-
Uses of SqlDynaException in edu.internet2.middleware.grouper.ext.org.apache.ddlutils.dynabean
Methods in edu.internet2.middleware.grouper.ext.org.apache.ddlutils.dynabean that throw SqlDynaExceptionModifier and TypeMethodDescriptionorg.apache.commons.beanutils.DynaBeanCreates a new dyna bean instance for the given table and copies the values from the given source object.org.apache.commons.beanutils.DynaBeanDynaClassCache.createNewInstance(Table table) Creates a new dyna bean instance for the given table.DynaClassCache.getDynaClass(org.apache.commons.beanutils.DynaBean dynaBean) Returns theSqlDynaClassfor the given bean. -
Uses of SqlDynaException in edu.internet2.middleware.grouper.ext.org.apache.ddlutils.model
Methods in edu.internet2.middleware.grouper.ext.org.apache.ddlutils.model that throw SqlDynaExceptionModifier and TypeMethodDescriptionorg.apache.commons.beanutils.DynaBeanDatabase.createDynaBeanFor(Table table) Creates a new dyna bean for the given table.org.apache.commons.beanutils.DynaBeanDatabase.createDynaBeanFor(String tableName, boolean caseSensitive) Convenience method that combinesDatabase.createDynaBeanFor(Table)andDatabase.findTable(String, boolean).