- java.lang.Object
-
- io.ebeaninternal.xmapping.api.XmapDto
-
public class XmapDto extends Object
External DTO mapping.
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringclazzprotected List<XmapRawSql>rawSql
-
-
-
Field Detail
-
clazz
protected final String clazz
-
rawSql
protected final List<XmapRawSql> rawSql
-
-
Constructor Detail
-
XmapDto
public XmapDto(String clazz)
-
-
Method Detail
-
getClazz
public String getClazz()
-
getRawSql
public List<XmapRawSql> getRawSql()
-
-