Uses of Interface
org.sqlproc.engine.plugin.BeanUtilsPlugin
-
Packages that use BeanUtilsPlugin Package Description org.sqlproc.engine.plugin The plugins are used to alter the behavior of the SQL Processor. -
-
Uses of BeanUtilsPlugin in org.sqlproc.engine.plugin
Classes in org.sqlproc.engine.plugin that implement BeanUtilsPlugin Modifier and Type Class Description classDefaultBeanUtilsPluginStandard bean utilities implementation.Fields in org.sqlproc.engine.plugin declared as BeanUtilsPlugin Modifier and Type Field Description private BeanUtilsPluginSimpleSqlPluginFactory. sqlBeansPluginThe SQL Processor plugin devoted to beans handling.Methods in org.sqlproc.engine.plugin that return BeanUtilsPlugin Modifier and Type Method Description BeanUtilsPluginSimpleSqlPluginFactory. getSqlBeansPlugin()Returns the SQL Processor plugin devoted to beans handling.BeanUtilsPluginSqlPluginFactory. getSqlBeansPlugin()Returns the SQL Processor plugin devoted to beans handling.Methods in org.sqlproc.engine.plugin with parameters of type BeanUtilsPlugin Modifier and Type Method Description voidSimpleSqlPluginFactory. setSqlBeansPlugin(BeanUtilsPlugin sqlBeansPlugin)Sets the SQL Processor plugin devoted to beans handling
-