|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.uwyn.rife.database.queries.QueryHelper
public abstract class QueryHelper
| Constructor Summary | |
|---|---|
QueryHelper()
|
|
| Method Summary | |
|---|---|
static Set<String> |
getBeanPropertyNames(Class beanClass,
String[] excludedFields)
|
static Map<String,Class> |
getBeanPropertyTypes(Class beanClass,
String[] includedFields,
String[] excludedFields)
|
static Map<String,String> |
getBeanPropertyValues(Object bean,
String[] includedFields,
String[] excludedFields,
Datasource datasource)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public QueryHelper()
| Method Detail |
|---|
public static Set<String> getBeanPropertyNames(Class beanClass,
String[] excludedFields)
throws DbQueryException
DbQueryException
public static Map<String,String> getBeanPropertyValues(Object bean,
String[] includedFields,
String[] excludedFields,
Datasource datasource)
throws DbQueryException
DbQueryException
public static Map<String,Class> getBeanPropertyTypes(Class beanClass,
String[] includedFields,
String[] excludedFields)
throws DbQueryException
DbQueryException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||