Uses of Class
io.ebeaninternal.xmapping.api.XmapRawSql
-
-
Uses of XmapRawSql in io.ebeaninternal.xmapping.api
Fields in io.ebeaninternal.xmapping.api with type parameters of type XmapRawSql Modifier and Type Field Description protected List<XmapRawSql>XmapDto. rawSqlprotected List<XmapRawSql>XmapEntity. rawSqlMethods in io.ebeaninternal.xmapping.api that return types with arguments of type XmapRawSql Modifier and Type Method Description List<XmapRawSql>XmapDto. getRawSql()List<XmapRawSql>XmapEntity. getRawSql()Return the named raw sql queries for this entity.
-