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
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 Details
-
XmapEntity
-
-
Method Details
-
getClazz
Return the entity class. -
getNamedQuery
Return the named queries for this entity. -
getRawSql
Return the named raw sql queries for this entity.
-