Class DefaultSqlUpdate

  • All Implemented Interfaces:
    SqlUpdate, SpiSqlUpdate, Serializable

    public final class DefaultSqlUpdate
    extends Object
    implements Serializable, SpiSqlUpdate
    A SQL Update Delete or Insert statement that can be executed. For the times when you want to use Sql DML rather than a ORM bean approach. Refer to the Ebean execute() method.

    There is also Update which is similar except should use logical bean and property names rather than physical table and column names.

    SqlUpdate is designed for general DML sql and CallableSql is designed for use with stored procedures.

    See Also:
    Serialized Form