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

com.avaje.ebeaninternal.api.SpiJunction Maven / Gradle / Ivy

There is a newer version: 8.1.1
Show newest version
package com.avaje.ebeaninternal.api;

import com.avaje.ebean.Junction;
import com.avaje.ebeaninternal.server.expression.DocQueryContext;

import java.io.IOException;

/**
 * SPI methods for Junction.
 */
public interface SpiJunction extends Junction {

  /**
   * Write the Junction taking into account it is implied.
   */
  void writeDocQueryJunction(DocQueryContext context) throws IOException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy