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 class
DefaultBeanUtilsPlugin
Standard bean utilities implementation.Fields in org.sqlproc.engine.plugin declared as BeanUtilsPlugin Modifier and Type Field Description private BeanUtilsPlugin
SimpleSqlPluginFactory. sqlBeansPlugin
The SQL Processor plugin devoted to beans handling.Methods in org.sqlproc.engine.plugin that return BeanUtilsPlugin Modifier and Type Method Description BeanUtilsPlugin
SimpleSqlPluginFactory. getSqlBeansPlugin()
Returns the SQL Processor plugin devoted to beans handling.BeanUtilsPlugin
SqlPluginFactory. 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 void
SimpleSqlPluginFactory. setSqlBeansPlugin(BeanUtilsPlugin sqlBeansPlugin)
Sets the SQL Processor plugin devoted to beans handling
-