All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.ebeaninternal.server.query.SqlTreeJoin Maven / Gradle / Ivy

There is a newer version: 15.8.1
Show newest version
package io.ebeaninternal.server.query;

import io.ebeaninternal.server.deploy.DbSqlContext;

/**
 * Extra Sql joins conditionally added if required (after children are joined).
 */
public interface SqlTreeJoin {

  /**
   * Add the extra join if required.
   */
  void addJoin(DbSqlContext ctx);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy