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

br.com.objectos.way.sql.SimpleSelectQuery6 Maven / Gradle / Ivy

There is a newer version: 0.4.1
Show newest version
package br.com.objectos.way.sql;

import br.com.objectos.way.db.Dialect;
import br.com.objectos.way.db.Selectable;
import javax.annotation.Generated;

@Generated("br.com.objectos.way.sql.BootProcessor")
public final class SimpleSelectQuery6 extends AbstractSimpleSelectQuery> {
  SimpleSelectQuery6(Dialect dialect, SelectNode> node) {
    super(dialect, node);
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy