| Package | Description |
|---|---|
| org.sqlproc.engine |
The public part of the SQL Processor implementation.
|
| org.sqlproc.engine.impl |
The private part of the SQL Processor implementation.
|
| org.sqlproc.engine.plugin |
The plugins are used to alter the behavior of the SQL Processor.
|
| Modifier and Type | Method and Description |
|---|---|
BeanUtilsPlugin.GetterType |
SqlRuntimeContext.getGetterType(Class<?> clazz,
String attrName)
Returns the attribute getter method types, if there is one.
|
BeanUtilsPlugin.GetterType |
SqlRuntimeContext.getGetterType(Object bean,
String attrName)
Returns the attribute getter method types, if there is one.
|
| Modifier and Type | Method and Description |
|---|---|
BeanUtilsPlugin.GetterType |
SqlProcessContext.getGetterType(Class<?> clazz,
String attrName)
Returns the attribute getter method types, if there is one.
|
BeanUtilsPlugin.GetterType |
SqlProcessContext.getGetterType(Object bean,
String attrName)
Returns the attribute getter method types, if there is one.
|
| Modifier and Type | Field and Description |
|---|---|
protected ConcurrentHashMap<String,BeanUtilsPlugin.GetterType> |
DefaultBeanUtilsPlugin.typeGetters |
| Modifier and Type | Method and Description |
|---|---|
BeanUtilsPlugin.GetterType |
BeanUtilsPlugin.getGetterType(SqlRuntimeContext runtimeCtx,
Class<?> clazz,
String attrName)
Returns the attribute getter method types, if there is one.
|
BeanUtilsPlugin.GetterType |
DefaultBeanUtilsPlugin.getGetterType(SqlRuntimeContext runtimeCtx,
Class<?> clazz,
String attrName)
Returns the attribute getter method types, if there is one.
|
BeanUtilsPlugin.GetterType |
BeanUtilsPlugin.getGetterType(SqlRuntimeContext runtimeCtx,
Object bean,
String attrName)
Returns the attribute getter method types, if there is one.
|
BeanUtilsPlugin.GetterType |
DefaultBeanUtilsPlugin.getGetterType(SqlRuntimeContext runtimeCtx,
Object bean,
String attrName)
Returns the attribute getter method types, if there is one.
|
Copyright © 2017. All rights reserved.