Class OrmUpdateProperties

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

public final class OrmUpdateProperties extends Object
Set properties for a UpdateQuery.
  • Constructor Details

    • OrmUpdateProperties

      public OrmUpdateProperties()
  • Method Details

    • set

      public void set(String propertyName, Object value, ScalarType<Object> scalarType)
    • setNull

      public void setNull(String propertyName)
    • setRaw

      public void setRaw(String propertyName)
      Set a raw expression with no bind values.
    • bind

      public void bind(Binder binder, io.ebeaninternal.server.bind.DataBind dataBind) throws SQLException
      Bind all the bind values for the update set clause.
      Throws:
      SQLException
    • buildSetClause

      public String buildSetClause(DeployParser deployParser)
      Build the actual set clause converting logical property names to db columns etc.