Class OrmQueryDetailParser

java.lang.Object
io.ebeaninternal.server.querydefn.OrmQueryDetailParser

public final class OrmQueryDetailParser extends Object
Parses a Object relational query statement into a OrmQueryDetail and OrmQueryAttributes.

The reason they are split into detail and attributes is that the AutoTune feature is used to replace the OrmQueryDetail leaving the attributes unchanged.

  • Constructor Details

    • OrmQueryDetailParser

      public OrmQueryDetailParser(String oql)
  • Method Details

    • parse

      public OrmQueryDetail parse() throws jakarta.persistence.PersistenceException
      Throws:
      jakarta.persistence.PersistenceException