Package rife.database.queries
Class QueryHelper
java.lang.Object
rife.database.queries.QueryHelper
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetBeanPropertyNames
(Class beanClass, String[] excludedFields) getBeanPropertyTypes
(Class beanClass, String[] includedFields, String[] excludedFields) getBeanPropertyValues
(Object bean, String[] includedFields, String[] excludedFields, Datasource datasource)
-
Constructor Details
-
QueryHelper
public QueryHelper()
-
-
Method Details
-
getBeanPropertyNames
public static Set<String> getBeanPropertyNames(Class beanClass, String[] excludedFields) throws DbQueryException - Throws:
DbQueryException
-
getBeanPropertyValues
public static Map<String,String> getBeanPropertyValues(Object bean, String[] includedFields, String[] excludedFields, Datasource datasource) throws DbQueryException - Throws:
DbQueryException
-
getBeanPropertyTypes
public static Map<String,Class> getBeanPropertyTypes(Class beanClass, String[] includedFields, String[] excludedFields) throws DbQueryException - Throws:
DbQueryException
-