Class IntersectionTable

java.lang.Object
io.ebeaninternal.server.deploy.IntersectionTable

public final class IntersectionTable extends Object
  • Method Summary

    Modifier and Type
    Method
    Description
    io.ebean.SqlUpdate
    delete(io.ebean.Database server)
    Return a SqlUpdate for deleting from the intersection table.
    io.ebean.SqlUpdate
    insert(io.ebean.Database server)
    Return a SqlUpdate for inserting into the intersection table.

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • insert

      public io.ebean.SqlUpdate insert(io.ebean.Database server)
      Return a SqlUpdate for inserting into the intersection table.
    • delete

      public io.ebean.SqlUpdate delete(io.ebean.Database server)
      Return a SqlUpdate for deleting from the intersection table.