Class XmapEntity

java.lang.Object
io.ebeaninternal.xmapping.api.XmapEntity

public class XmapEntity extends Object
External mapping for an Entity.
  • Field Details

  • Constructor Details

    • XmapEntity

      public XmapEntity(String clazz)
  • Method Details

    • getClazz

      public String getClazz()
      Return the entity class.
    • 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.