Interface EntityHelper
-
public interface EntityHelper
Created by huangziqi on 2020/1/14
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Optional<Class>
getFieldClass(String field)
通过字段名称获取对应的Class类型 在Jpa中或者Mp中,动态类型需要去转换字符串的条件value
-