java.lang.Object
io.ebeaninternal.xmapping.api.XmapEntity
External mapping for an Entity.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final Stringprotected final List<XmapNamedQuery>protected final List<XmapRawSql> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetClazz()Return the entity class.Return the named queries for this entity.Return the named raw sql queries for this entity.
-
Field Details
-
clazz
-
namedQuery
-
rawSql
-
-
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.
-