Uses of Class
cn.cloudself.query.util.ext.EntityProxy.Parser
-
Packages that use EntityProxy.Parser Package Description cn.cloudself.query.util.ext -
-
Uses of EntityProxy.Parser in cn.cloudself.query.util.ext
Methods in cn.cloudself.query.util.ext that return EntityProxy.Parser Modifier and Type Method Description EntityProxy.ParserEntityProxy.Parser. addIgnoreFields(String[] fields)EntityProxy.ParserEntityProxy.Parser. defaultClassNameToDbName(Function<String,String> classNameToDbName)EntityProxy.ParserEntityProxy.Parser. defaultPropertyNameToDbName(Function<String,String> propertyNameToDbName)static EntityProxy.ParserEntityProxy.Parser. of(Class<?> clazz)解析一个JavaBean,
获取它的字段名,字段类型,各字段的Getter和Setter的代理方法等信息。
-