Uses of Class
cn.cloudself.query.util.ext.EntityProxy.Parser.Parsed.Column
-
Packages that use EntityProxy.Parser.Parsed.Column Package Description cn.cloudself.query.util.ext -
-
Uses of EntityProxy.Parser.Parsed.Column in cn.cloudself.query.util.ext
Methods in cn.cloudself.query.util.ext that return EntityProxy.Parser.Parsed.Column Modifier and Type Method Description EntityProxy.Parser.Parsed.ColumnEntityProxy.Parser.Parsed. getColumnByDbFieldName(String name)EntityProxy.Parser.Parsed.ColumnEntityProxy.Parser.Parsed. getColumnByJavaPropertyName(String name)EntityProxy.Parser.Parsed.ColumnEntityProxy.Parser.Parsed. id()Methods in cn.cloudself.query.util.ext that return types with arguments of type EntityProxy.Parser.Parsed.Column Modifier and Type Method Description Map<String,EntityProxy.Parser.Parsed.Column>EntityProxy.Parser.Parsed. columns()Map<String,EntityProxy.Parser.Parsed.Column>EntityProxy.Parser.MapParser. parse()Constructors in cn.cloudself.query.util.ext with parameters of type EntityProxy.Parser.Parsed.Column Constructor Description Parsed(EntityProxy.Parser.Parsed.Column id, String name, Map<String,EntityProxy.Parser.Parsed.Column> columns)Constructor parameters in cn.cloudself.query.util.ext with type arguments of type EntityProxy.Parser.Parsed.Column Constructor Description Parsed(EntityProxy.Parser.Parsed.Column id, String name, Map<String,EntityProxy.Parser.Parsed.Column> columns)
-