Package io.ebeaninternal.xmapping.api
Class XmapEntity
- java.lang.Object
-
- io.ebeaninternal.xmapping.api.XmapEntity
-
public class XmapEntity extends Object
External mapping for an Entity.
-
-
Constructor Summary
Constructors Constructor Description XmapEntity(String clazz)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetClazz()Return the entity class.List<XmapNamedQuery>getNamedQuery()Return the named queries for this entity.List<XmapRawSql>getRawSql()Return the named raw sql queries for this entity.
-
-
-
Constructor Detail
-
XmapEntity
public XmapEntity(String clazz)
-
-
Method Detail
-
getNamedQuery
public List<XmapNamedQuery> getNamedQuery()
Return the named queries for this entity.
-
getRawSql
public List<XmapRawSql> getRawSql()
Return the named raw sql queries for this entity.
-
-