public interface SqlPluginFactory
Modifier and Type | Method and Description |
---|---|
IsEmptyPlugin |
getIsEmptyPlugin()
Returns the SQL Processor plugin devoted to evaluate the emptiness of the input value.
|
IsTruePlugin |
getIsTruePlugin()
Returns the SQL Processor plugin devoted to evaluate the boolean value of the logical expression.
|
BeanUtilsPlugin |
getSqlBeansPlugin()
Returns the SQL Processor plugin devoted to beans handling.
|
SqlCountPlugin |
getSqlCountPlugin()
Returns the SQL Processor plugin devoted to the COUNT SQL construction.
|
SqlExecutionPlugin |
getSqlExecutionPlugin()
Returns the SQL Processor plugin devoted to possible SQL query/command modification just before it is executed.
|
SqlFromToPlugin |
getSqlFromToPlugin()
Returns the SQL Processor plugin devoted to the FROM-TO SQL construction.
|
SqlIdentityPlugin |
getSqlIdentityPlugin()
Returns the SQL Processor plugin devoted to the identity SELECT SQL construction.
|
SqlProcessingIdPlugin |
getSqlProcessingIdPlugin()
Returns the SQL Processor plugin devoted to the META SQL execution optimization.
|
SqlSequencePlugin |
getSqlSequencePlugin()
Returns the SQL Processor plugin devoted to the sequence SELECT SQL construction.
|
IsEmptyPlugin getIsEmptyPlugin()
IsTruePlugin getIsTruePlugin()
SqlCountPlugin getSqlCountPlugin()
SqlFromToPlugin getSqlFromToPlugin()
SqlSequencePlugin getSqlSequencePlugin()
SqlIdentityPlugin getSqlIdentityPlugin()
SqlExecutionPlugin getSqlExecutionPlugin()
BeanUtilsPlugin getSqlBeansPlugin()
SqlProcessingIdPlugin getSqlProcessingIdPlugin()
Copyright © 2017. All rights reserved.