- java.lang.Object
-
- io.ebeaninternal.xmapping.api.XmapNamedQuery
-
public class XmapNamedQuery extends Object
External named query.
-
-
Constructor Summary
Constructors Constructor Description XmapNamedQuery(String name, String query)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()Return the name.StringgetQuery()Return the query.
-