Страница Коневертации, добавил таблицы в графы сущности
This commit is contained in:
parent
84f539cad6
commit
2da61814fa
40 changed files with 6274 additions and 1302 deletions
|
|
@ -4,7 +4,7 @@
|
|||
package ervu_dashboard.ervu_dashboard.db_beans;
|
||||
|
||||
|
||||
import ervu_dashboard.ervu_dashboard.db_beans.ervu_dashboard.ErvuDashboard;
|
||||
import ervu_dashboard.ervu_dashboard.db_beans.metrics.Metrics;
|
||||
|
||||
import java.util.Arrays;
|
||||
import java.util.List;
|
||||
|
|
@ -28,9 +28,9 @@ public class DefaultCatalog extends CatalogImpl {
|
|||
public static final DefaultCatalog DEFAULT_CATALOG = new DefaultCatalog();
|
||||
|
||||
/**
|
||||
* The schema <code>ervu_dashboard</code>.
|
||||
* The schema <code>metrics</code>.
|
||||
*/
|
||||
public final ErvuDashboard ERVU_DASHBOARD = ErvuDashboard.ERVU_DASHBOARD;
|
||||
public final Metrics METRICS = Metrics.METRICS;
|
||||
|
||||
/**
|
||||
* No further instances allowed
|
||||
|
|
@ -42,7 +42,7 @@ public class DefaultCatalog extends CatalogImpl {
|
|||
@Override
|
||||
public final List<Schema> getSchemas() {
|
||||
return Arrays.asList(
|
||||
ErvuDashboard.ERVU_DASHBOARD
|
||||
Metrics.METRICS
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,62 +0,0 @@
|
|||
/*
|
||||
* This file is generated by jOOQ.
|
||||
*/
|
||||
package ervu_dashboard.ervu_dashboard.db_beans.ervu_dashboard;
|
||||
|
||||
|
||||
import ervu_dashboard.ervu_dashboard.db_beans.DefaultCatalog;
|
||||
import ervu_dashboard.ervu_dashboard.db_beans.ervu_dashboard.tables.Databasechangelog;
|
||||
import ervu_dashboard.ervu_dashboard.db_beans.ervu_dashboard.tables.Databasechangeloglock;
|
||||
|
||||
import java.util.Arrays;
|
||||
import java.util.List;
|
||||
|
||||
import org.jooq.Catalog;
|
||||
import org.jooq.Table;
|
||||
import org.jooq.impl.SchemaImpl;
|
||||
|
||||
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class ErvuDashboard extends SchemaImpl {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
/**
|
||||
* The reference instance of <code>ervu_dashboard</code>
|
||||
*/
|
||||
public static final ErvuDashboard ERVU_DASHBOARD = new ErvuDashboard();
|
||||
|
||||
/**
|
||||
* The table <code>ervu_dashboard.databasechangelog</code>.
|
||||
*/
|
||||
public final Databasechangelog DATABASECHANGELOG = Databasechangelog.DATABASECHANGELOG;
|
||||
|
||||
/**
|
||||
* The table <code>ervu_dashboard.databasechangeloglock</code>.
|
||||
*/
|
||||
public final Databasechangeloglock DATABASECHANGELOGLOCK = Databasechangeloglock.DATABASECHANGELOGLOCK;
|
||||
|
||||
/**
|
||||
* No further instances allowed
|
||||
*/
|
||||
private ErvuDashboard() {
|
||||
super("ervu_dashboard", null);
|
||||
}
|
||||
|
||||
|
||||
@Override
|
||||
public Catalog getCatalog() {
|
||||
return DefaultCatalog.DEFAULT_CATALOG;
|
||||
}
|
||||
|
||||
@Override
|
||||
public final List<Table<?>> getTables() {
|
||||
return Arrays.asList(
|
||||
Databasechangelog.DATABASECHANGELOG,
|
||||
Databasechangeloglock.DATABASECHANGELOGLOCK
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
/*
|
||||
* This file is generated by jOOQ.
|
||||
*/
|
||||
package ervu_dashboard.ervu_dashboard.db_beans.ervu_dashboard;
|
||||
|
||||
|
||||
import ervu_dashboard.ervu_dashboard.db_beans.ervu_dashboard.tables.Databasechangeloglock;
|
||||
import ervu_dashboard.ervu_dashboard.db_beans.ervu_dashboard.tables.records.DatabasechangeloglockRecord;
|
||||
|
||||
import org.jooq.TableField;
|
||||
import org.jooq.UniqueKey;
|
||||
import org.jooq.impl.DSL;
|
||||
import org.jooq.impl.Internal;
|
||||
|
||||
|
||||
/**
|
||||
* A class modelling foreign key relationships and constraints of tables in
|
||||
* ervu_dashboard.
|
||||
*/
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class Keys {
|
||||
|
||||
// -------------------------------------------------------------------------
|
||||
// UNIQUE and PRIMARY KEY definitions
|
||||
// -------------------------------------------------------------------------
|
||||
|
||||
public static final UniqueKey<DatabasechangeloglockRecord> DATABASECHANGELOGLOCK_PKEY = Internal.createUniqueKey(Databasechangeloglock.DATABASECHANGELOGLOCK, DSL.name("databasechangeloglock_pkey"), new TableField[] { Databasechangeloglock.DATABASECHANGELOGLOCK.ID }, true);
|
||||
}
|
||||
|
|
@ -1,26 +0,0 @@
|
|||
/*
|
||||
* This file is generated by jOOQ.
|
||||
*/
|
||||
package ervu_dashboard.ervu_dashboard.db_beans.ervu_dashboard;
|
||||
|
||||
|
||||
import ervu_dashboard.ervu_dashboard.db_beans.ervu_dashboard.tables.Databasechangelog;
|
||||
import ervu_dashboard.ervu_dashboard.db_beans.ervu_dashboard.tables.Databasechangeloglock;
|
||||
|
||||
|
||||
/**
|
||||
* Convenience access to all tables in ervu_dashboard.
|
||||
*/
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class Tables {
|
||||
|
||||
/**
|
||||
* The table <code>ervu_dashboard.databasechangelog</code>.
|
||||
*/
|
||||
public static final Databasechangelog DATABASECHANGELOG = Databasechangelog.DATABASECHANGELOG;
|
||||
|
||||
/**
|
||||
* The table <code>ervu_dashboard.databasechangeloglock</code>.
|
||||
*/
|
||||
public static final Databasechangeloglock DATABASECHANGELOGLOCK = Databasechangeloglock.DATABASECHANGELOGLOCK;
|
||||
}
|
||||
|
|
@ -1,279 +0,0 @@
|
|||
/*
|
||||
* This file is generated by jOOQ.
|
||||
*/
|
||||
package ervu_dashboard.ervu_dashboard.db_beans.ervu_dashboard.tables;
|
||||
|
||||
|
||||
import ervu_dashboard.ervu_dashboard.db_beans.ervu_dashboard.ErvuDashboard;
|
||||
import ervu_dashboard.ervu_dashboard.db_beans.ervu_dashboard.tables.records.DatabasechangelogRecord;
|
||||
|
||||
import java.sql.Timestamp;
|
||||
import java.util.Collection;
|
||||
|
||||
import org.jooq.Condition;
|
||||
import org.jooq.Field;
|
||||
import org.jooq.Name;
|
||||
import org.jooq.PlainSQL;
|
||||
import org.jooq.QueryPart;
|
||||
import org.jooq.SQL;
|
||||
import org.jooq.Schema;
|
||||
import org.jooq.Select;
|
||||
import org.jooq.Stringly;
|
||||
import org.jooq.Table;
|
||||
import org.jooq.TableField;
|
||||
import org.jooq.TableOptions;
|
||||
import org.jooq.impl.DSL;
|
||||
import org.jooq.impl.SQLDataType;
|
||||
import org.jooq.impl.TableImpl;
|
||||
|
||||
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class Databasechangelog extends TableImpl<DatabasechangelogRecord> {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
/**
|
||||
* The reference instance of <code>ervu_dashboard.databasechangelog</code>
|
||||
*/
|
||||
public static final Databasechangelog DATABASECHANGELOG = new Databasechangelog();
|
||||
|
||||
/**
|
||||
* The class holding records for this type
|
||||
*/
|
||||
@Override
|
||||
public Class<DatabasechangelogRecord> getRecordType() {
|
||||
return DatabasechangelogRecord.class;
|
||||
}
|
||||
|
||||
/**
|
||||
* The column <code>ervu_dashboard.databasechangelog.id</code>.
|
||||
*/
|
||||
public final TableField<DatabasechangelogRecord, String> ID = createField(DSL.name("id"), SQLDataType.VARCHAR(255).nullable(false), this, "");
|
||||
|
||||
/**
|
||||
* The column <code>ervu_dashboard.databasechangelog.author</code>.
|
||||
*/
|
||||
public final TableField<DatabasechangelogRecord, String> AUTHOR = createField(DSL.name("author"), SQLDataType.VARCHAR(255).nullable(false), this, "");
|
||||
|
||||
/**
|
||||
* The column <code>ervu_dashboard.databasechangelog.filename</code>.
|
||||
*/
|
||||
public final TableField<DatabasechangelogRecord, String> FILENAME = createField(DSL.name("filename"), SQLDataType.VARCHAR(255).nullable(false), this, "");
|
||||
|
||||
/**
|
||||
* The column <code>ervu_dashboard.databasechangelog.dateexecuted</code>.
|
||||
*/
|
||||
public final TableField<DatabasechangelogRecord, Timestamp> DATEEXECUTED = createField(DSL.name("dateexecuted"), SQLDataType.TIMESTAMP(0).nullable(false), this, "");
|
||||
|
||||
/**
|
||||
* The column <code>ervu_dashboard.databasechangelog.orderexecuted</code>.
|
||||
*/
|
||||
public final TableField<DatabasechangelogRecord, Integer> ORDEREXECUTED = createField(DSL.name("orderexecuted"), SQLDataType.INTEGER.nullable(false), this, "");
|
||||
|
||||
/**
|
||||
* The column <code>ervu_dashboard.databasechangelog.exectype</code>.
|
||||
*/
|
||||
public final TableField<DatabasechangelogRecord, String> EXECTYPE = createField(DSL.name("exectype"), SQLDataType.VARCHAR(10).nullable(false), this, "");
|
||||
|
||||
/**
|
||||
* The column <code>ervu_dashboard.databasechangelog.md5sum</code>.
|
||||
*/
|
||||
public final TableField<DatabasechangelogRecord, String> MD5SUM = createField(DSL.name("md5sum"), SQLDataType.VARCHAR(35), this, "");
|
||||
|
||||
/**
|
||||
* The column <code>ervu_dashboard.databasechangelog.description</code>.
|
||||
*/
|
||||
public final TableField<DatabasechangelogRecord, String> DESCRIPTION = createField(DSL.name("description"), SQLDataType.VARCHAR(255), this, "");
|
||||
|
||||
/**
|
||||
* The column <code>ervu_dashboard.databasechangelog.comments</code>.
|
||||
*/
|
||||
public final TableField<DatabasechangelogRecord, String> COMMENTS = createField(DSL.name("comments"), SQLDataType.VARCHAR(255), this, "");
|
||||
|
||||
/**
|
||||
* The column <code>ervu_dashboard.databasechangelog.tag</code>.
|
||||
*/
|
||||
public final TableField<DatabasechangelogRecord, String> TAG = createField(DSL.name("tag"), SQLDataType.VARCHAR(255), this, "");
|
||||
|
||||
/**
|
||||
* The column <code>ervu_dashboard.databasechangelog.liquibase</code>.
|
||||
*/
|
||||
public final TableField<DatabasechangelogRecord, String> LIQUIBASE = createField(DSL.name("liquibase"), SQLDataType.VARCHAR(20), this, "");
|
||||
|
||||
/**
|
||||
* The column <code>ervu_dashboard.databasechangelog.contexts</code>.
|
||||
*/
|
||||
public final TableField<DatabasechangelogRecord, String> CONTEXTS = createField(DSL.name("contexts"), SQLDataType.VARCHAR(255), this, "");
|
||||
|
||||
/**
|
||||
* The column <code>ervu_dashboard.databasechangelog.labels</code>.
|
||||
*/
|
||||
public final TableField<DatabasechangelogRecord, String> LABELS = createField(DSL.name("labels"), SQLDataType.VARCHAR(255), this, "");
|
||||
|
||||
/**
|
||||
* The column <code>ervu_dashboard.databasechangelog.deployment_id</code>.
|
||||
*/
|
||||
public final TableField<DatabasechangelogRecord, String> DEPLOYMENT_ID = createField(DSL.name("deployment_id"), SQLDataType.VARCHAR(10), this, "");
|
||||
|
||||
private Databasechangelog(Name alias, Table<DatabasechangelogRecord> aliased) {
|
||||
this(alias, aliased, (Field<?>[]) null, null);
|
||||
}
|
||||
|
||||
private Databasechangelog(Name alias, Table<DatabasechangelogRecord> aliased, Field<?>[] parameters, Condition where) {
|
||||
super(alias, null, aliased, parameters, DSL.comment(""), TableOptions.table(), where);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an aliased <code>ervu_dashboard.databasechangelog</code> table
|
||||
* reference
|
||||
*/
|
||||
public Databasechangelog(String alias) {
|
||||
this(DSL.name(alias), DATABASECHANGELOG);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an aliased <code>ervu_dashboard.databasechangelog</code> table
|
||||
* reference
|
||||
*/
|
||||
public Databasechangelog(Name alias) {
|
||||
this(alias, DATABASECHANGELOG);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create a <code>ervu_dashboard.databasechangelog</code> table reference
|
||||
*/
|
||||
public Databasechangelog() {
|
||||
this(DSL.name("databasechangelog"), null);
|
||||
}
|
||||
|
||||
@Override
|
||||
public Schema getSchema() {
|
||||
return aliased() ? null : ErvuDashboard.ERVU_DASHBOARD;
|
||||
}
|
||||
|
||||
@Override
|
||||
public Databasechangelog as(String alias) {
|
||||
return new Databasechangelog(DSL.name(alias), this);
|
||||
}
|
||||
|
||||
@Override
|
||||
public Databasechangelog as(Name alias) {
|
||||
return new Databasechangelog(alias, this);
|
||||
}
|
||||
|
||||
@Override
|
||||
public Databasechangelog as(Table<?> alias) {
|
||||
return new Databasechangelog(alias.getQualifiedName(), this);
|
||||
}
|
||||
|
||||
/**
|
||||
* Rename this table
|
||||
*/
|
||||
@Override
|
||||
public Databasechangelog rename(String name) {
|
||||
return new Databasechangelog(DSL.name(name), null);
|
||||
}
|
||||
|
||||
/**
|
||||
* Rename this table
|
||||
*/
|
||||
@Override
|
||||
public Databasechangelog rename(Name name) {
|
||||
return new Databasechangelog(name, null);
|
||||
}
|
||||
|
||||
/**
|
||||
* Rename this table
|
||||
*/
|
||||
@Override
|
||||
public Databasechangelog rename(Table<?> name) {
|
||||
return new Databasechangelog(name.getQualifiedName(), null);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
public Databasechangelog where(Condition condition) {
|
||||
return new Databasechangelog(getQualifiedName(), aliased() ? this : null, null, condition);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
public Databasechangelog where(Collection<? extends Condition> conditions) {
|
||||
return where(DSL.and(conditions));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
public Databasechangelog where(Condition... conditions) {
|
||||
return where(DSL.and(conditions));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
public Databasechangelog where(Field<Boolean> condition) {
|
||||
return where(DSL.condition(condition));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
@PlainSQL
|
||||
public Databasechangelog where(SQL condition) {
|
||||
return where(DSL.condition(condition));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
@PlainSQL
|
||||
public Databasechangelog where(@Stringly.SQL String condition) {
|
||||
return where(DSL.condition(condition));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
@PlainSQL
|
||||
public Databasechangelog where(@Stringly.SQL String condition, Object... binds) {
|
||||
return where(DSL.condition(condition, binds));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
@PlainSQL
|
||||
public Databasechangelog where(@Stringly.SQL String condition, QueryPart... parts) {
|
||||
return where(DSL.condition(condition, parts));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
public Databasechangelog whereExists(Select<?> select) {
|
||||
return where(DSL.exists(select));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
public Databasechangelog whereNotExists(Select<?> select) {
|
||||
return where(DSL.notExists(select));
|
||||
}
|
||||
}
|
||||
|
|
@ -1,238 +0,0 @@
|
|||
/*
|
||||
* This file is generated by jOOQ.
|
||||
*/
|
||||
package ervu_dashboard.ervu_dashboard.db_beans.ervu_dashboard.tables;
|
||||
|
||||
|
||||
import ervu_dashboard.ervu_dashboard.db_beans.ervu_dashboard.ErvuDashboard;
|
||||
import ervu_dashboard.ervu_dashboard.db_beans.ervu_dashboard.Keys;
|
||||
import ervu_dashboard.ervu_dashboard.db_beans.ervu_dashboard.tables.records.DatabasechangeloglockRecord;
|
||||
|
||||
import java.sql.Timestamp;
|
||||
import java.util.Collection;
|
||||
|
||||
import org.jooq.Condition;
|
||||
import org.jooq.Field;
|
||||
import org.jooq.Name;
|
||||
import org.jooq.PlainSQL;
|
||||
import org.jooq.QueryPart;
|
||||
import org.jooq.SQL;
|
||||
import org.jooq.Schema;
|
||||
import org.jooq.Select;
|
||||
import org.jooq.Stringly;
|
||||
import org.jooq.Table;
|
||||
import org.jooq.TableField;
|
||||
import org.jooq.TableOptions;
|
||||
import org.jooq.UniqueKey;
|
||||
import org.jooq.impl.DSL;
|
||||
import org.jooq.impl.SQLDataType;
|
||||
import org.jooq.impl.TableImpl;
|
||||
|
||||
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class Databasechangeloglock extends TableImpl<DatabasechangeloglockRecord> {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
/**
|
||||
* The reference instance of
|
||||
* <code>ervu_dashboard.databasechangeloglock</code>
|
||||
*/
|
||||
public static final Databasechangeloglock DATABASECHANGELOGLOCK = new Databasechangeloglock();
|
||||
|
||||
/**
|
||||
* The class holding records for this type
|
||||
*/
|
||||
@Override
|
||||
public Class<DatabasechangeloglockRecord> getRecordType() {
|
||||
return DatabasechangeloglockRecord.class;
|
||||
}
|
||||
|
||||
/**
|
||||
* The column <code>ervu_dashboard.databasechangeloglock.id</code>.
|
||||
*/
|
||||
public final TableField<DatabasechangeloglockRecord, Integer> ID = createField(DSL.name("id"), SQLDataType.INTEGER.nullable(false), this, "");
|
||||
|
||||
/**
|
||||
* The column <code>ervu_dashboard.databasechangeloglock.locked</code>.
|
||||
*/
|
||||
public final TableField<DatabasechangeloglockRecord, Boolean> LOCKED = createField(DSL.name("locked"), SQLDataType.BOOLEAN.nullable(false), this, "");
|
||||
|
||||
/**
|
||||
* The column <code>ervu_dashboard.databasechangeloglock.lockgranted</code>.
|
||||
*/
|
||||
public final TableField<DatabasechangeloglockRecord, Timestamp> LOCKGRANTED = createField(DSL.name("lockgranted"), SQLDataType.TIMESTAMP(0), this, "");
|
||||
|
||||
/**
|
||||
* The column <code>ervu_dashboard.databasechangeloglock.lockedby</code>.
|
||||
*/
|
||||
public final TableField<DatabasechangeloglockRecord, String> LOCKEDBY = createField(DSL.name("lockedby"), SQLDataType.VARCHAR(255), this, "");
|
||||
|
||||
private Databasechangeloglock(Name alias, Table<DatabasechangeloglockRecord> aliased) {
|
||||
this(alias, aliased, (Field<?>[]) null, null);
|
||||
}
|
||||
|
||||
private Databasechangeloglock(Name alias, Table<DatabasechangeloglockRecord> aliased, Field<?>[] parameters, Condition where) {
|
||||
super(alias, null, aliased, parameters, DSL.comment(""), TableOptions.table(), where);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an aliased <code>ervu_dashboard.databasechangeloglock</code> table
|
||||
* reference
|
||||
*/
|
||||
public Databasechangeloglock(String alias) {
|
||||
this(DSL.name(alias), DATABASECHANGELOGLOCK);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an aliased <code>ervu_dashboard.databasechangeloglock</code> table
|
||||
* reference
|
||||
*/
|
||||
public Databasechangeloglock(Name alias) {
|
||||
this(alias, DATABASECHANGELOGLOCK);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create a <code>ervu_dashboard.databasechangeloglock</code> table
|
||||
* reference
|
||||
*/
|
||||
public Databasechangeloglock() {
|
||||
this(DSL.name("databasechangeloglock"), null);
|
||||
}
|
||||
|
||||
@Override
|
||||
public Schema getSchema() {
|
||||
return aliased() ? null : ErvuDashboard.ERVU_DASHBOARD;
|
||||
}
|
||||
|
||||
@Override
|
||||
public UniqueKey<DatabasechangeloglockRecord> getPrimaryKey() {
|
||||
return Keys.DATABASECHANGELOGLOCK_PKEY;
|
||||
}
|
||||
|
||||
@Override
|
||||
public Databasechangeloglock as(String alias) {
|
||||
return new Databasechangeloglock(DSL.name(alias), this);
|
||||
}
|
||||
|
||||
@Override
|
||||
public Databasechangeloglock as(Name alias) {
|
||||
return new Databasechangeloglock(alias, this);
|
||||
}
|
||||
|
||||
@Override
|
||||
public Databasechangeloglock as(Table<?> alias) {
|
||||
return new Databasechangeloglock(alias.getQualifiedName(), this);
|
||||
}
|
||||
|
||||
/**
|
||||
* Rename this table
|
||||
*/
|
||||
@Override
|
||||
public Databasechangeloglock rename(String name) {
|
||||
return new Databasechangeloglock(DSL.name(name), null);
|
||||
}
|
||||
|
||||
/**
|
||||
* Rename this table
|
||||
*/
|
||||
@Override
|
||||
public Databasechangeloglock rename(Name name) {
|
||||
return new Databasechangeloglock(name, null);
|
||||
}
|
||||
|
||||
/**
|
||||
* Rename this table
|
||||
*/
|
||||
@Override
|
||||
public Databasechangeloglock rename(Table<?> name) {
|
||||
return new Databasechangeloglock(name.getQualifiedName(), null);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
public Databasechangeloglock where(Condition condition) {
|
||||
return new Databasechangeloglock(getQualifiedName(), aliased() ? this : null, null, condition);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
public Databasechangeloglock where(Collection<? extends Condition> conditions) {
|
||||
return where(DSL.and(conditions));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
public Databasechangeloglock where(Condition... conditions) {
|
||||
return where(DSL.and(conditions));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
public Databasechangeloglock where(Field<Boolean> condition) {
|
||||
return where(DSL.condition(condition));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
@PlainSQL
|
||||
public Databasechangeloglock where(SQL condition) {
|
||||
return where(DSL.condition(condition));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
@PlainSQL
|
||||
public Databasechangeloglock where(@Stringly.SQL String condition) {
|
||||
return where(DSL.condition(condition));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
@PlainSQL
|
||||
public Databasechangeloglock where(@Stringly.SQL String condition, Object... binds) {
|
||||
return where(DSL.condition(condition, binds));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
@PlainSQL
|
||||
public Databasechangeloglock where(@Stringly.SQL String condition, QueryPart... parts) {
|
||||
return where(DSL.condition(condition, parts));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
public Databasechangeloglock whereExists(Select<?> select) {
|
||||
return where(DSL.exists(select));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
public Databasechangeloglock whereNotExists(Select<?> select) {
|
||||
return where(DSL.notExists(select));
|
||||
}
|
||||
}
|
||||
|
|
@ -1,251 +0,0 @@
|
|||
/*
|
||||
* This file is generated by jOOQ.
|
||||
*/
|
||||
package ervu_dashboard.ervu_dashboard.db_beans.ervu_dashboard.tables.records;
|
||||
|
||||
|
||||
import ervu_dashboard.ervu_dashboard.db_beans.ervu_dashboard.tables.Databasechangelog;
|
||||
|
||||
import java.sql.Timestamp;
|
||||
|
||||
import org.jooq.impl.TableRecordImpl;
|
||||
|
||||
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class DatabasechangelogRecord extends TableRecordImpl<DatabasechangelogRecord> {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
/**
|
||||
* Setter for <code>ervu_dashboard.databasechangelog.id</code>.
|
||||
*/
|
||||
public void setId(String value) {
|
||||
set(0, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Getter for <code>ervu_dashboard.databasechangelog.id</code>.
|
||||
*/
|
||||
public String getId() {
|
||||
return (String) get(0);
|
||||
}
|
||||
|
||||
/**
|
||||
* Setter for <code>ervu_dashboard.databasechangelog.author</code>.
|
||||
*/
|
||||
public void setAuthor(String value) {
|
||||
set(1, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Getter for <code>ervu_dashboard.databasechangelog.author</code>.
|
||||
*/
|
||||
public String getAuthor() {
|
||||
return (String) get(1);
|
||||
}
|
||||
|
||||
/**
|
||||
* Setter for <code>ervu_dashboard.databasechangelog.filename</code>.
|
||||
*/
|
||||
public void setFilename(String value) {
|
||||
set(2, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Getter for <code>ervu_dashboard.databasechangelog.filename</code>.
|
||||
*/
|
||||
public String getFilename() {
|
||||
return (String) get(2);
|
||||
}
|
||||
|
||||
/**
|
||||
* Setter for <code>ervu_dashboard.databasechangelog.dateexecuted</code>.
|
||||
*/
|
||||
public void setDateexecuted(Timestamp value) {
|
||||
set(3, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Getter for <code>ervu_dashboard.databasechangelog.dateexecuted</code>.
|
||||
*/
|
||||
public Timestamp getDateexecuted() {
|
||||
return (Timestamp) get(3);
|
||||
}
|
||||
|
||||
/**
|
||||
* Setter for <code>ervu_dashboard.databasechangelog.orderexecuted</code>.
|
||||
*/
|
||||
public void setOrderexecuted(Integer value) {
|
||||
set(4, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Getter for <code>ervu_dashboard.databasechangelog.orderexecuted</code>.
|
||||
*/
|
||||
public Integer getOrderexecuted() {
|
||||
return (Integer) get(4);
|
||||
}
|
||||
|
||||
/**
|
||||
* Setter for <code>ervu_dashboard.databasechangelog.exectype</code>.
|
||||
*/
|
||||
public void setExectype(String value) {
|
||||
set(5, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Getter for <code>ervu_dashboard.databasechangelog.exectype</code>.
|
||||
*/
|
||||
public String getExectype() {
|
||||
return (String) get(5);
|
||||
}
|
||||
|
||||
/**
|
||||
* Setter for <code>ervu_dashboard.databasechangelog.md5sum</code>.
|
||||
*/
|
||||
public void setMd5sum(String value) {
|
||||
set(6, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Getter for <code>ervu_dashboard.databasechangelog.md5sum</code>.
|
||||
*/
|
||||
public String getMd5sum() {
|
||||
return (String) get(6);
|
||||
}
|
||||
|
||||
/**
|
||||
* Setter for <code>ervu_dashboard.databasechangelog.description</code>.
|
||||
*/
|
||||
public void setDescription(String value) {
|
||||
set(7, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Getter for <code>ervu_dashboard.databasechangelog.description</code>.
|
||||
*/
|
||||
public String getDescription() {
|
||||
return (String) get(7);
|
||||
}
|
||||
|
||||
/**
|
||||
* Setter for <code>ervu_dashboard.databasechangelog.comments</code>.
|
||||
*/
|
||||
public void setComments(String value) {
|
||||
set(8, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Getter for <code>ervu_dashboard.databasechangelog.comments</code>.
|
||||
*/
|
||||
public String getComments() {
|
||||
return (String) get(8);
|
||||
}
|
||||
|
||||
/**
|
||||
* Setter for <code>ervu_dashboard.databasechangelog.tag</code>.
|
||||
*/
|
||||
public void setTag(String value) {
|
||||
set(9, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Getter for <code>ervu_dashboard.databasechangelog.tag</code>.
|
||||
*/
|
||||
public String getTag() {
|
||||
return (String) get(9);
|
||||
}
|
||||
|
||||
/**
|
||||
* Setter for <code>ervu_dashboard.databasechangelog.liquibase</code>.
|
||||
*/
|
||||
public void setLiquibase(String value) {
|
||||
set(10, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Getter for <code>ervu_dashboard.databasechangelog.liquibase</code>.
|
||||
*/
|
||||
public String getLiquibase() {
|
||||
return (String) get(10);
|
||||
}
|
||||
|
||||
/**
|
||||
* Setter for <code>ervu_dashboard.databasechangelog.contexts</code>.
|
||||
*/
|
||||
public void setContexts(String value) {
|
||||
set(11, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Getter for <code>ervu_dashboard.databasechangelog.contexts</code>.
|
||||
*/
|
||||
public String getContexts() {
|
||||
return (String) get(11);
|
||||
}
|
||||
|
||||
/**
|
||||
* Setter for <code>ervu_dashboard.databasechangelog.labels</code>.
|
||||
*/
|
||||
public void setLabels(String value) {
|
||||
set(12, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Getter for <code>ervu_dashboard.databasechangelog.labels</code>.
|
||||
*/
|
||||
public String getLabels() {
|
||||
return (String) get(12);
|
||||
}
|
||||
|
||||
/**
|
||||
* Setter for <code>ervu_dashboard.databasechangelog.deployment_id</code>.
|
||||
*/
|
||||
public void setDeploymentId(String value) {
|
||||
set(13, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Getter for <code>ervu_dashboard.databasechangelog.deployment_id</code>.
|
||||
*/
|
||||
public String getDeploymentId() {
|
||||
return (String) get(13);
|
||||
}
|
||||
|
||||
// -------------------------------------------------------------------------
|
||||
// Constructors
|
||||
// -------------------------------------------------------------------------
|
||||
|
||||
/**
|
||||
* Create a detached DatabasechangelogRecord
|
||||
*/
|
||||
public DatabasechangelogRecord() {
|
||||
super(Databasechangelog.DATABASECHANGELOG);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create a detached, initialised DatabasechangelogRecord
|
||||
*/
|
||||
public DatabasechangelogRecord(String id, String author, String filename, Timestamp dateexecuted, Integer orderexecuted, String exectype, String md5sum, String description, String comments, String tag, String liquibase, String contexts, String labels, String deploymentId) {
|
||||
super(Databasechangelog.DATABASECHANGELOG);
|
||||
|
||||
setId(id);
|
||||
setAuthor(author);
|
||||
setFilename(filename);
|
||||
setDateexecuted(dateexecuted);
|
||||
setOrderexecuted(orderexecuted);
|
||||
setExectype(exectype);
|
||||
setMd5sum(md5sum);
|
||||
setDescription(description);
|
||||
setComments(comments);
|
||||
setTag(tag);
|
||||
setLiquibase(liquibase);
|
||||
setContexts(contexts);
|
||||
setLabels(labels);
|
||||
setDeploymentId(deploymentId);
|
||||
resetChangedOnNotNull();
|
||||
}
|
||||
}
|
||||
|
|
@ -1,111 +0,0 @@
|
|||
/*
|
||||
* This file is generated by jOOQ.
|
||||
*/
|
||||
package ervu_dashboard.ervu_dashboard.db_beans.ervu_dashboard.tables.records;
|
||||
|
||||
|
||||
import ervu_dashboard.ervu_dashboard.db_beans.ervu_dashboard.tables.Databasechangeloglock;
|
||||
|
||||
import java.sql.Timestamp;
|
||||
|
||||
import org.jooq.Record1;
|
||||
import org.jooq.impl.UpdatableRecordImpl;
|
||||
|
||||
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class DatabasechangeloglockRecord extends UpdatableRecordImpl<DatabasechangeloglockRecord> {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
/**
|
||||
* Setter for <code>ervu_dashboard.databasechangeloglock.id</code>.
|
||||
*/
|
||||
public void setId(Integer value) {
|
||||
set(0, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Getter for <code>ervu_dashboard.databasechangeloglock.id</code>.
|
||||
*/
|
||||
public Integer getId() {
|
||||
return (Integer) get(0);
|
||||
}
|
||||
|
||||
/**
|
||||
* Setter for <code>ervu_dashboard.databasechangeloglock.locked</code>.
|
||||
*/
|
||||
public void setLocked(Boolean value) {
|
||||
set(1, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Getter for <code>ervu_dashboard.databasechangeloglock.locked</code>.
|
||||
*/
|
||||
public Boolean getLocked() {
|
||||
return (Boolean) get(1);
|
||||
}
|
||||
|
||||
/**
|
||||
* Setter for <code>ervu_dashboard.databasechangeloglock.lockgranted</code>.
|
||||
*/
|
||||
public void setLockgranted(Timestamp value) {
|
||||
set(2, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Getter for <code>ervu_dashboard.databasechangeloglock.lockgranted</code>.
|
||||
*/
|
||||
public Timestamp getLockgranted() {
|
||||
return (Timestamp) get(2);
|
||||
}
|
||||
|
||||
/**
|
||||
* Setter for <code>ervu_dashboard.databasechangeloglock.lockedby</code>.
|
||||
*/
|
||||
public void setLockedby(String value) {
|
||||
set(3, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Getter for <code>ervu_dashboard.databasechangeloglock.lockedby</code>.
|
||||
*/
|
||||
public String getLockedby() {
|
||||
return (String) get(3);
|
||||
}
|
||||
|
||||
// -------------------------------------------------------------------------
|
||||
// Primary key information
|
||||
// -------------------------------------------------------------------------
|
||||
|
||||
@Override
|
||||
public Record1<Integer> key() {
|
||||
return (Record1) super.key();
|
||||
}
|
||||
|
||||
// -------------------------------------------------------------------------
|
||||
// Constructors
|
||||
// -------------------------------------------------------------------------
|
||||
|
||||
/**
|
||||
* Create a detached DatabasechangeloglockRecord
|
||||
*/
|
||||
public DatabasechangeloglockRecord() {
|
||||
super(Databasechangeloglock.DATABASECHANGELOGLOCK);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create a detached, initialised DatabasechangeloglockRecord
|
||||
*/
|
||||
public DatabasechangeloglockRecord(Integer id, Boolean locked, Timestamp lockgranted, String lockedby) {
|
||||
super(Databasechangeloglock.DATABASECHANGELOGLOCK);
|
||||
|
||||
setId(id);
|
||||
setLocked(locked);
|
||||
setLockgranted(lockgranted);
|
||||
setLockedby(lockedby);
|
||||
resetChangedOnNotNull();
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,59 @@
|
|||
/*
|
||||
* This file is generated by jOOQ.
|
||||
*/
|
||||
package ervu_dashboard.ervu_dashboard.db_beans.metrics;
|
||||
|
||||
|
||||
import ervu_dashboard.ervu_dashboard.db_beans.metrics.tables.ConvertInfoCommonResults;
|
||||
import ervu_dashboard.ervu_dashboard.db_beans.metrics.tables.ConvertInfoComparisonCsvXml;
|
||||
import ervu_dashboard.ervu_dashboard.db_beans.metrics.tables.ConvertInfoLoadedRecords;
|
||||
import ervu_dashboard.ervu_dashboard.db_beans.metrics.tables.ConvertInfoNotIdentifitedRecords;
|
||||
import ervu_dashboard.ervu_dashboard.db_beans.metrics.tables.ConvertInfoRecordsFromEasu;
|
||||
import ervu_dashboard.ervu_dashboard.db_beans.metrics.tables.ConvertInfoSentToLkEpgu;
|
||||
import ervu_dashboard.ervu_dashboard.db_beans.metrics.tables.Recruitment;
|
||||
import ervu_dashboard.ervu_dashboard.db_beans.metrics.tables.records.ConvertInfoCommonResultsRecord;
|
||||
import ervu_dashboard.ervu_dashboard.db_beans.metrics.tables.records.ConvertInfoComparisonCsvXmlRecord;
|
||||
import ervu_dashboard.ervu_dashboard.db_beans.metrics.tables.records.ConvertInfoLoadedRecordsRecord;
|
||||
import ervu_dashboard.ervu_dashboard.db_beans.metrics.tables.records.ConvertInfoNotIdentifitedRecordsRecord;
|
||||
import ervu_dashboard.ervu_dashboard.db_beans.metrics.tables.records.ConvertInfoRecordsFromEasuRecord;
|
||||
import ervu_dashboard.ervu_dashboard.db_beans.metrics.tables.records.ConvertInfoSentToLkEpguRecord;
|
||||
import ervu_dashboard.ervu_dashboard.db_beans.metrics.tables.records.RecruitmentRecord;
|
||||
|
||||
import org.jooq.ForeignKey;
|
||||
import org.jooq.TableField;
|
||||
import org.jooq.UniqueKey;
|
||||
import org.jooq.impl.DSL;
|
||||
import org.jooq.impl.Internal;
|
||||
|
||||
|
||||
/**
|
||||
* A class modelling foreign key relationships and constraints of tables in
|
||||
* metrics.
|
||||
*/
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class Keys {
|
||||
|
||||
// -------------------------------------------------------------------------
|
||||
// UNIQUE and PRIMARY KEY definitions
|
||||
// -------------------------------------------------------------------------
|
||||
|
||||
public static final UniqueKey<ConvertInfoCommonResultsRecord> CONVERT_INFO_COMMON_RESULTS_PKEY = Internal.createUniqueKey(ConvertInfoCommonResults.CONVERT_INFO_COMMON_RESULTS, DSL.name("convert_info_common_results_pkey"), new TableField[] { ConvertInfoCommonResults.CONVERT_INFO_COMMON_RESULTS.CONVERT_INFO_COMMON_RESULTS_ID }, true);
|
||||
public static final UniqueKey<ConvertInfoComparisonCsvXmlRecord> CONVERT_INFO_COMPARISON_CSV_XML_PKEY = Internal.createUniqueKey(ConvertInfoComparisonCsvXml.CONVERT_INFO_COMPARISON_CSV_XML, DSL.name("convert_info_comparison_csv_xml_pkey"), new TableField[] { ConvertInfoComparisonCsvXml.CONVERT_INFO_COMPARISON_CSV_XML.CONVERT_INFO_COMPARISON_CSV_XML_ID }, true);
|
||||
public static final UniqueKey<ConvertInfoLoadedRecordsRecord> CONVERT_INFO_LOADED_RECORDS_PKEY = Internal.createUniqueKey(ConvertInfoLoadedRecords.CONVERT_INFO_LOADED_RECORDS, DSL.name("convert_info_loaded_records_pkey"), new TableField[] { ConvertInfoLoadedRecords.CONVERT_INFO_LOADED_RECORDS.CONVERT_INFO_LOADED_RECORDS_ID }, true);
|
||||
public static final UniqueKey<ConvertInfoNotIdentifitedRecordsRecord> CONVERT_INFO_NOT_IDENTIFITED_RECORDS_PKEY = Internal.createUniqueKey(ConvertInfoNotIdentifitedRecords.CONVERT_INFO_NOT_IDENTIFITED_RECORDS, DSL.name("convert_info_not_identifited_records_pkey"), new TableField[] { ConvertInfoNotIdentifitedRecords.CONVERT_INFO_NOT_IDENTIFITED_RECORDS.CONVERT_INFO_NOT_IDENTIFITED_RECORDS_ID }, true);
|
||||
public static final UniqueKey<ConvertInfoRecordsFromEasuRecord> CONVERT_INFO_RECORDS_FROM_EASU_PKEY = Internal.createUniqueKey(ConvertInfoRecordsFromEasu.CONVERT_INFO_RECORDS_FROM_EASU, DSL.name("convert_info_records_from_easu_pkey"), new TableField[] { ConvertInfoRecordsFromEasu.CONVERT_INFO_RECORDS_FROM_EASU.CONVERT_INFO_RECORDS_FROM_EASU_ID }, true);
|
||||
public static final UniqueKey<ConvertInfoSentToLkEpguRecord> CONVERT_INFO_SENT_TO_LK_EPGU_PKEY = Internal.createUniqueKey(ConvertInfoSentToLkEpgu.CONVERT_INFO_SENT_TO_LK_EPGU, DSL.name("convert_info_sent_to_lk_epgu_pkey"), new TableField[] { ConvertInfoSentToLkEpgu.CONVERT_INFO_SENT_TO_LK_EPGU.CONVERT_INFO_SENT_TO_LK_EPGU_ID }, true);
|
||||
public static final UniqueKey<RecruitmentRecord> RECRUITMENT_IDM_ID_KEY = Internal.createUniqueKey(Recruitment.RECRUITMENT, DSL.name("recruitment_idm_id_key"), new TableField[] { Recruitment.RECRUITMENT.IDM_ID }, true);
|
||||
public static final UniqueKey<RecruitmentRecord> RECRUITMENT_PKEY = Internal.createUniqueKey(Recruitment.RECRUITMENT, DSL.name("recruitment_pkey"), new TableField[] { Recruitment.RECRUITMENT.ID }, true);
|
||||
|
||||
// -------------------------------------------------------------------------
|
||||
// FOREIGN KEY definitions
|
||||
// -------------------------------------------------------------------------
|
||||
|
||||
public static final ForeignKey<ConvertInfoCommonResultsRecord, RecruitmentRecord> CONVERT_INFO_COMMON_RESULTS__FK_CONV_INFO_RECORDS_FROM_EASU_RECRUITMENT_ID = Internal.createForeignKey(ConvertInfoCommonResults.CONVERT_INFO_COMMON_RESULTS, DSL.name("fk_conv_info_records_from_easu_recruitment_id"), new TableField[] { ConvertInfoCommonResults.CONVERT_INFO_COMMON_RESULTS.RECRUITMENT_ID }, Keys.RECRUITMENT_PKEY, new TableField[] { Recruitment.RECRUITMENT.ID }, true);
|
||||
public static final ForeignKey<ConvertInfoComparisonCsvXmlRecord, RecruitmentRecord> CONVERT_INFO_COMPARISON_CSV_XML__FK_CONV_INFO_RECORDS_FROM_EASU_RECRUITMENT_ID = Internal.createForeignKey(ConvertInfoComparisonCsvXml.CONVERT_INFO_COMPARISON_CSV_XML, DSL.name("fk_conv_info_records_from_easu_recruitment_id"), new TableField[] { ConvertInfoComparisonCsvXml.CONVERT_INFO_COMPARISON_CSV_XML.RECRUITMENT_ID }, Keys.RECRUITMENT_PKEY, new TableField[] { Recruitment.RECRUITMENT.ID }, true);
|
||||
public static final ForeignKey<ConvertInfoLoadedRecordsRecord, RecruitmentRecord> CONVERT_INFO_LOADED_RECORDS__FK_CONV_INFO_RECORDS_FROM_EASU_RECRUITMENT_ID = Internal.createForeignKey(ConvertInfoLoadedRecords.CONVERT_INFO_LOADED_RECORDS, DSL.name("fk_conv_info_records_from_easu_recruitment_id"), new TableField[] { ConvertInfoLoadedRecords.CONVERT_INFO_LOADED_RECORDS.RECRUITMENT_ID }, Keys.RECRUITMENT_PKEY, new TableField[] { Recruitment.RECRUITMENT.ID }, true);
|
||||
public static final ForeignKey<ConvertInfoNotIdentifitedRecordsRecord, RecruitmentRecord> CONVERT_INFO_NOT_IDENTIFITED_RECORDS__FK_CONV_INFO_RECORDS_FROM_EASU_RECRUITMENT_ID = Internal.createForeignKey(ConvertInfoNotIdentifitedRecords.CONVERT_INFO_NOT_IDENTIFITED_RECORDS, DSL.name("fk_conv_info_records_from_easu_recruitment_id"), new TableField[] { ConvertInfoNotIdentifitedRecords.CONVERT_INFO_NOT_IDENTIFITED_RECORDS.RECRUITMENT_ID }, Keys.RECRUITMENT_PKEY, new TableField[] { Recruitment.RECRUITMENT.ID }, true);
|
||||
public static final ForeignKey<ConvertInfoRecordsFromEasuRecord, RecruitmentRecord> CONVERT_INFO_RECORDS_FROM_EASU__FK_CONV_INFO_RECORDS_FROM_EASU_RECRUITMENT_ID = Internal.createForeignKey(ConvertInfoRecordsFromEasu.CONVERT_INFO_RECORDS_FROM_EASU, DSL.name("fk_conv_info_records_from_easu_recruitment_id"), new TableField[] { ConvertInfoRecordsFromEasu.CONVERT_INFO_RECORDS_FROM_EASU.RECRUITMENT_ID }, Keys.RECRUITMENT_PKEY, new TableField[] { Recruitment.RECRUITMENT.ID }, true);
|
||||
public static final ForeignKey<ConvertInfoSentToLkEpguRecord, RecruitmentRecord> CONVERT_INFO_SENT_TO_LK_EPGU__FK_CONV_INFO_RECORDS_FROM_EASU_RECRUITMENT_ID = Internal.createForeignKey(ConvertInfoSentToLkEpgu.CONVERT_INFO_SENT_TO_LK_EPGU, DSL.name("fk_conv_info_records_from_easu_recruitment_id"), new TableField[] { ConvertInfoSentToLkEpgu.CONVERT_INFO_SENT_TO_LK_EPGU.RECRUITMENT_ID }, Keys.RECRUITMENT_PKEY, new TableField[] { Recruitment.RECRUITMENT.ID }, true);
|
||||
}
|
||||
|
|
@ -0,0 +1,108 @@
|
|||
/*
|
||||
* This file is generated by jOOQ.
|
||||
*/
|
||||
package ervu_dashboard.ervu_dashboard.db_beans.metrics;
|
||||
|
||||
|
||||
import ervu_dashboard.ervu_dashboard.db_beans.DefaultCatalog;
|
||||
import ervu_dashboard.ervu_dashboard.db_beans.metrics.tables.ConvertInfoCommonResults;
|
||||
import ervu_dashboard.ervu_dashboard.db_beans.metrics.tables.ConvertInfoComparisonCsvXml;
|
||||
import ervu_dashboard.ervu_dashboard.db_beans.metrics.tables.ConvertInfoLoadedRecords;
|
||||
import ervu_dashboard.ervu_dashboard.db_beans.metrics.tables.ConvertInfoNotIdentifitedRecords;
|
||||
import ervu_dashboard.ervu_dashboard.db_beans.metrics.tables.ConvertInfoRecordsFromEasu;
|
||||
import ervu_dashboard.ervu_dashboard.db_beans.metrics.tables.ConvertInfoSentToLkEpgu;
|
||||
import ervu_dashboard.ervu_dashboard.db_beans.metrics.tables.Recruitment;
|
||||
|
||||
import java.util.Arrays;
|
||||
import java.util.List;
|
||||
|
||||
import org.jooq.Catalog;
|
||||
import org.jooq.Sequence;
|
||||
import org.jooq.Table;
|
||||
import org.jooq.impl.SchemaImpl;
|
||||
|
||||
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class Metrics extends SchemaImpl {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
/**
|
||||
* The reference instance of <code>metrics</code>
|
||||
*/
|
||||
public static final Metrics METRICS = new Metrics();
|
||||
|
||||
/**
|
||||
* Конвертация. Результаты
|
||||
*/
|
||||
public final ConvertInfoCommonResults CONVERT_INFO_COMMON_RESULTS = ConvertInfoCommonResults.CONVERT_INFO_COMMON_RESULTS;
|
||||
|
||||
/**
|
||||
* Конвертация. Результат сопоставления файлов
|
||||
*/
|
||||
public final ConvertInfoComparisonCsvXml CONVERT_INFO_COMPARISON_CSV_XML = ConvertInfoComparisonCsvXml.CONVERT_INFO_COMPARISON_CSV_XML;
|
||||
|
||||
/**
|
||||
* загрузка записей в ГИС ЕРВУ
|
||||
*/
|
||||
public final ConvertInfoLoadedRecords CONVERT_INFO_LOADED_RECORDS = ConvertInfoLoadedRecords.CONVERT_INFO_LOADED_RECORDS;
|
||||
|
||||
/**
|
||||
* записи неидентифицированные в ГИР ВУ
|
||||
*/
|
||||
public final ConvertInfoNotIdentifitedRecords CONVERT_INFO_NOT_IDENTIFITED_RECORDS = ConvertInfoNotIdentifitedRecords.CONVERT_INFO_NOT_IDENTIFITED_RECORDS;
|
||||
|
||||
/**
|
||||
* Загрузка Данных из ЕАСУ "ГОризонт-М"
|
||||
*/
|
||||
public final ConvertInfoRecordsFromEasu CONVERT_INFO_RECORDS_FROM_EASU = ConvertInfoRecordsFromEasu.CONVERT_INFO_RECORDS_FROM_EASU;
|
||||
|
||||
/**
|
||||
* Конвертация. ДОставка уведомлений в ЛК на ЕПГУ
|
||||
*/
|
||||
public final ConvertInfoSentToLkEpgu CONVERT_INFO_SENT_TO_LK_EPGU = ConvertInfoSentToLkEpgu.CONVERT_INFO_SENT_TO_LK_EPGU;
|
||||
|
||||
/**
|
||||
* Военный комиссариат
|
||||
*/
|
||||
public final Recruitment RECRUITMENT = Recruitment.RECRUITMENT;
|
||||
|
||||
/**
|
||||
* No further instances allowed
|
||||
*/
|
||||
private Metrics() {
|
||||
super("metrics", null);
|
||||
}
|
||||
|
||||
|
||||
@Override
|
||||
public Catalog getCatalog() {
|
||||
return DefaultCatalog.DEFAULT_CATALOG;
|
||||
}
|
||||
|
||||
@Override
|
||||
public final List<Sequence<?>> getSequences() {
|
||||
return Arrays.asList(
|
||||
Sequences.CONVERT_INFO_COMPARISON_CSV_X_CONVERT_INFO_COMPARISON_CSV_X_SEQ,
|
||||
Sequences.CONVERT_INFO_NOT_IDENTIFITED__CONVERT_INFO_NOT_IDENTIFITED__SEQ,
|
||||
Sequences.CONVERT_INFO_RECORDS_FROM_EAS_CONVERT_INFO_RECORDS_FROM_EAS_SEQ,
|
||||
Sequences.CONVERT_INFO_SENT_TO_LK_EPGU_CONVERT_INFO_SENT_TO_LK_EPGU_I_SEQ
|
||||
);
|
||||
}
|
||||
|
||||
@Override
|
||||
public final List<Table<?>> getTables() {
|
||||
return Arrays.asList(
|
||||
ConvertInfoCommonResults.CONVERT_INFO_COMMON_RESULTS,
|
||||
ConvertInfoComparisonCsvXml.CONVERT_INFO_COMPARISON_CSV_XML,
|
||||
ConvertInfoLoadedRecords.CONVERT_INFO_LOADED_RECORDS,
|
||||
ConvertInfoNotIdentifitedRecords.CONVERT_INFO_NOT_IDENTIFITED_RECORDS,
|
||||
ConvertInfoRecordsFromEasu.CONVERT_INFO_RECORDS_FROM_EASU,
|
||||
ConvertInfoSentToLkEpgu.CONVERT_INFO_SENT_TO_LK_EPGU,
|
||||
Recruitment.RECRUITMENT
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,285 @@
|
|||
/*
|
||||
* This file is generated by jOOQ.
|
||||
*/
|
||||
package ervu_dashboard.ervu_dashboard.db_beans.metrics;
|
||||
|
||||
|
||||
import ervu_dashboard.ervu_dashboard.db_beans.metrics.routines.UuidGenerateV1;
|
||||
import ervu_dashboard.ervu_dashboard.db_beans.metrics.routines.UuidGenerateV1mc;
|
||||
import ervu_dashboard.ervu_dashboard.db_beans.metrics.routines.UuidGenerateV3;
|
||||
import ervu_dashboard.ervu_dashboard.db_beans.metrics.routines.UuidGenerateV4;
|
||||
import ervu_dashboard.ervu_dashboard.db_beans.metrics.routines.UuidGenerateV5;
|
||||
import ervu_dashboard.ervu_dashboard.db_beans.metrics.routines.UuidNil;
|
||||
import ervu_dashboard.ervu_dashboard.db_beans.metrics.routines.UuidNsDns;
|
||||
import ervu_dashboard.ervu_dashboard.db_beans.metrics.routines.UuidNsOid;
|
||||
import ervu_dashboard.ervu_dashboard.db_beans.metrics.routines.UuidNsUrl;
|
||||
import ervu_dashboard.ervu_dashboard.db_beans.metrics.routines.UuidNsX500;
|
||||
|
||||
import java.util.UUID;
|
||||
|
||||
import org.jooq.Configuration;
|
||||
import org.jooq.Field;
|
||||
|
||||
|
||||
/**
|
||||
* Convenience access to all stored procedures and functions in metrics.
|
||||
*/
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class Routines {
|
||||
|
||||
/**
|
||||
* Call <code>metrics.uuid_generate_v1</code>
|
||||
*/
|
||||
public static UUID uuidGenerateV1(
|
||||
Configuration configuration
|
||||
) {
|
||||
UuidGenerateV1 f = new UuidGenerateV1();
|
||||
|
||||
f.execute(configuration);
|
||||
return f.getReturnValue();
|
||||
}
|
||||
|
||||
/**
|
||||
* Get <code>metrics.uuid_generate_v1</code> as a field.
|
||||
*/
|
||||
public static Field<UUID> uuidGenerateV1() {
|
||||
UuidGenerateV1 f = new UuidGenerateV1();
|
||||
|
||||
return f.asField();
|
||||
}
|
||||
|
||||
/**
|
||||
* Call <code>metrics.uuid_generate_v1mc</code>
|
||||
*/
|
||||
public static UUID uuidGenerateV1mc(
|
||||
Configuration configuration
|
||||
) {
|
||||
UuidGenerateV1mc f = new UuidGenerateV1mc();
|
||||
|
||||
f.execute(configuration);
|
||||
return f.getReturnValue();
|
||||
}
|
||||
|
||||
/**
|
||||
* Get <code>metrics.uuid_generate_v1mc</code> as a field.
|
||||
*/
|
||||
public static Field<UUID> uuidGenerateV1mc() {
|
||||
UuidGenerateV1mc f = new UuidGenerateV1mc();
|
||||
|
||||
return f.asField();
|
||||
}
|
||||
|
||||
/**
|
||||
* Call <code>metrics.uuid_generate_v3</code>
|
||||
*/
|
||||
public static UUID uuidGenerateV3(
|
||||
Configuration configuration
|
||||
, UUID namespace
|
||||
, String name
|
||||
) {
|
||||
UuidGenerateV3 f = new UuidGenerateV3();
|
||||
f.setNamespace(namespace);
|
||||
f.setName_(name);
|
||||
|
||||
f.execute(configuration);
|
||||
return f.getReturnValue();
|
||||
}
|
||||
|
||||
/**
|
||||
* Get <code>metrics.uuid_generate_v3</code> as a field.
|
||||
*/
|
||||
public static Field<UUID> uuidGenerateV3(
|
||||
UUID namespace
|
||||
, String name
|
||||
) {
|
||||
UuidGenerateV3 f = new UuidGenerateV3();
|
||||
f.setNamespace(namespace);
|
||||
f.setName_(name);
|
||||
|
||||
return f.asField();
|
||||
}
|
||||
|
||||
/**
|
||||
* Get <code>metrics.uuid_generate_v3</code> as a field.
|
||||
*/
|
||||
public static Field<UUID> uuidGenerateV3(
|
||||
Field<UUID> namespace
|
||||
, Field<String> name
|
||||
) {
|
||||
UuidGenerateV3 f = new UuidGenerateV3();
|
||||
f.setNamespace(namespace);
|
||||
f.setName_(name);
|
||||
|
||||
return f.asField();
|
||||
}
|
||||
|
||||
/**
|
||||
* Call <code>metrics.uuid_generate_v4</code>
|
||||
*/
|
||||
public static UUID uuidGenerateV4(
|
||||
Configuration configuration
|
||||
) {
|
||||
UuidGenerateV4 f = new UuidGenerateV4();
|
||||
|
||||
f.execute(configuration);
|
||||
return f.getReturnValue();
|
||||
}
|
||||
|
||||
/**
|
||||
* Get <code>metrics.uuid_generate_v4</code> as a field.
|
||||
*/
|
||||
public static Field<UUID> uuidGenerateV4() {
|
||||
UuidGenerateV4 f = new UuidGenerateV4();
|
||||
|
||||
return f.asField();
|
||||
}
|
||||
|
||||
/**
|
||||
* Call <code>metrics.uuid_generate_v5</code>
|
||||
*/
|
||||
public static UUID uuidGenerateV5(
|
||||
Configuration configuration
|
||||
, UUID namespace
|
||||
, String name
|
||||
) {
|
||||
UuidGenerateV5 f = new UuidGenerateV5();
|
||||
f.setNamespace(namespace);
|
||||
f.setName_(name);
|
||||
|
||||
f.execute(configuration);
|
||||
return f.getReturnValue();
|
||||
}
|
||||
|
||||
/**
|
||||
* Get <code>metrics.uuid_generate_v5</code> as a field.
|
||||
*/
|
||||
public static Field<UUID> uuidGenerateV5(
|
||||
UUID namespace
|
||||
, String name
|
||||
) {
|
||||
UuidGenerateV5 f = new UuidGenerateV5();
|
||||
f.setNamespace(namespace);
|
||||
f.setName_(name);
|
||||
|
||||
return f.asField();
|
||||
}
|
||||
|
||||
/**
|
||||
* Get <code>metrics.uuid_generate_v5</code> as a field.
|
||||
*/
|
||||
public static Field<UUID> uuidGenerateV5(
|
||||
Field<UUID> namespace
|
||||
, Field<String> name
|
||||
) {
|
||||
UuidGenerateV5 f = new UuidGenerateV5();
|
||||
f.setNamespace(namespace);
|
||||
f.setName_(name);
|
||||
|
||||
return f.asField();
|
||||
}
|
||||
|
||||
/**
|
||||
* Call <code>metrics.uuid_nil</code>
|
||||
*/
|
||||
public static UUID uuidNil(
|
||||
Configuration configuration
|
||||
) {
|
||||
UuidNil f = new UuidNil();
|
||||
|
||||
f.execute(configuration);
|
||||
return f.getReturnValue();
|
||||
}
|
||||
|
||||
/**
|
||||
* Get <code>metrics.uuid_nil</code> as a field.
|
||||
*/
|
||||
public static Field<UUID> uuidNil() {
|
||||
UuidNil f = new UuidNil();
|
||||
|
||||
return f.asField();
|
||||
}
|
||||
|
||||
/**
|
||||
* Call <code>metrics.uuid_ns_dns</code>
|
||||
*/
|
||||
public static UUID uuidNsDns(
|
||||
Configuration configuration
|
||||
) {
|
||||
UuidNsDns f = new UuidNsDns();
|
||||
|
||||
f.execute(configuration);
|
||||
return f.getReturnValue();
|
||||
}
|
||||
|
||||
/**
|
||||
* Get <code>metrics.uuid_ns_dns</code> as a field.
|
||||
*/
|
||||
public static Field<UUID> uuidNsDns() {
|
||||
UuidNsDns f = new UuidNsDns();
|
||||
|
||||
return f.asField();
|
||||
}
|
||||
|
||||
/**
|
||||
* Call <code>metrics.uuid_ns_oid</code>
|
||||
*/
|
||||
public static UUID uuidNsOid(
|
||||
Configuration configuration
|
||||
) {
|
||||
UuidNsOid f = new UuidNsOid();
|
||||
|
||||
f.execute(configuration);
|
||||
return f.getReturnValue();
|
||||
}
|
||||
|
||||
/**
|
||||
* Get <code>metrics.uuid_ns_oid</code> as a field.
|
||||
*/
|
||||
public static Field<UUID> uuidNsOid() {
|
||||
UuidNsOid f = new UuidNsOid();
|
||||
|
||||
return f.asField();
|
||||
}
|
||||
|
||||
/**
|
||||
* Call <code>metrics.uuid_ns_url</code>
|
||||
*/
|
||||
public static UUID uuidNsUrl(
|
||||
Configuration configuration
|
||||
) {
|
||||
UuidNsUrl f = new UuidNsUrl();
|
||||
|
||||
f.execute(configuration);
|
||||
return f.getReturnValue();
|
||||
}
|
||||
|
||||
/**
|
||||
* Get <code>metrics.uuid_ns_url</code> as a field.
|
||||
*/
|
||||
public static Field<UUID> uuidNsUrl() {
|
||||
UuidNsUrl f = new UuidNsUrl();
|
||||
|
||||
return f.asField();
|
||||
}
|
||||
|
||||
/**
|
||||
* Call <code>metrics.uuid_ns_x500</code>
|
||||
*/
|
||||
public static UUID uuidNsX500(
|
||||
Configuration configuration
|
||||
) {
|
||||
UuidNsX500 f = new UuidNsX500();
|
||||
|
||||
f.execute(configuration);
|
||||
return f.getReturnValue();
|
||||
}
|
||||
|
||||
/**
|
||||
* Get <code>metrics.uuid_ns_x500</code> as a field.
|
||||
*/
|
||||
public static Field<UUID> uuidNsX500() {
|
||||
UuidNsX500 f = new UuidNsX500();
|
||||
|
||||
return f.asField();
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,41 @@
|
|||
/*
|
||||
* This file is generated by jOOQ.
|
||||
*/
|
||||
package ervu_dashboard.ervu_dashboard.db_beans.metrics;
|
||||
|
||||
|
||||
import org.jooq.Sequence;
|
||||
import org.jooq.impl.Internal;
|
||||
import org.jooq.impl.SQLDataType;
|
||||
|
||||
|
||||
/**
|
||||
* Convenience access to all sequences in metrics.
|
||||
*/
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class Sequences {
|
||||
|
||||
/**
|
||||
* The sequence
|
||||
* <code>metrics.convert_info_comparison_csv_x_convert_info_comparison_csv_x_seq</code>
|
||||
*/
|
||||
public static final Sequence<Long> CONVERT_INFO_COMPARISON_CSV_X_CONVERT_INFO_COMPARISON_CSV_X_SEQ = Internal.createSequence("convert_info_comparison_csv_x_convert_info_comparison_csv_x_seq", Metrics.METRICS, SQLDataType.BIGINT.nullable(false), null, null, null, null, false, null);
|
||||
|
||||
/**
|
||||
* The sequence
|
||||
* <code>metrics.convert_info_not_identifited__convert_info_not_identifited__seq</code>
|
||||
*/
|
||||
public static final Sequence<Long> CONVERT_INFO_NOT_IDENTIFITED__CONVERT_INFO_NOT_IDENTIFITED__SEQ = Internal.createSequence("convert_info_not_identifited__convert_info_not_identifited__seq", Metrics.METRICS, SQLDataType.BIGINT.nullable(false), null, null, null, null, false, null);
|
||||
|
||||
/**
|
||||
* The sequence
|
||||
* <code>metrics.convert_info_records_from_eas_convert_info_records_from_eas_seq</code>
|
||||
*/
|
||||
public static final Sequence<Long> CONVERT_INFO_RECORDS_FROM_EAS_CONVERT_INFO_RECORDS_FROM_EAS_SEQ = Internal.createSequence("convert_info_records_from_eas_convert_info_records_from_eas_seq", Metrics.METRICS, SQLDataType.BIGINT.nullable(false), null, null, null, null, false, null);
|
||||
|
||||
/**
|
||||
* The sequence
|
||||
* <code>metrics.convert_info_sent_to_lk_epgu_convert_info_sent_to_lk_epgu_i_seq</code>
|
||||
*/
|
||||
public static final Sequence<Long> CONVERT_INFO_SENT_TO_LK_EPGU_CONVERT_INFO_SENT_TO_LK_EPGU_I_SEQ = Internal.createSequence("convert_info_sent_to_lk_epgu_convert_info_sent_to_lk_epgu_i_seq", Metrics.METRICS, SQLDataType.BIGINT.nullable(false), null, null, null, null, false, null);
|
||||
}
|
||||
|
|
@ -0,0 +1,56 @@
|
|||
/*
|
||||
* This file is generated by jOOQ.
|
||||
*/
|
||||
package ervu_dashboard.ervu_dashboard.db_beans.metrics;
|
||||
|
||||
|
||||
import ervu_dashboard.ervu_dashboard.db_beans.metrics.tables.ConvertInfoCommonResults;
|
||||
import ervu_dashboard.ervu_dashboard.db_beans.metrics.tables.ConvertInfoComparisonCsvXml;
|
||||
import ervu_dashboard.ervu_dashboard.db_beans.metrics.tables.ConvertInfoLoadedRecords;
|
||||
import ervu_dashboard.ervu_dashboard.db_beans.metrics.tables.ConvertInfoNotIdentifitedRecords;
|
||||
import ervu_dashboard.ervu_dashboard.db_beans.metrics.tables.ConvertInfoRecordsFromEasu;
|
||||
import ervu_dashboard.ervu_dashboard.db_beans.metrics.tables.ConvertInfoSentToLkEpgu;
|
||||
import ervu_dashboard.ervu_dashboard.db_beans.metrics.tables.Recruitment;
|
||||
|
||||
|
||||
/**
|
||||
* Convenience access to all tables in metrics.
|
||||
*/
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class Tables {
|
||||
|
||||
/**
|
||||
* Конвертация. Результаты
|
||||
*/
|
||||
public static final ConvertInfoCommonResults CONVERT_INFO_COMMON_RESULTS = ConvertInfoCommonResults.CONVERT_INFO_COMMON_RESULTS;
|
||||
|
||||
/**
|
||||
* Конвертация. Результат сопоставления файлов
|
||||
*/
|
||||
public static final ConvertInfoComparisonCsvXml CONVERT_INFO_COMPARISON_CSV_XML = ConvertInfoComparisonCsvXml.CONVERT_INFO_COMPARISON_CSV_XML;
|
||||
|
||||
/**
|
||||
* загрузка записей в ГИС ЕРВУ
|
||||
*/
|
||||
public static final ConvertInfoLoadedRecords CONVERT_INFO_LOADED_RECORDS = ConvertInfoLoadedRecords.CONVERT_INFO_LOADED_RECORDS;
|
||||
|
||||
/**
|
||||
* записи неидентифицированные в ГИР ВУ
|
||||
*/
|
||||
public static final ConvertInfoNotIdentifitedRecords CONVERT_INFO_NOT_IDENTIFITED_RECORDS = ConvertInfoNotIdentifitedRecords.CONVERT_INFO_NOT_IDENTIFITED_RECORDS;
|
||||
|
||||
/**
|
||||
* Загрузка Данных из ЕАСУ "ГОризонт-М"
|
||||
*/
|
||||
public static final ConvertInfoRecordsFromEasu CONVERT_INFO_RECORDS_FROM_EASU = ConvertInfoRecordsFromEasu.CONVERT_INFO_RECORDS_FROM_EASU;
|
||||
|
||||
/**
|
||||
* Конвертация. ДОставка уведомлений в ЛК на ЕПГУ
|
||||
*/
|
||||
public static final ConvertInfoSentToLkEpgu CONVERT_INFO_SENT_TO_LK_EPGU = ConvertInfoSentToLkEpgu.CONVERT_INFO_SENT_TO_LK_EPGU;
|
||||
|
||||
/**
|
||||
* Военный комиссариат
|
||||
*/
|
||||
public static final Recruitment RECRUITMENT = Recruitment.RECRUITMENT;
|
||||
}
|
||||
|
|
@ -0,0 +1,38 @@
|
|||
/*
|
||||
* This file is generated by jOOQ.
|
||||
*/
|
||||
package ervu_dashboard.ervu_dashboard.db_beans.metrics.routines;
|
||||
|
||||
|
||||
import ervu_dashboard.ervu_dashboard.db_beans.metrics.Metrics;
|
||||
|
||||
import java.util.UUID;
|
||||
|
||||
import org.jooq.Parameter;
|
||||
import org.jooq.impl.AbstractRoutine;
|
||||
import org.jooq.impl.Internal;
|
||||
import org.jooq.impl.SQLDataType;
|
||||
|
||||
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class UuidGenerateV1 extends AbstractRoutine<UUID> {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
/**
|
||||
* The parameter <code>metrics.uuid_generate_v1.RETURN_VALUE</code>.
|
||||
*/
|
||||
public static final Parameter<UUID> RETURN_VALUE = Internal.createParameter("RETURN_VALUE", SQLDataType.UUID, false, false);
|
||||
|
||||
/**
|
||||
* Create a new routine call instance
|
||||
*/
|
||||
public UuidGenerateV1() {
|
||||
super("uuid_generate_v1", Metrics.METRICS, SQLDataType.UUID);
|
||||
|
||||
setReturnParameter(RETURN_VALUE);
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,38 @@
|
|||
/*
|
||||
* This file is generated by jOOQ.
|
||||
*/
|
||||
package ervu_dashboard.ervu_dashboard.db_beans.metrics.routines;
|
||||
|
||||
|
||||
import ervu_dashboard.ervu_dashboard.db_beans.metrics.Metrics;
|
||||
|
||||
import java.util.UUID;
|
||||
|
||||
import org.jooq.Parameter;
|
||||
import org.jooq.impl.AbstractRoutine;
|
||||
import org.jooq.impl.Internal;
|
||||
import org.jooq.impl.SQLDataType;
|
||||
|
||||
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class UuidGenerateV1mc extends AbstractRoutine<UUID> {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
/**
|
||||
* The parameter <code>metrics.uuid_generate_v1mc.RETURN_VALUE</code>.
|
||||
*/
|
||||
public static final Parameter<UUID> RETURN_VALUE = Internal.createParameter("RETURN_VALUE", SQLDataType.UUID, false, false);
|
||||
|
||||
/**
|
||||
* Create a new routine call instance
|
||||
*/
|
||||
public UuidGenerateV1mc() {
|
||||
super("uuid_generate_v1mc", Metrics.METRICS, SQLDataType.UUID);
|
||||
|
||||
setReturnParameter(RETURN_VALUE);
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,81 @@
|
|||
/*
|
||||
* This file is generated by jOOQ.
|
||||
*/
|
||||
package ervu_dashboard.ervu_dashboard.db_beans.metrics.routines;
|
||||
|
||||
|
||||
import ervu_dashboard.ervu_dashboard.db_beans.metrics.Metrics;
|
||||
|
||||
import java.util.UUID;
|
||||
|
||||
import org.jooq.Field;
|
||||
import org.jooq.Parameter;
|
||||
import org.jooq.impl.AbstractRoutine;
|
||||
import org.jooq.impl.Internal;
|
||||
import org.jooq.impl.SQLDataType;
|
||||
|
||||
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class UuidGenerateV3 extends AbstractRoutine<UUID> {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
/**
|
||||
* The parameter <code>metrics.uuid_generate_v3.RETURN_VALUE</code>.
|
||||
*/
|
||||
public static final Parameter<UUID> RETURN_VALUE = Internal.createParameter("RETURN_VALUE", SQLDataType.UUID, false, false);
|
||||
|
||||
/**
|
||||
* The parameter <code>metrics.uuid_generate_v3.namespace</code>.
|
||||
*/
|
||||
public static final Parameter<UUID> NAMESPACE = Internal.createParameter("namespace", SQLDataType.UUID, false, false);
|
||||
|
||||
/**
|
||||
* The parameter <code>metrics.uuid_generate_v3.name</code>.
|
||||
*/
|
||||
public static final Parameter<String> NAME = Internal.createParameter("name", SQLDataType.CLOB, false, false);
|
||||
|
||||
/**
|
||||
* Create a new routine call instance
|
||||
*/
|
||||
public UuidGenerateV3() {
|
||||
super("uuid_generate_v3", Metrics.METRICS, SQLDataType.UUID);
|
||||
|
||||
setReturnParameter(RETURN_VALUE);
|
||||
addInParameter(NAMESPACE);
|
||||
addInParameter(NAME);
|
||||
}
|
||||
|
||||
/**
|
||||
* Set the <code>namespace</code> parameter IN value to the routine
|
||||
*/
|
||||
public void setNamespace(UUID value) {
|
||||
setValue(NAMESPACE, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Set the <code>namespace</code> parameter to the function to be used with
|
||||
* a {@link org.jooq.Select} statement
|
||||
*/
|
||||
public void setNamespace(Field<UUID> field) {
|
||||
setField(NAMESPACE, field);
|
||||
}
|
||||
|
||||
/**
|
||||
* Set the <code>name</code> parameter IN value to the routine
|
||||
*/
|
||||
public void setName_(String value) {
|
||||
setValue(NAME, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Set the <code>name</code> parameter to the function to be used with a
|
||||
* {@link org.jooq.Select} statement
|
||||
*/
|
||||
public void setName_(Field<String> field) {
|
||||
setField(NAME, field);
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,38 @@
|
|||
/*
|
||||
* This file is generated by jOOQ.
|
||||
*/
|
||||
package ervu_dashboard.ervu_dashboard.db_beans.metrics.routines;
|
||||
|
||||
|
||||
import ervu_dashboard.ervu_dashboard.db_beans.metrics.Metrics;
|
||||
|
||||
import java.util.UUID;
|
||||
|
||||
import org.jooq.Parameter;
|
||||
import org.jooq.impl.AbstractRoutine;
|
||||
import org.jooq.impl.Internal;
|
||||
import org.jooq.impl.SQLDataType;
|
||||
|
||||
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class UuidGenerateV4 extends AbstractRoutine<UUID> {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
/**
|
||||
* The parameter <code>metrics.uuid_generate_v4.RETURN_VALUE</code>.
|
||||
*/
|
||||
public static final Parameter<UUID> RETURN_VALUE = Internal.createParameter("RETURN_VALUE", SQLDataType.UUID, false, false);
|
||||
|
||||
/**
|
||||
* Create a new routine call instance
|
||||
*/
|
||||
public UuidGenerateV4() {
|
||||
super("uuid_generate_v4", Metrics.METRICS, SQLDataType.UUID);
|
||||
|
||||
setReturnParameter(RETURN_VALUE);
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,81 @@
|
|||
/*
|
||||
* This file is generated by jOOQ.
|
||||
*/
|
||||
package ervu_dashboard.ervu_dashboard.db_beans.metrics.routines;
|
||||
|
||||
|
||||
import ervu_dashboard.ervu_dashboard.db_beans.metrics.Metrics;
|
||||
|
||||
import java.util.UUID;
|
||||
|
||||
import org.jooq.Field;
|
||||
import org.jooq.Parameter;
|
||||
import org.jooq.impl.AbstractRoutine;
|
||||
import org.jooq.impl.Internal;
|
||||
import org.jooq.impl.SQLDataType;
|
||||
|
||||
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class UuidGenerateV5 extends AbstractRoutine<UUID> {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
/**
|
||||
* The parameter <code>metrics.uuid_generate_v5.RETURN_VALUE</code>.
|
||||
*/
|
||||
public static final Parameter<UUID> RETURN_VALUE = Internal.createParameter("RETURN_VALUE", SQLDataType.UUID, false, false);
|
||||
|
||||
/**
|
||||
* The parameter <code>metrics.uuid_generate_v5.namespace</code>.
|
||||
*/
|
||||
public static final Parameter<UUID> NAMESPACE = Internal.createParameter("namespace", SQLDataType.UUID, false, false);
|
||||
|
||||
/**
|
||||
* The parameter <code>metrics.uuid_generate_v5.name</code>.
|
||||
*/
|
||||
public static final Parameter<String> NAME = Internal.createParameter("name", SQLDataType.CLOB, false, false);
|
||||
|
||||
/**
|
||||
* Create a new routine call instance
|
||||
*/
|
||||
public UuidGenerateV5() {
|
||||
super("uuid_generate_v5", Metrics.METRICS, SQLDataType.UUID);
|
||||
|
||||
setReturnParameter(RETURN_VALUE);
|
||||
addInParameter(NAMESPACE);
|
||||
addInParameter(NAME);
|
||||
}
|
||||
|
||||
/**
|
||||
* Set the <code>namespace</code> parameter IN value to the routine
|
||||
*/
|
||||
public void setNamespace(UUID value) {
|
||||
setValue(NAMESPACE, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Set the <code>namespace</code> parameter to the function to be used with
|
||||
* a {@link org.jooq.Select} statement
|
||||
*/
|
||||
public void setNamespace(Field<UUID> field) {
|
||||
setField(NAMESPACE, field);
|
||||
}
|
||||
|
||||
/**
|
||||
* Set the <code>name</code> parameter IN value to the routine
|
||||
*/
|
||||
public void setName_(String value) {
|
||||
setValue(NAME, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Set the <code>name</code> parameter to the function to be used with a
|
||||
* {@link org.jooq.Select} statement
|
||||
*/
|
||||
public void setName_(Field<String> field) {
|
||||
setField(NAME, field);
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,38 @@
|
|||
/*
|
||||
* This file is generated by jOOQ.
|
||||
*/
|
||||
package ervu_dashboard.ervu_dashboard.db_beans.metrics.routines;
|
||||
|
||||
|
||||
import ervu_dashboard.ervu_dashboard.db_beans.metrics.Metrics;
|
||||
|
||||
import java.util.UUID;
|
||||
|
||||
import org.jooq.Parameter;
|
||||
import org.jooq.impl.AbstractRoutine;
|
||||
import org.jooq.impl.Internal;
|
||||
import org.jooq.impl.SQLDataType;
|
||||
|
||||
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class UuidNil extends AbstractRoutine<UUID> {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
/**
|
||||
* The parameter <code>metrics.uuid_nil.RETURN_VALUE</code>.
|
||||
*/
|
||||
public static final Parameter<UUID> RETURN_VALUE = Internal.createParameter("RETURN_VALUE", SQLDataType.UUID, false, false);
|
||||
|
||||
/**
|
||||
* Create a new routine call instance
|
||||
*/
|
||||
public UuidNil() {
|
||||
super("uuid_nil", Metrics.METRICS, SQLDataType.UUID);
|
||||
|
||||
setReturnParameter(RETURN_VALUE);
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,38 @@
|
|||
/*
|
||||
* This file is generated by jOOQ.
|
||||
*/
|
||||
package ervu_dashboard.ervu_dashboard.db_beans.metrics.routines;
|
||||
|
||||
|
||||
import ervu_dashboard.ervu_dashboard.db_beans.metrics.Metrics;
|
||||
|
||||
import java.util.UUID;
|
||||
|
||||
import org.jooq.Parameter;
|
||||
import org.jooq.impl.AbstractRoutine;
|
||||
import org.jooq.impl.Internal;
|
||||
import org.jooq.impl.SQLDataType;
|
||||
|
||||
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class UuidNsDns extends AbstractRoutine<UUID> {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
/**
|
||||
* The parameter <code>metrics.uuid_ns_dns.RETURN_VALUE</code>.
|
||||
*/
|
||||
public static final Parameter<UUID> RETURN_VALUE = Internal.createParameter("RETURN_VALUE", SQLDataType.UUID, false, false);
|
||||
|
||||
/**
|
||||
* Create a new routine call instance
|
||||
*/
|
||||
public UuidNsDns() {
|
||||
super("uuid_ns_dns", Metrics.METRICS, SQLDataType.UUID);
|
||||
|
||||
setReturnParameter(RETURN_VALUE);
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,38 @@
|
|||
/*
|
||||
* This file is generated by jOOQ.
|
||||
*/
|
||||
package ervu_dashboard.ervu_dashboard.db_beans.metrics.routines;
|
||||
|
||||
|
||||
import ervu_dashboard.ervu_dashboard.db_beans.metrics.Metrics;
|
||||
|
||||
import java.util.UUID;
|
||||
|
||||
import org.jooq.Parameter;
|
||||
import org.jooq.impl.AbstractRoutine;
|
||||
import org.jooq.impl.Internal;
|
||||
import org.jooq.impl.SQLDataType;
|
||||
|
||||
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class UuidNsOid extends AbstractRoutine<UUID> {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
/**
|
||||
* The parameter <code>metrics.uuid_ns_oid.RETURN_VALUE</code>.
|
||||
*/
|
||||
public static final Parameter<UUID> RETURN_VALUE = Internal.createParameter("RETURN_VALUE", SQLDataType.UUID, false, false);
|
||||
|
||||
/**
|
||||
* Create a new routine call instance
|
||||
*/
|
||||
public UuidNsOid() {
|
||||
super("uuid_ns_oid", Metrics.METRICS, SQLDataType.UUID);
|
||||
|
||||
setReturnParameter(RETURN_VALUE);
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,38 @@
|
|||
/*
|
||||
* This file is generated by jOOQ.
|
||||
*/
|
||||
package ervu_dashboard.ervu_dashboard.db_beans.metrics.routines;
|
||||
|
||||
|
||||
import ervu_dashboard.ervu_dashboard.db_beans.metrics.Metrics;
|
||||
|
||||
import java.util.UUID;
|
||||
|
||||
import org.jooq.Parameter;
|
||||
import org.jooq.impl.AbstractRoutine;
|
||||
import org.jooq.impl.Internal;
|
||||
import org.jooq.impl.SQLDataType;
|
||||
|
||||
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class UuidNsUrl extends AbstractRoutine<UUID> {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
/**
|
||||
* The parameter <code>metrics.uuid_ns_url.RETURN_VALUE</code>.
|
||||
*/
|
||||
public static final Parameter<UUID> RETURN_VALUE = Internal.createParameter("RETURN_VALUE", SQLDataType.UUID, false, false);
|
||||
|
||||
/**
|
||||
* Create a new routine call instance
|
||||
*/
|
||||
public UuidNsUrl() {
|
||||
super("uuid_ns_url", Metrics.METRICS, SQLDataType.UUID);
|
||||
|
||||
setReturnParameter(RETURN_VALUE);
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,38 @@
|
|||
/*
|
||||
* This file is generated by jOOQ.
|
||||
*/
|
||||
package ervu_dashboard.ervu_dashboard.db_beans.metrics.routines;
|
||||
|
||||
|
||||
import ervu_dashboard.ervu_dashboard.db_beans.metrics.Metrics;
|
||||
|
||||
import java.util.UUID;
|
||||
|
||||
import org.jooq.Parameter;
|
||||
import org.jooq.impl.AbstractRoutine;
|
||||
import org.jooq.impl.Internal;
|
||||
import org.jooq.impl.SQLDataType;
|
||||
|
||||
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class UuidNsX500 extends AbstractRoutine<UUID> {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
/**
|
||||
* The parameter <code>metrics.uuid_ns_x500.RETURN_VALUE</code>.
|
||||
*/
|
||||
public static final Parameter<UUID> RETURN_VALUE = Internal.createParameter("RETURN_VALUE", SQLDataType.UUID, false, false);
|
||||
|
||||
/**
|
||||
* Create a new routine call instance
|
||||
*/
|
||||
public UuidNsX500() {
|
||||
super("uuid_ns_x500", Metrics.METRICS, SQLDataType.UUID);
|
||||
|
||||
setReturnParameter(RETURN_VALUE);
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,325 @@
|
|||
/*
|
||||
* This file is generated by jOOQ.
|
||||
*/
|
||||
package ervu_dashboard.ervu_dashboard.db_beans.metrics.tables;
|
||||
|
||||
|
||||
import ervu_dashboard.ervu_dashboard.db_beans.metrics.Keys;
|
||||
import ervu_dashboard.ervu_dashboard.db_beans.metrics.Metrics;
|
||||
import ervu_dashboard.ervu_dashboard.db_beans.metrics.tables.Recruitment.RecruitmentPath;
|
||||
import ervu_dashboard.ervu_dashboard.db_beans.metrics.tables.records.ConvertInfoCommonResultsRecord;
|
||||
|
||||
import java.sql.Date;
|
||||
import java.sql.Timestamp;
|
||||
import java.util.Arrays;
|
||||
import java.util.Collection;
|
||||
import java.util.List;
|
||||
import java.util.UUID;
|
||||
|
||||
import org.jooq.Condition;
|
||||
import org.jooq.Field;
|
||||
import org.jooq.ForeignKey;
|
||||
import org.jooq.Identity;
|
||||
import org.jooq.InverseForeignKey;
|
||||
import org.jooq.Name;
|
||||
import org.jooq.Path;
|
||||
import org.jooq.PlainSQL;
|
||||
import org.jooq.QueryPart;
|
||||
import org.jooq.Record;
|
||||
import org.jooq.SQL;
|
||||
import org.jooq.Schema;
|
||||
import org.jooq.Select;
|
||||
import org.jooq.Stringly;
|
||||
import org.jooq.Table;
|
||||
import org.jooq.TableField;
|
||||
import org.jooq.TableOptions;
|
||||
import org.jooq.UniqueKey;
|
||||
import org.jooq.impl.DSL;
|
||||
import org.jooq.impl.SQLDataType;
|
||||
import org.jooq.impl.TableImpl;
|
||||
|
||||
|
||||
/**
|
||||
* Конвертация. Результаты
|
||||
*/
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class ConvertInfoCommonResults extends TableImpl<ConvertInfoCommonResultsRecord> {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
/**
|
||||
* The reference instance of
|
||||
* <code>metrics.convert_info_common_results</code>
|
||||
*/
|
||||
public static final ConvertInfoCommonResults CONVERT_INFO_COMMON_RESULTS = new ConvertInfoCommonResults();
|
||||
|
||||
/**
|
||||
* The class holding records for this type
|
||||
*/
|
||||
@Override
|
||||
public Class<ConvertInfoCommonResultsRecord> getRecordType() {
|
||||
return ConvertInfoCommonResultsRecord.class;
|
||||
}
|
||||
|
||||
/**
|
||||
* The column
|
||||
* <code>metrics.convert_info_common_results.convert_info_common_results_id</code>.
|
||||
*/
|
||||
public final TableField<ConvertInfoCommonResultsRecord, Long> CONVERT_INFO_COMMON_RESULTS_ID = createField(DSL.name("convert_info_common_results_id"), SQLDataType.BIGINT.nullable(false).identity(true), this, "");
|
||||
|
||||
/**
|
||||
* The column
|
||||
* <code>metrics.convert_info_common_results.recruitment_id</code>.
|
||||
*/
|
||||
public final TableField<ConvertInfoCommonResultsRecord, UUID> RECRUITMENT_ID = createField(DSL.name("recruitment_id"), SQLDataType.UUID.nullable(false), this, "");
|
||||
|
||||
/**
|
||||
* The column <code>metrics.convert_info_common_results.update_date</code>.
|
||||
*/
|
||||
public final TableField<ConvertInfoCommonResultsRecord, Timestamp> UPDATE_DATE = createField(DSL.name("update_date"), SQLDataType.TIMESTAMP(0).nullable(false).defaultValue(DSL.field(DSL.raw("now()"), SQLDataType.TIMESTAMP)), this, "");
|
||||
|
||||
/**
|
||||
* The column <code>metrics.convert_info_common_results.info_date</code>.
|
||||
*/
|
||||
public final TableField<ConvertInfoCommonResultsRecord, Date> INFO_DATE = createField(DSL.name("info_date"), SQLDataType.DATE.nullable(false), this, "");
|
||||
|
||||
/**
|
||||
* The column
|
||||
* <code>metrics.convert_info_common_results.count_confirmed</code>.
|
||||
*/
|
||||
public final TableField<ConvertInfoCommonResultsRecord, Long> COUNT_CONFIRMED = createField(DSL.name("count_confirmed"), SQLDataType.BIGINT.nullable(false).defaultValue(DSL.field(DSL.raw("0"), SQLDataType.BIGINT)), this, "");
|
||||
|
||||
/**
|
||||
* The column <code>metrics.convert_info_common_results.count_signed</code>.
|
||||
*/
|
||||
public final TableField<ConvertInfoCommonResultsRecord, Long> COUNT_SIGNED = createField(DSL.name("count_signed"), SQLDataType.BIGINT.nullable(false).defaultValue(DSL.field(DSL.raw("0"), SQLDataType.BIGINT)), this, "");
|
||||
|
||||
/**
|
||||
* The column
|
||||
* <code>metrics.convert_info_common_results.count_manual_convert</code>.
|
||||
*/
|
||||
public final TableField<ConvertInfoCommonResultsRecord, Long> COUNT_MANUAL_CONVERT = createField(DSL.name("count_manual_convert"), SQLDataType.BIGINT.nullable(false).defaultValue(DSL.field(DSL.raw("0"), SQLDataType.BIGINT)), this, "");
|
||||
|
||||
/**
|
||||
* The column
|
||||
* <code>metrics.convert_info_common_results.count_canceled</code>.
|
||||
*/
|
||||
public final TableField<ConvertInfoCommonResultsRecord, Long> COUNT_CANCELED = createField(DSL.name("count_canceled"), SQLDataType.BIGINT.nullable(false).defaultValue(DSL.field(DSL.raw("0"), SQLDataType.BIGINT)), this, "");
|
||||
|
||||
private ConvertInfoCommonResults(Name alias, Table<ConvertInfoCommonResultsRecord> aliased) {
|
||||
this(alias, aliased, (Field<?>[]) null, null);
|
||||
}
|
||||
|
||||
private ConvertInfoCommonResults(Name alias, Table<ConvertInfoCommonResultsRecord> aliased, Field<?>[] parameters, Condition where) {
|
||||
super(alias, null, aliased, parameters, DSL.comment("Конвертация. Результаты"), TableOptions.table(), where);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an aliased <code>metrics.convert_info_common_results</code> table
|
||||
* reference
|
||||
*/
|
||||
public ConvertInfoCommonResults(String alias) {
|
||||
this(DSL.name(alias), CONVERT_INFO_COMMON_RESULTS);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an aliased <code>metrics.convert_info_common_results</code> table
|
||||
* reference
|
||||
*/
|
||||
public ConvertInfoCommonResults(Name alias) {
|
||||
this(alias, CONVERT_INFO_COMMON_RESULTS);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create a <code>metrics.convert_info_common_results</code> table reference
|
||||
*/
|
||||
public ConvertInfoCommonResults() {
|
||||
this(DSL.name("convert_info_common_results"), null);
|
||||
}
|
||||
|
||||
public <O extends Record> ConvertInfoCommonResults(Table<O> path, ForeignKey<O, ConvertInfoCommonResultsRecord> childPath, InverseForeignKey<O, ConvertInfoCommonResultsRecord> parentPath) {
|
||||
super(path, childPath, parentPath, CONVERT_INFO_COMMON_RESULTS);
|
||||
}
|
||||
|
||||
/**
|
||||
* A subtype implementing {@link Path} for simplified path-based joins.
|
||||
*/
|
||||
public static class ConvertInfoCommonResultsPath extends ConvertInfoCommonResults implements Path<ConvertInfoCommonResultsRecord> {
|
||||
public <O extends Record> ConvertInfoCommonResultsPath(Table<O> path, ForeignKey<O, ConvertInfoCommonResultsRecord> childPath, InverseForeignKey<O, ConvertInfoCommonResultsRecord> parentPath) {
|
||||
super(path, childPath, parentPath);
|
||||
}
|
||||
private ConvertInfoCommonResultsPath(Name alias, Table<ConvertInfoCommonResultsRecord> aliased) {
|
||||
super(alias, aliased);
|
||||
}
|
||||
|
||||
@Override
|
||||
public ConvertInfoCommonResultsPath as(String alias) {
|
||||
return new ConvertInfoCommonResultsPath(DSL.name(alias), this);
|
||||
}
|
||||
|
||||
@Override
|
||||
public ConvertInfoCommonResultsPath as(Name alias) {
|
||||
return new ConvertInfoCommonResultsPath(alias, this);
|
||||
}
|
||||
|
||||
@Override
|
||||
public ConvertInfoCommonResultsPath as(Table<?> alias) {
|
||||
return new ConvertInfoCommonResultsPath(alias.getQualifiedName(), this);
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public Schema getSchema() {
|
||||
return aliased() ? null : Metrics.METRICS;
|
||||
}
|
||||
|
||||
@Override
|
||||
public Identity<ConvertInfoCommonResultsRecord, Long> getIdentity() {
|
||||
return (Identity<ConvertInfoCommonResultsRecord, Long>) super.getIdentity();
|
||||
}
|
||||
|
||||
@Override
|
||||
public UniqueKey<ConvertInfoCommonResultsRecord> getPrimaryKey() {
|
||||
return Keys.CONVERT_INFO_COMMON_RESULTS_PKEY;
|
||||
}
|
||||
|
||||
@Override
|
||||
public List<ForeignKey<ConvertInfoCommonResultsRecord, ?>> getReferences() {
|
||||
return Arrays.asList(Keys.CONVERT_INFO_COMMON_RESULTS__FK_CONV_INFO_RECORDS_FROM_EASU_RECRUITMENT_ID);
|
||||
}
|
||||
|
||||
private transient RecruitmentPath _recruitment;
|
||||
|
||||
/**
|
||||
* Get the implicit join path to the <code>metrics.recruitment</code> table.
|
||||
*/
|
||||
public RecruitmentPath recruitment() {
|
||||
if (_recruitment == null)
|
||||
_recruitment = new RecruitmentPath(this, Keys.CONVERT_INFO_COMMON_RESULTS__FK_CONV_INFO_RECORDS_FROM_EASU_RECRUITMENT_ID, null);
|
||||
|
||||
return _recruitment;
|
||||
}
|
||||
|
||||
@Override
|
||||
public ConvertInfoCommonResults as(String alias) {
|
||||
return new ConvertInfoCommonResults(DSL.name(alias), this);
|
||||
}
|
||||
|
||||
@Override
|
||||
public ConvertInfoCommonResults as(Name alias) {
|
||||
return new ConvertInfoCommonResults(alias, this);
|
||||
}
|
||||
|
||||
@Override
|
||||
public ConvertInfoCommonResults as(Table<?> alias) {
|
||||
return new ConvertInfoCommonResults(alias.getQualifiedName(), this);
|
||||
}
|
||||
|
||||
/**
|
||||
* Rename this table
|
||||
*/
|
||||
@Override
|
||||
public ConvertInfoCommonResults rename(String name) {
|
||||
return new ConvertInfoCommonResults(DSL.name(name), null);
|
||||
}
|
||||
|
||||
/**
|
||||
* Rename this table
|
||||
*/
|
||||
@Override
|
||||
public ConvertInfoCommonResults rename(Name name) {
|
||||
return new ConvertInfoCommonResults(name, null);
|
||||
}
|
||||
|
||||
/**
|
||||
* Rename this table
|
||||
*/
|
||||
@Override
|
||||
public ConvertInfoCommonResults rename(Table<?> name) {
|
||||
return new ConvertInfoCommonResults(name.getQualifiedName(), null);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
public ConvertInfoCommonResults where(Condition condition) {
|
||||
return new ConvertInfoCommonResults(getQualifiedName(), aliased() ? this : null, null, condition);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
public ConvertInfoCommonResults where(Collection<? extends Condition> conditions) {
|
||||
return where(DSL.and(conditions));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
public ConvertInfoCommonResults where(Condition... conditions) {
|
||||
return where(DSL.and(conditions));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
public ConvertInfoCommonResults where(Field<Boolean> condition) {
|
||||
return where(DSL.condition(condition));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
@PlainSQL
|
||||
public ConvertInfoCommonResults where(SQL condition) {
|
||||
return where(DSL.condition(condition));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
@PlainSQL
|
||||
public ConvertInfoCommonResults where(@Stringly.SQL String condition) {
|
||||
return where(DSL.condition(condition));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
@PlainSQL
|
||||
public ConvertInfoCommonResults where(@Stringly.SQL String condition, Object... binds) {
|
||||
return where(DSL.condition(condition, binds));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
@PlainSQL
|
||||
public ConvertInfoCommonResults where(@Stringly.SQL String condition, QueryPart... parts) {
|
||||
return where(DSL.condition(condition, parts));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
public ConvertInfoCommonResults whereExists(Select<?> select) {
|
||||
return where(DSL.exists(select));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
public ConvertInfoCommonResults whereNotExists(Select<?> select) {
|
||||
return where(DSL.notExists(select));
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,317 @@
|
|||
/*
|
||||
* This file is generated by jOOQ.
|
||||
*/
|
||||
package ervu_dashboard.ervu_dashboard.db_beans.metrics.tables;
|
||||
|
||||
|
||||
import ervu_dashboard.ervu_dashboard.db_beans.metrics.Keys;
|
||||
import ervu_dashboard.ervu_dashboard.db_beans.metrics.Metrics;
|
||||
import ervu_dashboard.ervu_dashboard.db_beans.metrics.tables.Recruitment.RecruitmentPath;
|
||||
import ervu_dashboard.ervu_dashboard.db_beans.metrics.tables.records.ConvertInfoComparisonCsvXmlRecord;
|
||||
|
||||
import java.sql.Date;
|
||||
import java.sql.Timestamp;
|
||||
import java.util.Arrays;
|
||||
import java.util.Collection;
|
||||
import java.util.List;
|
||||
import java.util.UUID;
|
||||
|
||||
import org.jooq.Condition;
|
||||
import org.jooq.Field;
|
||||
import org.jooq.ForeignKey;
|
||||
import org.jooq.Identity;
|
||||
import org.jooq.InverseForeignKey;
|
||||
import org.jooq.Name;
|
||||
import org.jooq.Path;
|
||||
import org.jooq.PlainSQL;
|
||||
import org.jooq.QueryPart;
|
||||
import org.jooq.Record;
|
||||
import org.jooq.SQL;
|
||||
import org.jooq.Schema;
|
||||
import org.jooq.Select;
|
||||
import org.jooq.Stringly;
|
||||
import org.jooq.Table;
|
||||
import org.jooq.TableField;
|
||||
import org.jooq.TableOptions;
|
||||
import org.jooq.UniqueKey;
|
||||
import org.jooq.impl.DSL;
|
||||
import org.jooq.impl.SQLDataType;
|
||||
import org.jooq.impl.TableImpl;
|
||||
|
||||
|
||||
/**
|
||||
* Конвертация. Результат сопоставления файлов
|
||||
*/
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class ConvertInfoComparisonCsvXml extends TableImpl<ConvertInfoComparisonCsvXmlRecord> {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
/**
|
||||
* The reference instance of
|
||||
* <code>metrics.convert_info_comparison_csv_xml</code>
|
||||
*/
|
||||
public static final ConvertInfoComparisonCsvXml CONVERT_INFO_COMPARISON_CSV_XML = new ConvertInfoComparisonCsvXml();
|
||||
|
||||
/**
|
||||
* The class holding records for this type
|
||||
*/
|
||||
@Override
|
||||
public Class<ConvertInfoComparisonCsvXmlRecord> getRecordType() {
|
||||
return ConvertInfoComparisonCsvXmlRecord.class;
|
||||
}
|
||||
|
||||
/**
|
||||
* The column
|
||||
* <code>metrics.convert_info_comparison_csv_xml.convert_info_comparison_csv_xml_id</code>.
|
||||
*/
|
||||
public final TableField<ConvertInfoComparisonCsvXmlRecord, Long> CONVERT_INFO_COMPARISON_CSV_XML_ID = createField(DSL.name("convert_info_comparison_csv_xml_id"), SQLDataType.BIGINT.nullable(false).identity(true), this, "");
|
||||
|
||||
/**
|
||||
* The column
|
||||
* <code>metrics.convert_info_comparison_csv_xml.recruitment_id</code>.
|
||||
*/
|
||||
public final TableField<ConvertInfoComparisonCsvXmlRecord, UUID> RECRUITMENT_ID = createField(DSL.name("recruitment_id"), SQLDataType.UUID.nullable(false), this, "");
|
||||
|
||||
/**
|
||||
* The column
|
||||
* <code>metrics.convert_info_comparison_csv_xml.update_date</code>.
|
||||
*/
|
||||
public final TableField<ConvertInfoComparisonCsvXmlRecord, Timestamp> UPDATE_DATE = createField(DSL.name("update_date"), SQLDataType.TIMESTAMP(0).nullable(false).defaultValue(DSL.field(DSL.raw("now()"), SQLDataType.TIMESTAMP)), this, "");
|
||||
|
||||
/**
|
||||
* The column
|
||||
* <code>metrics.convert_info_comparison_csv_xml.info_date</code>.
|
||||
*/
|
||||
public final TableField<ConvertInfoComparisonCsvXmlRecord, Date> INFO_DATE = createField(DSL.name("info_date"), SQLDataType.DATE.nullable(false), this, "");
|
||||
|
||||
/**
|
||||
* The column
|
||||
* <code>metrics.convert_info_comparison_csv_xml.count_xml_formed</code>.
|
||||
*/
|
||||
public final TableField<ConvertInfoComparisonCsvXmlRecord, Long> COUNT_XML_FORMED = createField(DSL.name("count_xml_formed"), SQLDataType.BIGINT.nullable(false).defaultValue(DSL.field(DSL.raw("0"), SQLDataType.BIGINT)), this, "");
|
||||
|
||||
/**
|
||||
* The column
|
||||
* <code>metrics.convert_info_comparison_csv_xml.count_csv</code>.
|
||||
*/
|
||||
public final TableField<ConvertInfoComparisonCsvXmlRecord, Long> COUNT_CSV = createField(DSL.name("count_csv"), SQLDataType.BIGINT.nullable(false).defaultValue(DSL.field(DSL.raw("0"), SQLDataType.BIGINT)), this, "");
|
||||
|
||||
private ConvertInfoComparisonCsvXml(Name alias, Table<ConvertInfoComparisonCsvXmlRecord> aliased) {
|
||||
this(alias, aliased, (Field<?>[]) null, null);
|
||||
}
|
||||
|
||||
private ConvertInfoComparisonCsvXml(Name alias, Table<ConvertInfoComparisonCsvXmlRecord> aliased, Field<?>[] parameters, Condition where) {
|
||||
super(alias, null, aliased, parameters, DSL.comment("Конвертация. Результат сопоставления файлов"), TableOptions.table(), where);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an aliased <code>metrics.convert_info_comparison_csv_xml</code>
|
||||
* table reference
|
||||
*/
|
||||
public ConvertInfoComparisonCsvXml(String alias) {
|
||||
this(DSL.name(alias), CONVERT_INFO_COMPARISON_CSV_XML);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an aliased <code>metrics.convert_info_comparison_csv_xml</code>
|
||||
* table reference
|
||||
*/
|
||||
public ConvertInfoComparisonCsvXml(Name alias) {
|
||||
this(alias, CONVERT_INFO_COMPARISON_CSV_XML);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create a <code>metrics.convert_info_comparison_csv_xml</code> table
|
||||
* reference
|
||||
*/
|
||||
public ConvertInfoComparisonCsvXml() {
|
||||
this(DSL.name("convert_info_comparison_csv_xml"), null);
|
||||
}
|
||||
|
||||
public <O extends Record> ConvertInfoComparisonCsvXml(Table<O> path, ForeignKey<O, ConvertInfoComparisonCsvXmlRecord> childPath, InverseForeignKey<O, ConvertInfoComparisonCsvXmlRecord> parentPath) {
|
||||
super(path, childPath, parentPath, CONVERT_INFO_COMPARISON_CSV_XML);
|
||||
}
|
||||
|
||||
/**
|
||||
* A subtype implementing {@link Path} for simplified path-based joins.
|
||||
*/
|
||||
public static class ConvertInfoComparisonCsvXmlPath extends ConvertInfoComparisonCsvXml implements Path<ConvertInfoComparisonCsvXmlRecord> {
|
||||
public <O extends Record> ConvertInfoComparisonCsvXmlPath(Table<O> path, ForeignKey<O, ConvertInfoComparisonCsvXmlRecord> childPath, InverseForeignKey<O, ConvertInfoComparisonCsvXmlRecord> parentPath) {
|
||||
super(path, childPath, parentPath);
|
||||
}
|
||||
private ConvertInfoComparisonCsvXmlPath(Name alias, Table<ConvertInfoComparisonCsvXmlRecord> aliased) {
|
||||
super(alias, aliased);
|
||||
}
|
||||
|
||||
@Override
|
||||
public ConvertInfoComparisonCsvXmlPath as(String alias) {
|
||||
return new ConvertInfoComparisonCsvXmlPath(DSL.name(alias), this);
|
||||
}
|
||||
|
||||
@Override
|
||||
public ConvertInfoComparisonCsvXmlPath as(Name alias) {
|
||||
return new ConvertInfoComparisonCsvXmlPath(alias, this);
|
||||
}
|
||||
|
||||
@Override
|
||||
public ConvertInfoComparisonCsvXmlPath as(Table<?> alias) {
|
||||
return new ConvertInfoComparisonCsvXmlPath(alias.getQualifiedName(), this);
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public Schema getSchema() {
|
||||
return aliased() ? null : Metrics.METRICS;
|
||||
}
|
||||
|
||||
@Override
|
||||
public Identity<ConvertInfoComparisonCsvXmlRecord, Long> getIdentity() {
|
||||
return (Identity<ConvertInfoComparisonCsvXmlRecord, Long>) super.getIdentity();
|
||||
}
|
||||
|
||||
@Override
|
||||
public UniqueKey<ConvertInfoComparisonCsvXmlRecord> getPrimaryKey() {
|
||||
return Keys.CONVERT_INFO_COMPARISON_CSV_XML_PKEY;
|
||||
}
|
||||
|
||||
@Override
|
||||
public List<ForeignKey<ConvertInfoComparisonCsvXmlRecord, ?>> getReferences() {
|
||||
return Arrays.asList(Keys.CONVERT_INFO_COMPARISON_CSV_XML__FK_CONV_INFO_RECORDS_FROM_EASU_RECRUITMENT_ID);
|
||||
}
|
||||
|
||||
private transient RecruitmentPath _recruitment;
|
||||
|
||||
/**
|
||||
* Get the implicit join path to the <code>metrics.recruitment</code> table.
|
||||
*/
|
||||
public RecruitmentPath recruitment() {
|
||||
if (_recruitment == null)
|
||||
_recruitment = new RecruitmentPath(this, Keys.CONVERT_INFO_COMPARISON_CSV_XML__FK_CONV_INFO_RECORDS_FROM_EASU_RECRUITMENT_ID, null);
|
||||
|
||||
return _recruitment;
|
||||
}
|
||||
|
||||
@Override
|
||||
public ConvertInfoComparisonCsvXml as(String alias) {
|
||||
return new ConvertInfoComparisonCsvXml(DSL.name(alias), this);
|
||||
}
|
||||
|
||||
@Override
|
||||
public ConvertInfoComparisonCsvXml as(Name alias) {
|
||||
return new ConvertInfoComparisonCsvXml(alias, this);
|
||||
}
|
||||
|
||||
@Override
|
||||
public ConvertInfoComparisonCsvXml as(Table<?> alias) {
|
||||
return new ConvertInfoComparisonCsvXml(alias.getQualifiedName(), this);
|
||||
}
|
||||
|
||||
/**
|
||||
* Rename this table
|
||||
*/
|
||||
@Override
|
||||
public ConvertInfoComparisonCsvXml rename(String name) {
|
||||
return new ConvertInfoComparisonCsvXml(DSL.name(name), null);
|
||||
}
|
||||
|
||||
/**
|
||||
* Rename this table
|
||||
*/
|
||||
@Override
|
||||
public ConvertInfoComparisonCsvXml rename(Name name) {
|
||||
return new ConvertInfoComparisonCsvXml(name, null);
|
||||
}
|
||||
|
||||
/**
|
||||
* Rename this table
|
||||
*/
|
||||
@Override
|
||||
public ConvertInfoComparisonCsvXml rename(Table<?> name) {
|
||||
return new ConvertInfoComparisonCsvXml(name.getQualifiedName(), null);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
public ConvertInfoComparisonCsvXml where(Condition condition) {
|
||||
return new ConvertInfoComparisonCsvXml(getQualifiedName(), aliased() ? this : null, null, condition);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
public ConvertInfoComparisonCsvXml where(Collection<? extends Condition> conditions) {
|
||||
return where(DSL.and(conditions));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
public ConvertInfoComparisonCsvXml where(Condition... conditions) {
|
||||
return where(DSL.and(conditions));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
public ConvertInfoComparisonCsvXml where(Field<Boolean> condition) {
|
||||
return where(DSL.condition(condition));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
@PlainSQL
|
||||
public ConvertInfoComparisonCsvXml where(SQL condition) {
|
||||
return where(DSL.condition(condition));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
@PlainSQL
|
||||
public ConvertInfoComparisonCsvXml where(@Stringly.SQL String condition) {
|
||||
return where(DSL.condition(condition));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
@PlainSQL
|
||||
public ConvertInfoComparisonCsvXml where(@Stringly.SQL String condition, Object... binds) {
|
||||
return where(DSL.condition(condition, binds));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
@PlainSQL
|
||||
public ConvertInfoComparisonCsvXml where(@Stringly.SQL String condition, QueryPart... parts) {
|
||||
return where(DSL.condition(condition, parts));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
public ConvertInfoComparisonCsvXml whereExists(Select<?> select) {
|
||||
return where(DSL.exists(select));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
public ConvertInfoComparisonCsvXml whereNotExists(Select<?> select) {
|
||||
return where(DSL.notExists(select));
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,313 @@
|
|||
/*
|
||||
* This file is generated by jOOQ.
|
||||
*/
|
||||
package ervu_dashboard.ervu_dashboard.db_beans.metrics.tables;
|
||||
|
||||
|
||||
import ervu_dashboard.ervu_dashboard.db_beans.metrics.Keys;
|
||||
import ervu_dashboard.ervu_dashboard.db_beans.metrics.Metrics;
|
||||
import ervu_dashboard.ervu_dashboard.db_beans.metrics.tables.Recruitment.RecruitmentPath;
|
||||
import ervu_dashboard.ervu_dashboard.db_beans.metrics.tables.records.ConvertInfoLoadedRecordsRecord;
|
||||
|
||||
import java.sql.Date;
|
||||
import java.sql.Timestamp;
|
||||
import java.util.Arrays;
|
||||
import java.util.Collection;
|
||||
import java.util.List;
|
||||
import java.util.UUID;
|
||||
|
||||
import org.jooq.Condition;
|
||||
import org.jooq.Field;
|
||||
import org.jooq.ForeignKey;
|
||||
import org.jooq.Identity;
|
||||
import org.jooq.InverseForeignKey;
|
||||
import org.jooq.Name;
|
||||
import org.jooq.Path;
|
||||
import org.jooq.PlainSQL;
|
||||
import org.jooq.QueryPart;
|
||||
import org.jooq.Record;
|
||||
import org.jooq.SQL;
|
||||
import org.jooq.Schema;
|
||||
import org.jooq.Select;
|
||||
import org.jooq.Stringly;
|
||||
import org.jooq.Table;
|
||||
import org.jooq.TableField;
|
||||
import org.jooq.TableOptions;
|
||||
import org.jooq.UniqueKey;
|
||||
import org.jooq.impl.DSL;
|
||||
import org.jooq.impl.SQLDataType;
|
||||
import org.jooq.impl.TableImpl;
|
||||
|
||||
|
||||
/**
|
||||
* загрузка записей в ГИС ЕРВУ
|
||||
*/
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class ConvertInfoLoadedRecords extends TableImpl<ConvertInfoLoadedRecordsRecord> {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
/**
|
||||
* The reference instance of
|
||||
* <code>metrics.convert_info_loaded_records</code>
|
||||
*/
|
||||
public static final ConvertInfoLoadedRecords CONVERT_INFO_LOADED_RECORDS = new ConvertInfoLoadedRecords();
|
||||
|
||||
/**
|
||||
* The class holding records for this type
|
||||
*/
|
||||
@Override
|
||||
public Class<ConvertInfoLoadedRecordsRecord> getRecordType() {
|
||||
return ConvertInfoLoadedRecordsRecord.class;
|
||||
}
|
||||
|
||||
/**
|
||||
* The column
|
||||
* <code>metrics.convert_info_loaded_records.convert_info_loaded_records_id</code>.
|
||||
*/
|
||||
public final TableField<ConvertInfoLoadedRecordsRecord, Long> CONVERT_INFO_LOADED_RECORDS_ID = createField(DSL.name("convert_info_loaded_records_id"), SQLDataType.BIGINT.nullable(false).identity(true), this, "");
|
||||
|
||||
/**
|
||||
* The column
|
||||
* <code>metrics.convert_info_loaded_records.recruitment_id</code>.
|
||||
*/
|
||||
public final TableField<ConvertInfoLoadedRecordsRecord, UUID> RECRUITMENT_ID = createField(DSL.name("recruitment_id"), SQLDataType.UUID.nullable(false), this, "");
|
||||
|
||||
/**
|
||||
* The column <code>metrics.convert_info_loaded_records.update_date</code>.
|
||||
*/
|
||||
public final TableField<ConvertInfoLoadedRecordsRecord, Timestamp> UPDATE_DATE = createField(DSL.name("update_date"), SQLDataType.TIMESTAMP(0).nullable(false).defaultValue(DSL.field(DSL.raw("now()"), SQLDataType.TIMESTAMP)), this, "");
|
||||
|
||||
/**
|
||||
* The column <code>metrics.convert_info_loaded_records.info_date</code>.
|
||||
*/
|
||||
public final TableField<ConvertInfoLoadedRecordsRecord, Date> INFO_DATE = createField(DSL.name("info_date"), SQLDataType.DATE.nullable(false), this, "");
|
||||
|
||||
/**
|
||||
* The column
|
||||
* <code>metrics.convert_info_loaded_records.count_success</code>.
|
||||
*/
|
||||
public final TableField<ConvertInfoLoadedRecordsRecord, Long> COUNT_SUCCESS = createField(DSL.name("count_success"), SQLDataType.BIGINT.nullable(false).defaultValue(DSL.field(DSL.raw("0"), SQLDataType.BIGINT)), this, "");
|
||||
|
||||
/**
|
||||
* The column <code>metrics.convert_info_loaded_records.count_error</code>.
|
||||
*/
|
||||
public final TableField<ConvertInfoLoadedRecordsRecord, Long> COUNT_ERROR = createField(DSL.name("count_error"), SQLDataType.BIGINT.nullable(false).defaultValue(DSL.field(DSL.raw("0"), SQLDataType.BIGINT)), this, "");
|
||||
|
||||
private ConvertInfoLoadedRecords(Name alias, Table<ConvertInfoLoadedRecordsRecord> aliased) {
|
||||
this(alias, aliased, (Field<?>[]) null, null);
|
||||
}
|
||||
|
||||
private ConvertInfoLoadedRecords(Name alias, Table<ConvertInfoLoadedRecordsRecord> aliased, Field<?>[] parameters, Condition where) {
|
||||
super(alias, null, aliased, parameters, DSL.comment("загрузка записей в ГИС ЕРВУ"), TableOptions.table(), where);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an aliased <code>metrics.convert_info_loaded_records</code> table
|
||||
* reference
|
||||
*/
|
||||
public ConvertInfoLoadedRecords(String alias) {
|
||||
this(DSL.name(alias), CONVERT_INFO_LOADED_RECORDS);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an aliased <code>metrics.convert_info_loaded_records</code> table
|
||||
* reference
|
||||
*/
|
||||
public ConvertInfoLoadedRecords(Name alias) {
|
||||
this(alias, CONVERT_INFO_LOADED_RECORDS);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create a <code>metrics.convert_info_loaded_records</code> table reference
|
||||
*/
|
||||
public ConvertInfoLoadedRecords() {
|
||||
this(DSL.name("convert_info_loaded_records"), null);
|
||||
}
|
||||
|
||||
public <O extends Record> ConvertInfoLoadedRecords(Table<O> path, ForeignKey<O, ConvertInfoLoadedRecordsRecord> childPath, InverseForeignKey<O, ConvertInfoLoadedRecordsRecord> parentPath) {
|
||||
super(path, childPath, parentPath, CONVERT_INFO_LOADED_RECORDS);
|
||||
}
|
||||
|
||||
/**
|
||||
* A subtype implementing {@link Path} for simplified path-based joins.
|
||||
*/
|
||||
public static class ConvertInfoLoadedRecordsPath extends ConvertInfoLoadedRecords implements Path<ConvertInfoLoadedRecordsRecord> {
|
||||
public <O extends Record> ConvertInfoLoadedRecordsPath(Table<O> path, ForeignKey<O, ConvertInfoLoadedRecordsRecord> childPath, InverseForeignKey<O, ConvertInfoLoadedRecordsRecord> parentPath) {
|
||||
super(path, childPath, parentPath);
|
||||
}
|
||||
private ConvertInfoLoadedRecordsPath(Name alias, Table<ConvertInfoLoadedRecordsRecord> aliased) {
|
||||
super(alias, aliased);
|
||||
}
|
||||
|
||||
@Override
|
||||
public ConvertInfoLoadedRecordsPath as(String alias) {
|
||||
return new ConvertInfoLoadedRecordsPath(DSL.name(alias), this);
|
||||
}
|
||||
|
||||
@Override
|
||||
public ConvertInfoLoadedRecordsPath as(Name alias) {
|
||||
return new ConvertInfoLoadedRecordsPath(alias, this);
|
||||
}
|
||||
|
||||
@Override
|
||||
public ConvertInfoLoadedRecordsPath as(Table<?> alias) {
|
||||
return new ConvertInfoLoadedRecordsPath(alias.getQualifiedName(), this);
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public Schema getSchema() {
|
||||
return aliased() ? null : Metrics.METRICS;
|
||||
}
|
||||
|
||||
@Override
|
||||
public Identity<ConvertInfoLoadedRecordsRecord, Long> getIdentity() {
|
||||
return (Identity<ConvertInfoLoadedRecordsRecord, Long>) super.getIdentity();
|
||||
}
|
||||
|
||||
@Override
|
||||
public UniqueKey<ConvertInfoLoadedRecordsRecord> getPrimaryKey() {
|
||||
return Keys.CONVERT_INFO_LOADED_RECORDS_PKEY;
|
||||
}
|
||||
|
||||
@Override
|
||||
public List<ForeignKey<ConvertInfoLoadedRecordsRecord, ?>> getReferences() {
|
||||
return Arrays.asList(Keys.CONVERT_INFO_LOADED_RECORDS__FK_CONV_INFO_RECORDS_FROM_EASU_RECRUITMENT_ID);
|
||||
}
|
||||
|
||||
private transient RecruitmentPath _recruitment;
|
||||
|
||||
/**
|
||||
* Get the implicit join path to the <code>metrics.recruitment</code> table.
|
||||
*/
|
||||
public RecruitmentPath recruitment() {
|
||||
if (_recruitment == null)
|
||||
_recruitment = new RecruitmentPath(this, Keys.CONVERT_INFO_LOADED_RECORDS__FK_CONV_INFO_RECORDS_FROM_EASU_RECRUITMENT_ID, null);
|
||||
|
||||
return _recruitment;
|
||||
}
|
||||
|
||||
@Override
|
||||
public ConvertInfoLoadedRecords as(String alias) {
|
||||
return new ConvertInfoLoadedRecords(DSL.name(alias), this);
|
||||
}
|
||||
|
||||
@Override
|
||||
public ConvertInfoLoadedRecords as(Name alias) {
|
||||
return new ConvertInfoLoadedRecords(alias, this);
|
||||
}
|
||||
|
||||
@Override
|
||||
public ConvertInfoLoadedRecords as(Table<?> alias) {
|
||||
return new ConvertInfoLoadedRecords(alias.getQualifiedName(), this);
|
||||
}
|
||||
|
||||
/**
|
||||
* Rename this table
|
||||
*/
|
||||
@Override
|
||||
public ConvertInfoLoadedRecords rename(String name) {
|
||||
return new ConvertInfoLoadedRecords(DSL.name(name), null);
|
||||
}
|
||||
|
||||
/**
|
||||
* Rename this table
|
||||
*/
|
||||
@Override
|
||||
public ConvertInfoLoadedRecords rename(Name name) {
|
||||
return new ConvertInfoLoadedRecords(name, null);
|
||||
}
|
||||
|
||||
/**
|
||||
* Rename this table
|
||||
*/
|
||||
@Override
|
||||
public ConvertInfoLoadedRecords rename(Table<?> name) {
|
||||
return new ConvertInfoLoadedRecords(name.getQualifiedName(), null);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
public ConvertInfoLoadedRecords where(Condition condition) {
|
||||
return new ConvertInfoLoadedRecords(getQualifiedName(), aliased() ? this : null, null, condition);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
public ConvertInfoLoadedRecords where(Collection<? extends Condition> conditions) {
|
||||
return where(DSL.and(conditions));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
public ConvertInfoLoadedRecords where(Condition... conditions) {
|
||||
return where(DSL.and(conditions));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
public ConvertInfoLoadedRecords where(Field<Boolean> condition) {
|
||||
return where(DSL.condition(condition));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
@PlainSQL
|
||||
public ConvertInfoLoadedRecords where(SQL condition) {
|
||||
return where(DSL.condition(condition));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
@PlainSQL
|
||||
public ConvertInfoLoadedRecords where(@Stringly.SQL String condition) {
|
||||
return where(DSL.condition(condition));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
@PlainSQL
|
||||
public ConvertInfoLoadedRecords where(@Stringly.SQL String condition, Object... binds) {
|
||||
return where(DSL.condition(condition, binds));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
@PlainSQL
|
||||
public ConvertInfoLoadedRecords where(@Stringly.SQL String condition, QueryPart... parts) {
|
||||
return where(DSL.condition(condition, parts));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
public ConvertInfoLoadedRecords whereExists(Select<?> select) {
|
||||
return where(DSL.exists(select));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
public ConvertInfoLoadedRecords whereNotExists(Select<?> select) {
|
||||
return where(DSL.notExists(select));
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,317 @@
|
|||
/*
|
||||
* This file is generated by jOOQ.
|
||||
*/
|
||||
package ervu_dashboard.ervu_dashboard.db_beans.metrics.tables;
|
||||
|
||||
|
||||
import ervu_dashboard.ervu_dashboard.db_beans.metrics.Keys;
|
||||
import ervu_dashboard.ervu_dashboard.db_beans.metrics.Metrics;
|
||||
import ervu_dashboard.ervu_dashboard.db_beans.metrics.tables.Recruitment.RecruitmentPath;
|
||||
import ervu_dashboard.ervu_dashboard.db_beans.metrics.tables.records.ConvertInfoNotIdentifitedRecordsRecord;
|
||||
|
||||
import java.sql.Date;
|
||||
import java.sql.Timestamp;
|
||||
import java.util.Arrays;
|
||||
import java.util.Collection;
|
||||
import java.util.List;
|
||||
import java.util.UUID;
|
||||
|
||||
import org.jooq.Condition;
|
||||
import org.jooq.Field;
|
||||
import org.jooq.ForeignKey;
|
||||
import org.jooq.Identity;
|
||||
import org.jooq.InverseForeignKey;
|
||||
import org.jooq.Name;
|
||||
import org.jooq.Path;
|
||||
import org.jooq.PlainSQL;
|
||||
import org.jooq.QueryPart;
|
||||
import org.jooq.Record;
|
||||
import org.jooq.SQL;
|
||||
import org.jooq.Schema;
|
||||
import org.jooq.Select;
|
||||
import org.jooq.Stringly;
|
||||
import org.jooq.Table;
|
||||
import org.jooq.TableField;
|
||||
import org.jooq.TableOptions;
|
||||
import org.jooq.UniqueKey;
|
||||
import org.jooq.impl.DSL;
|
||||
import org.jooq.impl.SQLDataType;
|
||||
import org.jooq.impl.TableImpl;
|
||||
|
||||
|
||||
/**
|
||||
* записи неидентифицированные в ГИР ВУ
|
||||
*/
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class ConvertInfoNotIdentifitedRecords extends TableImpl<ConvertInfoNotIdentifitedRecordsRecord> {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
/**
|
||||
* The reference instance of
|
||||
* <code>metrics.convert_info_not_identifited_records</code>
|
||||
*/
|
||||
public static final ConvertInfoNotIdentifitedRecords CONVERT_INFO_NOT_IDENTIFITED_RECORDS = new ConvertInfoNotIdentifitedRecords();
|
||||
|
||||
/**
|
||||
* The class holding records for this type
|
||||
*/
|
||||
@Override
|
||||
public Class<ConvertInfoNotIdentifitedRecordsRecord> getRecordType() {
|
||||
return ConvertInfoNotIdentifitedRecordsRecord.class;
|
||||
}
|
||||
|
||||
/**
|
||||
* The column
|
||||
* <code>metrics.convert_info_not_identifited_records.convert_info_not_identifited_records_id</code>.
|
||||
*/
|
||||
public final TableField<ConvertInfoNotIdentifitedRecordsRecord, Long> CONVERT_INFO_NOT_IDENTIFITED_RECORDS_ID = createField(DSL.name("convert_info_not_identifited_records_id"), SQLDataType.BIGINT.nullable(false).identity(true), this, "");
|
||||
|
||||
/**
|
||||
* The column
|
||||
* <code>metrics.convert_info_not_identifited_records.recruitment_id</code>.
|
||||
*/
|
||||
public final TableField<ConvertInfoNotIdentifitedRecordsRecord, UUID> RECRUITMENT_ID = createField(DSL.name("recruitment_id"), SQLDataType.UUID.nullable(false), this, "");
|
||||
|
||||
/**
|
||||
* The column
|
||||
* <code>metrics.convert_info_not_identifited_records.update_date</code>.
|
||||
*/
|
||||
public final TableField<ConvertInfoNotIdentifitedRecordsRecord, Timestamp> UPDATE_DATE = createField(DSL.name("update_date"), SQLDataType.TIMESTAMP(0).nullable(false).defaultValue(DSL.field(DSL.raw("now()"), SQLDataType.TIMESTAMP)), this, "");
|
||||
|
||||
/**
|
||||
* The column
|
||||
* <code>metrics.convert_info_not_identifited_records.info_date</code>.
|
||||
*/
|
||||
public final TableField<ConvertInfoNotIdentifitedRecordsRecord, Date> INFO_DATE = createField(DSL.name("info_date"), SQLDataType.DATE.nullable(false), this, "");
|
||||
|
||||
/**
|
||||
* The column
|
||||
* <code>metrics.convert_info_not_identifited_records.count_not_in_csv</code>.
|
||||
*/
|
||||
public final TableField<ConvertInfoNotIdentifitedRecordsRecord, Long> COUNT_NOT_IN_CSV = createField(DSL.name("count_not_in_csv"), SQLDataType.BIGINT.nullable(false).defaultValue(DSL.field(DSL.raw("0"), SQLDataType.BIGINT)), this, "");
|
||||
|
||||
/**
|
||||
* The column
|
||||
* <code>metrics.convert_info_not_identifited_records.count_not_in_xml</code>.
|
||||
*/
|
||||
public final TableField<ConvertInfoNotIdentifitedRecordsRecord, Long> COUNT_NOT_IN_XML = createField(DSL.name("count_not_in_xml"), SQLDataType.BIGINT.nullable(false).defaultValue(DSL.field(DSL.raw("0"), SQLDataType.BIGINT)), this, "");
|
||||
|
||||
private ConvertInfoNotIdentifitedRecords(Name alias, Table<ConvertInfoNotIdentifitedRecordsRecord> aliased) {
|
||||
this(alias, aliased, (Field<?>[]) null, null);
|
||||
}
|
||||
|
||||
private ConvertInfoNotIdentifitedRecords(Name alias, Table<ConvertInfoNotIdentifitedRecordsRecord> aliased, Field<?>[] parameters, Condition where) {
|
||||
super(alias, null, aliased, parameters, DSL.comment("записи неидентифицированные в ГИР ВУ"), TableOptions.table(), where);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an aliased
|
||||
* <code>metrics.convert_info_not_identifited_records</code> table reference
|
||||
*/
|
||||
public ConvertInfoNotIdentifitedRecords(String alias) {
|
||||
this(DSL.name(alias), CONVERT_INFO_NOT_IDENTIFITED_RECORDS);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an aliased
|
||||
* <code>metrics.convert_info_not_identifited_records</code> table reference
|
||||
*/
|
||||
public ConvertInfoNotIdentifitedRecords(Name alias) {
|
||||
this(alias, CONVERT_INFO_NOT_IDENTIFITED_RECORDS);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create a <code>metrics.convert_info_not_identifited_records</code> table
|
||||
* reference
|
||||
*/
|
||||
public ConvertInfoNotIdentifitedRecords() {
|
||||
this(DSL.name("convert_info_not_identifited_records"), null);
|
||||
}
|
||||
|
||||
public <O extends Record> ConvertInfoNotIdentifitedRecords(Table<O> path, ForeignKey<O, ConvertInfoNotIdentifitedRecordsRecord> childPath, InverseForeignKey<O, ConvertInfoNotIdentifitedRecordsRecord> parentPath) {
|
||||
super(path, childPath, parentPath, CONVERT_INFO_NOT_IDENTIFITED_RECORDS);
|
||||
}
|
||||
|
||||
/**
|
||||
* A subtype implementing {@link Path} for simplified path-based joins.
|
||||
*/
|
||||
public static class ConvertInfoNotIdentifitedRecordsPath extends ConvertInfoNotIdentifitedRecords implements Path<ConvertInfoNotIdentifitedRecordsRecord> {
|
||||
public <O extends Record> ConvertInfoNotIdentifitedRecordsPath(Table<O> path, ForeignKey<O, ConvertInfoNotIdentifitedRecordsRecord> childPath, InverseForeignKey<O, ConvertInfoNotIdentifitedRecordsRecord> parentPath) {
|
||||
super(path, childPath, parentPath);
|
||||
}
|
||||
private ConvertInfoNotIdentifitedRecordsPath(Name alias, Table<ConvertInfoNotIdentifitedRecordsRecord> aliased) {
|
||||
super(alias, aliased);
|
||||
}
|
||||
|
||||
@Override
|
||||
public ConvertInfoNotIdentifitedRecordsPath as(String alias) {
|
||||
return new ConvertInfoNotIdentifitedRecordsPath(DSL.name(alias), this);
|
||||
}
|
||||
|
||||
@Override
|
||||
public ConvertInfoNotIdentifitedRecordsPath as(Name alias) {
|
||||
return new ConvertInfoNotIdentifitedRecordsPath(alias, this);
|
||||
}
|
||||
|
||||
@Override
|
||||
public ConvertInfoNotIdentifitedRecordsPath as(Table<?> alias) {
|
||||
return new ConvertInfoNotIdentifitedRecordsPath(alias.getQualifiedName(), this);
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public Schema getSchema() {
|
||||
return aliased() ? null : Metrics.METRICS;
|
||||
}
|
||||
|
||||
@Override
|
||||
public Identity<ConvertInfoNotIdentifitedRecordsRecord, Long> getIdentity() {
|
||||
return (Identity<ConvertInfoNotIdentifitedRecordsRecord, Long>) super.getIdentity();
|
||||
}
|
||||
|
||||
@Override
|
||||
public UniqueKey<ConvertInfoNotIdentifitedRecordsRecord> getPrimaryKey() {
|
||||
return Keys.CONVERT_INFO_NOT_IDENTIFITED_RECORDS_PKEY;
|
||||
}
|
||||
|
||||
@Override
|
||||
public List<ForeignKey<ConvertInfoNotIdentifitedRecordsRecord, ?>> getReferences() {
|
||||
return Arrays.asList(Keys.CONVERT_INFO_NOT_IDENTIFITED_RECORDS__FK_CONV_INFO_RECORDS_FROM_EASU_RECRUITMENT_ID);
|
||||
}
|
||||
|
||||
private transient RecruitmentPath _recruitment;
|
||||
|
||||
/**
|
||||
* Get the implicit join path to the <code>metrics.recruitment</code> table.
|
||||
*/
|
||||
public RecruitmentPath recruitment() {
|
||||
if (_recruitment == null)
|
||||
_recruitment = new RecruitmentPath(this, Keys.CONVERT_INFO_NOT_IDENTIFITED_RECORDS__FK_CONV_INFO_RECORDS_FROM_EASU_RECRUITMENT_ID, null);
|
||||
|
||||
return _recruitment;
|
||||
}
|
||||
|
||||
@Override
|
||||
public ConvertInfoNotIdentifitedRecords as(String alias) {
|
||||
return new ConvertInfoNotIdentifitedRecords(DSL.name(alias), this);
|
||||
}
|
||||
|
||||
@Override
|
||||
public ConvertInfoNotIdentifitedRecords as(Name alias) {
|
||||
return new ConvertInfoNotIdentifitedRecords(alias, this);
|
||||
}
|
||||
|
||||
@Override
|
||||
public ConvertInfoNotIdentifitedRecords as(Table<?> alias) {
|
||||
return new ConvertInfoNotIdentifitedRecords(alias.getQualifiedName(), this);
|
||||
}
|
||||
|
||||
/**
|
||||
* Rename this table
|
||||
*/
|
||||
@Override
|
||||
public ConvertInfoNotIdentifitedRecords rename(String name) {
|
||||
return new ConvertInfoNotIdentifitedRecords(DSL.name(name), null);
|
||||
}
|
||||
|
||||
/**
|
||||
* Rename this table
|
||||
*/
|
||||
@Override
|
||||
public ConvertInfoNotIdentifitedRecords rename(Name name) {
|
||||
return new ConvertInfoNotIdentifitedRecords(name, null);
|
||||
}
|
||||
|
||||
/**
|
||||
* Rename this table
|
||||
*/
|
||||
@Override
|
||||
public ConvertInfoNotIdentifitedRecords rename(Table<?> name) {
|
||||
return new ConvertInfoNotIdentifitedRecords(name.getQualifiedName(), null);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
public ConvertInfoNotIdentifitedRecords where(Condition condition) {
|
||||
return new ConvertInfoNotIdentifitedRecords(getQualifiedName(), aliased() ? this : null, null, condition);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
public ConvertInfoNotIdentifitedRecords where(Collection<? extends Condition> conditions) {
|
||||
return where(DSL.and(conditions));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
public ConvertInfoNotIdentifitedRecords where(Condition... conditions) {
|
||||
return where(DSL.and(conditions));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
public ConvertInfoNotIdentifitedRecords where(Field<Boolean> condition) {
|
||||
return where(DSL.condition(condition));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
@PlainSQL
|
||||
public ConvertInfoNotIdentifitedRecords where(SQL condition) {
|
||||
return where(DSL.condition(condition));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
@PlainSQL
|
||||
public ConvertInfoNotIdentifitedRecords where(@Stringly.SQL String condition) {
|
||||
return where(DSL.condition(condition));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
@PlainSQL
|
||||
public ConvertInfoNotIdentifitedRecords where(@Stringly.SQL String condition, Object... binds) {
|
||||
return where(DSL.condition(condition, binds));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
@PlainSQL
|
||||
public ConvertInfoNotIdentifitedRecords where(@Stringly.SQL String condition, QueryPart... parts) {
|
||||
return where(DSL.condition(condition, parts));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
public ConvertInfoNotIdentifitedRecords whereExists(Select<?> select) {
|
||||
return where(DSL.exists(select));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
public ConvertInfoNotIdentifitedRecords whereNotExists(Select<?> select) {
|
||||
return where(DSL.notExists(select));
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,321 @@
|
|||
/*
|
||||
* This file is generated by jOOQ.
|
||||
*/
|
||||
package ervu_dashboard.ervu_dashboard.db_beans.metrics.tables;
|
||||
|
||||
|
||||
import ervu_dashboard.ervu_dashboard.db_beans.metrics.Keys;
|
||||
import ervu_dashboard.ervu_dashboard.db_beans.metrics.Metrics;
|
||||
import ervu_dashboard.ervu_dashboard.db_beans.metrics.tables.Recruitment.RecruitmentPath;
|
||||
import ervu_dashboard.ervu_dashboard.db_beans.metrics.tables.records.ConvertInfoRecordsFromEasuRecord;
|
||||
|
||||
import java.sql.Date;
|
||||
import java.sql.Timestamp;
|
||||
import java.util.Arrays;
|
||||
import java.util.Collection;
|
||||
import java.util.List;
|
||||
import java.util.UUID;
|
||||
|
||||
import org.jooq.Condition;
|
||||
import org.jooq.Field;
|
||||
import org.jooq.ForeignKey;
|
||||
import org.jooq.Identity;
|
||||
import org.jooq.InverseForeignKey;
|
||||
import org.jooq.Name;
|
||||
import org.jooq.Path;
|
||||
import org.jooq.PlainSQL;
|
||||
import org.jooq.QueryPart;
|
||||
import org.jooq.Record;
|
||||
import org.jooq.SQL;
|
||||
import org.jooq.Schema;
|
||||
import org.jooq.Select;
|
||||
import org.jooq.Stringly;
|
||||
import org.jooq.Table;
|
||||
import org.jooq.TableField;
|
||||
import org.jooq.TableOptions;
|
||||
import org.jooq.UniqueKey;
|
||||
import org.jooq.impl.DSL;
|
||||
import org.jooq.impl.SQLDataType;
|
||||
import org.jooq.impl.TableImpl;
|
||||
|
||||
|
||||
/**
|
||||
* Загрузка Данных из ЕАСУ "ГОризонт-М"
|
||||
*/
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class ConvertInfoRecordsFromEasu extends TableImpl<ConvertInfoRecordsFromEasuRecord> {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
/**
|
||||
* The reference instance of
|
||||
* <code>metrics.convert_info_records_from_easu</code>
|
||||
*/
|
||||
public static final ConvertInfoRecordsFromEasu CONVERT_INFO_RECORDS_FROM_EASU = new ConvertInfoRecordsFromEasu();
|
||||
|
||||
/**
|
||||
* The class holding records for this type
|
||||
*/
|
||||
@Override
|
||||
public Class<ConvertInfoRecordsFromEasuRecord> getRecordType() {
|
||||
return ConvertInfoRecordsFromEasuRecord.class;
|
||||
}
|
||||
|
||||
/**
|
||||
* The column
|
||||
* <code>metrics.convert_info_records_from_easu.convert_info_records_from_easu_id</code>.
|
||||
*/
|
||||
public final TableField<ConvertInfoRecordsFromEasuRecord, Long> CONVERT_INFO_RECORDS_FROM_EASU_ID = createField(DSL.name("convert_info_records_from_easu_id"), SQLDataType.BIGINT.nullable(false).identity(true), this, "");
|
||||
|
||||
/**
|
||||
* The column
|
||||
* <code>metrics.convert_info_records_from_easu.recruitment_id</code>.
|
||||
*/
|
||||
public final TableField<ConvertInfoRecordsFromEasuRecord, UUID> RECRUITMENT_ID = createField(DSL.name("recruitment_id"), SQLDataType.UUID.nullable(false), this, "");
|
||||
|
||||
/**
|
||||
* The column
|
||||
* <code>metrics.convert_info_records_from_easu.update_date</code>.
|
||||
*/
|
||||
public final TableField<ConvertInfoRecordsFromEasuRecord, Timestamp> UPDATE_DATE = createField(DSL.name("update_date"), SQLDataType.TIMESTAMP(0).nullable(false).defaultValue(DSL.field(DSL.raw("now()"), SQLDataType.TIMESTAMP)), this, "");
|
||||
|
||||
/**
|
||||
* The column <code>metrics.convert_info_records_from_easu.info_date</code>.
|
||||
*/
|
||||
public final TableField<ConvertInfoRecordsFromEasuRecord, Date> INFO_DATE = createField(DSL.name("info_date"), SQLDataType.DATE.nullable(false), this, "");
|
||||
|
||||
/**
|
||||
* The column <code>metrics.convert_info_records_from_easu.count_all</code>.
|
||||
*/
|
||||
public final TableField<ConvertInfoRecordsFromEasuRecord, Long> COUNT_ALL = createField(DSL.name("count_all"), SQLDataType.BIGINT.nullable(false).defaultValue(DSL.field(DSL.raw("0"), SQLDataType.BIGINT)), this, "");
|
||||
|
||||
/**
|
||||
* The column
|
||||
* <code>metrics.convert_info_records_from_easu.count_unique</code>.
|
||||
*/
|
||||
public final TableField<ConvertInfoRecordsFromEasuRecord, Long> COUNT_UNIQUE = createField(DSL.name("count_unique"), SQLDataType.BIGINT.nullable(false).defaultValue(DSL.field(DSL.raw("0"), SQLDataType.BIGINT)), this, "");
|
||||
|
||||
/**
|
||||
* The column
|
||||
* <code>metrics.convert_info_records_from_easu.count_identified</code>.
|
||||
*/
|
||||
public final TableField<ConvertInfoRecordsFromEasuRecord, Long> COUNT_IDENTIFIED = createField(DSL.name("count_identified"), SQLDataType.BIGINT.nullable(false).defaultValue(DSL.field(DSL.raw("0"), SQLDataType.BIGINT)), this, "");
|
||||
|
||||
private ConvertInfoRecordsFromEasu(Name alias, Table<ConvertInfoRecordsFromEasuRecord> aliased) {
|
||||
this(alias, aliased, (Field<?>[]) null, null);
|
||||
}
|
||||
|
||||
private ConvertInfoRecordsFromEasu(Name alias, Table<ConvertInfoRecordsFromEasuRecord> aliased, Field<?>[] parameters, Condition where) {
|
||||
super(alias, null, aliased, parameters, DSL.comment("Загрузка Данных из ЕАСУ \"ГОризонт-М\""), TableOptions.table(), where);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an aliased <code>metrics.convert_info_records_from_easu</code>
|
||||
* table reference
|
||||
*/
|
||||
public ConvertInfoRecordsFromEasu(String alias) {
|
||||
this(DSL.name(alias), CONVERT_INFO_RECORDS_FROM_EASU);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an aliased <code>metrics.convert_info_records_from_easu</code>
|
||||
* table reference
|
||||
*/
|
||||
public ConvertInfoRecordsFromEasu(Name alias) {
|
||||
this(alias, CONVERT_INFO_RECORDS_FROM_EASU);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create a <code>metrics.convert_info_records_from_easu</code> table
|
||||
* reference
|
||||
*/
|
||||
public ConvertInfoRecordsFromEasu() {
|
||||
this(DSL.name("convert_info_records_from_easu"), null);
|
||||
}
|
||||
|
||||
public <O extends Record> ConvertInfoRecordsFromEasu(Table<O> path, ForeignKey<O, ConvertInfoRecordsFromEasuRecord> childPath, InverseForeignKey<O, ConvertInfoRecordsFromEasuRecord> parentPath) {
|
||||
super(path, childPath, parentPath, CONVERT_INFO_RECORDS_FROM_EASU);
|
||||
}
|
||||
|
||||
/**
|
||||
* A subtype implementing {@link Path} for simplified path-based joins.
|
||||
*/
|
||||
public static class ConvertInfoRecordsFromEasuPath extends ConvertInfoRecordsFromEasu implements Path<ConvertInfoRecordsFromEasuRecord> {
|
||||
public <O extends Record> ConvertInfoRecordsFromEasuPath(Table<O> path, ForeignKey<O, ConvertInfoRecordsFromEasuRecord> childPath, InverseForeignKey<O, ConvertInfoRecordsFromEasuRecord> parentPath) {
|
||||
super(path, childPath, parentPath);
|
||||
}
|
||||
private ConvertInfoRecordsFromEasuPath(Name alias, Table<ConvertInfoRecordsFromEasuRecord> aliased) {
|
||||
super(alias, aliased);
|
||||
}
|
||||
|
||||
@Override
|
||||
public ConvertInfoRecordsFromEasuPath as(String alias) {
|
||||
return new ConvertInfoRecordsFromEasuPath(DSL.name(alias), this);
|
||||
}
|
||||
|
||||
@Override
|
||||
public ConvertInfoRecordsFromEasuPath as(Name alias) {
|
||||
return new ConvertInfoRecordsFromEasuPath(alias, this);
|
||||
}
|
||||
|
||||
@Override
|
||||
public ConvertInfoRecordsFromEasuPath as(Table<?> alias) {
|
||||
return new ConvertInfoRecordsFromEasuPath(alias.getQualifiedName(), this);
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public Schema getSchema() {
|
||||
return aliased() ? null : Metrics.METRICS;
|
||||
}
|
||||
|
||||
@Override
|
||||
public Identity<ConvertInfoRecordsFromEasuRecord, Long> getIdentity() {
|
||||
return (Identity<ConvertInfoRecordsFromEasuRecord, Long>) super.getIdentity();
|
||||
}
|
||||
|
||||
@Override
|
||||
public UniqueKey<ConvertInfoRecordsFromEasuRecord> getPrimaryKey() {
|
||||
return Keys.CONVERT_INFO_RECORDS_FROM_EASU_PKEY;
|
||||
}
|
||||
|
||||
@Override
|
||||
public List<ForeignKey<ConvertInfoRecordsFromEasuRecord, ?>> getReferences() {
|
||||
return Arrays.asList(Keys.CONVERT_INFO_RECORDS_FROM_EASU__FK_CONV_INFO_RECORDS_FROM_EASU_RECRUITMENT_ID);
|
||||
}
|
||||
|
||||
private transient RecruitmentPath _recruitment;
|
||||
|
||||
/**
|
||||
* Get the implicit join path to the <code>metrics.recruitment</code> table.
|
||||
*/
|
||||
public RecruitmentPath recruitment() {
|
||||
if (_recruitment == null)
|
||||
_recruitment = new RecruitmentPath(this, Keys.CONVERT_INFO_RECORDS_FROM_EASU__FK_CONV_INFO_RECORDS_FROM_EASU_RECRUITMENT_ID, null);
|
||||
|
||||
return _recruitment;
|
||||
}
|
||||
|
||||
@Override
|
||||
public ConvertInfoRecordsFromEasu as(String alias) {
|
||||
return new ConvertInfoRecordsFromEasu(DSL.name(alias), this);
|
||||
}
|
||||
|
||||
@Override
|
||||
public ConvertInfoRecordsFromEasu as(Name alias) {
|
||||
return new ConvertInfoRecordsFromEasu(alias, this);
|
||||
}
|
||||
|
||||
@Override
|
||||
public ConvertInfoRecordsFromEasu as(Table<?> alias) {
|
||||
return new ConvertInfoRecordsFromEasu(alias.getQualifiedName(), this);
|
||||
}
|
||||
|
||||
/**
|
||||
* Rename this table
|
||||
*/
|
||||
@Override
|
||||
public ConvertInfoRecordsFromEasu rename(String name) {
|
||||
return new ConvertInfoRecordsFromEasu(DSL.name(name), null);
|
||||
}
|
||||
|
||||
/**
|
||||
* Rename this table
|
||||
*/
|
||||
@Override
|
||||
public ConvertInfoRecordsFromEasu rename(Name name) {
|
||||
return new ConvertInfoRecordsFromEasu(name, null);
|
||||
}
|
||||
|
||||
/**
|
||||
* Rename this table
|
||||
*/
|
||||
@Override
|
||||
public ConvertInfoRecordsFromEasu rename(Table<?> name) {
|
||||
return new ConvertInfoRecordsFromEasu(name.getQualifiedName(), null);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
public ConvertInfoRecordsFromEasu where(Condition condition) {
|
||||
return new ConvertInfoRecordsFromEasu(getQualifiedName(), aliased() ? this : null, null, condition);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
public ConvertInfoRecordsFromEasu where(Collection<? extends Condition> conditions) {
|
||||
return where(DSL.and(conditions));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
public ConvertInfoRecordsFromEasu where(Condition... conditions) {
|
||||
return where(DSL.and(conditions));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
public ConvertInfoRecordsFromEasu where(Field<Boolean> condition) {
|
||||
return where(DSL.condition(condition));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
@PlainSQL
|
||||
public ConvertInfoRecordsFromEasu where(SQL condition) {
|
||||
return where(DSL.condition(condition));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
@PlainSQL
|
||||
public ConvertInfoRecordsFromEasu where(@Stringly.SQL String condition) {
|
||||
return where(DSL.condition(condition));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
@PlainSQL
|
||||
public ConvertInfoRecordsFromEasu where(@Stringly.SQL String condition, Object... binds) {
|
||||
return where(DSL.condition(condition, binds));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
@PlainSQL
|
||||
public ConvertInfoRecordsFromEasu where(@Stringly.SQL String condition, QueryPart... parts) {
|
||||
return where(DSL.condition(condition, parts));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
public ConvertInfoRecordsFromEasu whereExists(Select<?> select) {
|
||||
return where(DSL.exists(select));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
public ConvertInfoRecordsFromEasu whereNotExists(Select<?> select) {
|
||||
return where(DSL.notExists(select));
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,344 @@
|
|||
/*
|
||||
* This file is generated by jOOQ.
|
||||
*/
|
||||
package ervu_dashboard.ervu_dashboard.db_beans.metrics.tables;
|
||||
|
||||
|
||||
import ervu_dashboard.ervu_dashboard.db_beans.metrics.Keys;
|
||||
import ervu_dashboard.ervu_dashboard.db_beans.metrics.Metrics;
|
||||
import ervu_dashboard.ervu_dashboard.db_beans.metrics.tables.Recruitment.RecruitmentPath;
|
||||
import ervu_dashboard.ervu_dashboard.db_beans.metrics.tables.records.ConvertInfoSentToLkEpguRecord;
|
||||
|
||||
import java.sql.Date;
|
||||
import java.sql.Timestamp;
|
||||
import java.util.Arrays;
|
||||
import java.util.Collection;
|
||||
import java.util.List;
|
||||
import java.util.UUID;
|
||||
|
||||
import org.jooq.Condition;
|
||||
import org.jooq.Field;
|
||||
import org.jooq.ForeignKey;
|
||||
import org.jooq.Identity;
|
||||
import org.jooq.InverseForeignKey;
|
||||
import org.jooq.Name;
|
||||
import org.jooq.Path;
|
||||
import org.jooq.PlainSQL;
|
||||
import org.jooq.QueryPart;
|
||||
import org.jooq.Record;
|
||||
import org.jooq.SQL;
|
||||
import org.jooq.Schema;
|
||||
import org.jooq.Select;
|
||||
import org.jooq.Stringly;
|
||||
import org.jooq.Table;
|
||||
import org.jooq.TableField;
|
||||
import org.jooq.TableOptions;
|
||||
import org.jooq.UniqueKey;
|
||||
import org.jooq.impl.DSL;
|
||||
import org.jooq.impl.SQLDataType;
|
||||
import org.jooq.impl.TableImpl;
|
||||
|
||||
|
||||
/**
|
||||
* Конвертация. ДОставка уведомлений в ЛК на ЕПГУ
|
||||
*/
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class ConvertInfoSentToLkEpgu extends TableImpl<ConvertInfoSentToLkEpguRecord> {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
/**
|
||||
* The reference instance of
|
||||
* <code>metrics.convert_info_sent_to_lk_epgu</code>
|
||||
*/
|
||||
public static final ConvertInfoSentToLkEpgu CONVERT_INFO_SENT_TO_LK_EPGU = new ConvertInfoSentToLkEpgu();
|
||||
|
||||
/**
|
||||
* The class holding records for this type
|
||||
*/
|
||||
@Override
|
||||
public Class<ConvertInfoSentToLkEpguRecord> getRecordType() {
|
||||
return ConvertInfoSentToLkEpguRecord.class;
|
||||
}
|
||||
|
||||
/**
|
||||
* The column
|
||||
* <code>metrics.convert_info_sent_to_lk_epgu.convert_info_sent_to_lk_epgu_id</code>.
|
||||
*/
|
||||
public final TableField<ConvertInfoSentToLkEpguRecord, Long> CONVERT_INFO_SENT_TO_LK_EPGU_ID = createField(DSL.name("convert_info_sent_to_lk_epgu_id"), SQLDataType.BIGINT.nullable(false).identity(true), this, "");
|
||||
|
||||
/**
|
||||
* The column
|
||||
* <code>metrics.convert_info_sent_to_lk_epgu.recruitment_id</code>.
|
||||
*/
|
||||
public final TableField<ConvertInfoSentToLkEpguRecord, UUID> RECRUITMENT_ID = createField(DSL.name("recruitment_id"), SQLDataType.UUID.nullable(false), this, "");
|
||||
|
||||
/**
|
||||
* The column <code>metrics.convert_info_sent_to_lk_epgu.update_date</code>.
|
||||
*/
|
||||
public final TableField<ConvertInfoSentToLkEpguRecord, Timestamp> UPDATE_DATE = createField(DSL.name("update_date"), SQLDataType.TIMESTAMP(0).nullable(false).defaultValue(DSL.field(DSL.raw("now()"), SQLDataType.TIMESTAMP)), this, "");
|
||||
|
||||
/**
|
||||
* The column <code>metrics.convert_info_sent_to_lk_epgu.info_date</code>.
|
||||
*/
|
||||
public final TableField<ConvertInfoSentToLkEpguRecord, Date> INFO_DATE = createField(DSL.name("info_date"), SQLDataType.DATE.nullable(false), this, "");
|
||||
|
||||
/**
|
||||
* The column
|
||||
* <code>metrics.convert_info_sent_to_lk_epgu.count_status_formed</code>.
|
||||
*/
|
||||
public final TableField<ConvertInfoSentToLkEpguRecord, Long> COUNT_STATUS_FORMED = createField(DSL.name("count_status_formed"), SQLDataType.BIGINT.nullable(false).defaultValue(DSL.field(DSL.raw("0"), SQLDataType.BIGINT)), this, "");
|
||||
|
||||
/**
|
||||
* The column
|
||||
* <code>metrics.convert_info_sent_to_lk_epgu.count_sended</code>.
|
||||
*/
|
||||
public final TableField<ConvertInfoSentToLkEpguRecord, Long> COUNT_SENDED = createField(DSL.name("count_sended"), SQLDataType.BIGINT.nullable(false).defaultValue(DSL.field(DSL.raw("0"), SQLDataType.BIGINT)), this, "");
|
||||
|
||||
/**
|
||||
* The column
|
||||
* <code>metrics.convert_info_sent_to_lk_epgu.count_delivered</code>.
|
||||
*/
|
||||
public final TableField<ConvertInfoSentToLkEpguRecord, Long> COUNT_DELIVERED = createField(DSL.name("count_delivered"), SQLDataType.BIGINT.nullable(false).defaultValue(DSL.field(DSL.raw("0"), SQLDataType.BIGINT)), this, "");
|
||||
|
||||
/**
|
||||
* The column <code>metrics.convert_info_sent_to_lk_epgu.count_error</code>.
|
||||
*/
|
||||
public final TableField<ConvertInfoSentToLkEpguRecord, Long> COUNT_ERROR = createField(DSL.name("count_error"), SQLDataType.BIGINT.nullable(false).defaultValue(DSL.field(DSL.raw("0"), SQLDataType.BIGINT)), this, "");
|
||||
|
||||
/**
|
||||
* The column
|
||||
* <code>metrics.convert_info_sent_to_lk_epgu.count_viewed</code>.
|
||||
*/
|
||||
public final TableField<ConvertInfoSentToLkEpguRecord, Long> COUNT_VIEWED = createField(DSL.name("count_viewed"), SQLDataType.BIGINT.nullable(false).defaultValue(DSL.field(DSL.raw("0"), SQLDataType.BIGINT)), this, "");
|
||||
|
||||
/**
|
||||
* The column
|
||||
* <code>metrics.convert_info_sent_to_lk_epgu.count_not_viewed</code>.
|
||||
*/
|
||||
public final TableField<ConvertInfoSentToLkEpguRecord, Long> COUNT_NOT_VIEWED = createField(DSL.name("count_not_viewed"), SQLDataType.BIGINT.nullable(false).defaultValue(DSL.field(DSL.raw("0"), SQLDataType.BIGINT)), this, "");
|
||||
|
||||
/**
|
||||
* The column
|
||||
* <code>metrics.convert_info_sent_to_lk_epgu.count_status_not_formed</code>.
|
||||
*/
|
||||
public final TableField<ConvertInfoSentToLkEpguRecord, Long> COUNT_STATUS_NOT_FORMED = createField(DSL.name("count_status_not_formed"), SQLDataType.BIGINT.nullable(false).defaultValue(DSL.field(DSL.raw("0"), SQLDataType.BIGINT)), this, "");
|
||||
|
||||
private ConvertInfoSentToLkEpgu(Name alias, Table<ConvertInfoSentToLkEpguRecord> aliased) {
|
||||
this(alias, aliased, (Field<?>[]) null, null);
|
||||
}
|
||||
|
||||
private ConvertInfoSentToLkEpgu(Name alias, Table<ConvertInfoSentToLkEpguRecord> aliased, Field<?>[] parameters, Condition where) {
|
||||
super(alias, null, aliased, parameters, DSL.comment("Конвертация. ДОставка уведомлений в ЛК на ЕПГУ"), TableOptions.table(), where);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an aliased <code>metrics.convert_info_sent_to_lk_epgu</code> table
|
||||
* reference
|
||||
*/
|
||||
public ConvertInfoSentToLkEpgu(String alias) {
|
||||
this(DSL.name(alias), CONVERT_INFO_SENT_TO_LK_EPGU);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an aliased <code>metrics.convert_info_sent_to_lk_epgu</code> table
|
||||
* reference
|
||||
*/
|
||||
public ConvertInfoSentToLkEpgu(Name alias) {
|
||||
this(alias, CONVERT_INFO_SENT_TO_LK_EPGU);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create a <code>metrics.convert_info_sent_to_lk_epgu</code> table
|
||||
* reference
|
||||
*/
|
||||
public ConvertInfoSentToLkEpgu() {
|
||||
this(DSL.name("convert_info_sent_to_lk_epgu"), null);
|
||||
}
|
||||
|
||||
public <O extends Record> ConvertInfoSentToLkEpgu(Table<O> path, ForeignKey<O, ConvertInfoSentToLkEpguRecord> childPath, InverseForeignKey<O, ConvertInfoSentToLkEpguRecord> parentPath) {
|
||||
super(path, childPath, parentPath, CONVERT_INFO_SENT_TO_LK_EPGU);
|
||||
}
|
||||
|
||||
/**
|
||||
* A subtype implementing {@link Path} for simplified path-based joins.
|
||||
*/
|
||||
public static class ConvertInfoSentToLkEpguPath extends ConvertInfoSentToLkEpgu implements Path<ConvertInfoSentToLkEpguRecord> {
|
||||
public <O extends Record> ConvertInfoSentToLkEpguPath(Table<O> path, ForeignKey<O, ConvertInfoSentToLkEpguRecord> childPath, InverseForeignKey<O, ConvertInfoSentToLkEpguRecord> parentPath) {
|
||||
super(path, childPath, parentPath);
|
||||
}
|
||||
private ConvertInfoSentToLkEpguPath(Name alias, Table<ConvertInfoSentToLkEpguRecord> aliased) {
|
||||
super(alias, aliased);
|
||||
}
|
||||
|
||||
@Override
|
||||
public ConvertInfoSentToLkEpguPath as(String alias) {
|
||||
return new ConvertInfoSentToLkEpguPath(DSL.name(alias), this);
|
||||
}
|
||||
|
||||
@Override
|
||||
public ConvertInfoSentToLkEpguPath as(Name alias) {
|
||||
return new ConvertInfoSentToLkEpguPath(alias, this);
|
||||
}
|
||||
|
||||
@Override
|
||||
public ConvertInfoSentToLkEpguPath as(Table<?> alias) {
|
||||
return new ConvertInfoSentToLkEpguPath(alias.getQualifiedName(), this);
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public Schema getSchema() {
|
||||
return aliased() ? null : Metrics.METRICS;
|
||||
}
|
||||
|
||||
@Override
|
||||
public Identity<ConvertInfoSentToLkEpguRecord, Long> getIdentity() {
|
||||
return (Identity<ConvertInfoSentToLkEpguRecord, Long>) super.getIdentity();
|
||||
}
|
||||
|
||||
@Override
|
||||
public UniqueKey<ConvertInfoSentToLkEpguRecord> getPrimaryKey() {
|
||||
return Keys.CONVERT_INFO_SENT_TO_LK_EPGU_PKEY;
|
||||
}
|
||||
|
||||
@Override
|
||||
public List<ForeignKey<ConvertInfoSentToLkEpguRecord, ?>> getReferences() {
|
||||
return Arrays.asList(Keys.CONVERT_INFO_SENT_TO_LK_EPGU__FK_CONV_INFO_RECORDS_FROM_EASU_RECRUITMENT_ID);
|
||||
}
|
||||
|
||||
private transient RecruitmentPath _recruitment;
|
||||
|
||||
/**
|
||||
* Get the implicit join path to the <code>metrics.recruitment</code> table.
|
||||
*/
|
||||
public RecruitmentPath recruitment() {
|
||||
if (_recruitment == null)
|
||||
_recruitment = new RecruitmentPath(this, Keys.CONVERT_INFO_SENT_TO_LK_EPGU__FK_CONV_INFO_RECORDS_FROM_EASU_RECRUITMENT_ID, null);
|
||||
|
||||
return _recruitment;
|
||||
}
|
||||
|
||||
@Override
|
||||
public ConvertInfoSentToLkEpgu as(String alias) {
|
||||
return new ConvertInfoSentToLkEpgu(DSL.name(alias), this);
|
||||
}
|
||||
|
||||
@Override
|
||||
public ConvertInfoSentToLkEpgu as(Name alias) {
|
||||
return new ConvertInfoSentToLkEpgu(alias, this);
|
||||
}
|
||||
|
||||
@Override
|
||||
public ConvertInfoSentToLkEpgu as(Table<?> alias) {
|
||||
return new ConvertInfoSentToLkEpgu(alias.getQualifiedName(), this);
|
||||
}
|
||||
|
||||
/**
|
||||
* Rename this table
|
||||
*/
|
||||
@Override
|
||||
public ConvertInfoSentToLkEpgu rename(String name) {
|
||||
return new ConvertInfoSentToLkEpgu(DSL.name(name), null);
|
||||
}
|
||||
|
||||
/**
|
||||
* Rename this table
|
||||
*/
|
||||
@Override
|
||||
public ConvertInfoSentToLkEpgu rename(Name name) {
|
||||
return new ConvertInfoSentToLkEpgu(name, null);
|
||||
}
|
||||
|
||||
/**
|
||||
* Rename this table
|
||||
*/
|
||||
@Override
|
||||
public ConvertInfoSentToLkEpgu rename(Table<?> name) {
|
||||
return new ConvertInfoSentToLkEpgu(name.getQualifiedName(), null);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
public ConvertInfoSentToLkEpgu where(Condition condition) {
|
||||
return new ConvertInfoSentToLkEpgu(getQualifiedName(), aliased() ? this : null, null, condition);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
public ConvertInfoSentToLkEpgu where(Collection<? extends Condition> conditions) {
|
||||
return where(DSL.and(conditions));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
public ConvertInfoSentToLkEpgu where(Condition... conditions) {
|
||||
return where(DSL.and(conditions));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
public ConvertInfoSentToLkEpgu where(Field<Boolean> condition) {
|
||||
return where(DSL.condition(condition));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
@PlainSQL
|
||||
public ConvertInfoSentToLkEpgu where(SQL condition) {
|
||||
return where(DSL.condition(condition));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
@PlainSQL
|
||||
public ConvertInfoSentToLkEpgu where(@Stringly.SQL String condition) {
|
||||
return where(DSL.condition(condition));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
@PlainSQL
|
||||
public ConvertInfoSentToLkEpgu where(@Stringly.SQL String condition, Object... binds) {
|
||||
return where(DSL.condition(condition, binds));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
@PlainSQL
|
||||
public ConvertInfoSentToLkEpgu where(@Stringly.SQL String condition, QueryPart... parts) {
|
||||
return where(DSL.condition(condition, parts));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
public ConvertInfoSentToLkEpgu whereExists(Select<?> select) {
|
||||
return where(DSL.exists(select));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
public ConvertInfoSentToLkEpgu whereNotExists(Select<?> select) {
|
||||
return where(DSL.notExists(select));
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,534 @@
|
|||
/*
|
||||
* This file is generated by jOOQ.
|
||||
*/
|
||||
package ervu_dashboard.ervu_dashboard.db_beans.metrics.tables;
|
||||
|
||||
|
||||
import ervu_dashboard.ervu_dashboard.db_beans.metrics.Keys;
|
||||
import ervu_dashboard.ervu_dashboard.db_beans.metrics.Metrics;
|
||||
import ervu_dashboard.ervu_dashboard.db_beans.metrics.tables.ConvertInfoCommonResults.ConvertInfoCommonResultsPath;
|
||||
import ervu_dashboard.ervu_dashboard.db_beans.metrics.tables.ConvertInfoComparisonCsvXml.ConvertInfoComparisonCsvXmlPath;
|
||||
import ervu_dashboard.ervu_dashboard.db_beans.metrics.tables.ConvertInfoLoadedRecords.ConvertInfoLoadedRecordsPath;
|
||||
import ervu_dashboard.ervu_dashboard.db_beans.metrics.tables.ConvertInfoNotIdentifitedRecords.ConvertInfoNotIdentifitedRecordsPath;
|
||||
import ervu_dashboard.ervu_dashboard.db_beans.metrics.tables.ConvertInfoRecordsFromEasu.ConvertInfoRecordsFromEasuPath;
|
||||
import ervu_dashboard.ervu_dashboard.db_beans.metrics.tables.ConvertInfoSentToLkEpgu.ConvertInfoSentToLkEpguPath;
|
||||
import ervu_dashboard.ervu_dashboard.db_beans.metrics.tables.records.RecruitmentRecord;
|
||||
|
||||
import java.sql.Timestamp;
|
||||
import java.util.Arrays;
|
||||
import java.util.Collection;
|
||||
import java.util.List;
|
||||
import java.util.UUID;
|
||||
|
||||
import org.jooq.Condition;
|
||||
import org.jooq.Field;
|
||||
import org.jooq.ForeignKey;
|
||||
import org.jooq.InverseForeignKey;
|
||||
import org.jooq.Name;
|
||||
import org.jooq.Path;
|
||||
import org.jooq.PlainSQL;
|
||||
import org.jooq.QueryPart;
|
||||
import org.jooq.Record;
|
||||
import org.jooq.SQL;
|
||||
import org.jooq.Schema;
|
||||
import org.jooq.Select;
|
||||
import org.jooq.Stringly;
|
||||
import org.jooq.Table;
|
||||
import org.jooq.TableField;
|
||||
import org.jooq.TableOptions;
|
||||
import org.jooq.UniqueKey;
|
||||
import org.jooq.impl.DSL;
|
||||
import org.jooq.impl.SQLDataType;
|
||||
import org.jooq.impl.TableImpl;
|
||||
|
||||
|
||||
/**
|
||||
* Военный комиссариат
|
||||
*/
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class Recruitment extends TableImpl<RecruitmentRecord> {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
/**
|
||||
* The reference instance of <code>metrics.recruitment</code>
|
||||
*/
|
||||
public static final Recruitment RECRUITMENT = new Recruitment();
|
||||
|
||||
/**
|
||||
* The class holding records for this type
|
||||
*/
|
||||
@Override
|
||||
public Class<RecruitmentRecord> getRecordType() {
|
||||
return RecruitmentRecord.class;
|
||||
}
|
||||
|
||||
/**
|
||||
* The column <code>metrics.recruitment.id</code>. Идентификатор ВК
|
||||
*/
|
||||
public final TableField<RecruitmentRecord, UUID> ID = createField(DSL.name("id"), SQLDataType.UUID.nullable(false).defaultValue(DSL.field(DSL.raw("metrics.uuid_generate_v4()"), SQLDataType.UUID)), this, "Идентификатор ВК");
|
||||
|
||||
/**
|
||||
* The column <code>metrics.recruitment.idm_id</code>. Идентификатор
|
||||
* организации
|
||||
*/
|
||||
public final TableField<RecruitmentRecord, String> IDM_ID = createField(DSL.name("idm_id"), SQLDataType.VARCHAR(256), this, "Идентификатор организации");
|
||||
|
||||
/**
|
||||
* The column <code>metrics.recruitment.parent_id</code>. Идентификатор
|
||||
* вышестоящей организации
|
||||
*/
|
||||
public final TableField<RecruitmentRecord, String> PARENT_ID = createField(DSL.name("parent_id"), SQLDataType.VARCHAR, this, "Идентификатор вышестоящей организации");
|
||||
|
||||
/**
|
||||
* The column <code>metrics.recruitment.version</code>. Версия записи
|
||||
*/
|
||||
public final TableField<RecruitmentRecord, Integer> VERSION = createField(DSL.name("version"), SQLDataType.INTEGER, this, "Версия записи");
|
||||
|
||||
/**
|
||||
* The column <code>metrics.recruitment.created_at</code>. Дата создания
|
||||
*/
|
||||
public final TableField<RecruitmentRecord, Timestamp> CREATED_AT = createField(DSL.name("created_at"), SQLDataType.TIMESTAMP(0).nullable(false).defaultValue(DSL.field(DSL.raw("now()"), SQLDataType.TIMESTAMP)), this, "Дата создания");
|
||||
|
||||
/**
|
||||
* The column <code>metrics.recruitment.updated_at</code>. Дата обновления
|
||||
*/
|
||||
public final TableField<RecruitmentRecord, Timestamp> UPDATED_AT = createField(DSL.name("updated_at"), SQLDataType.TIMESTAMP(0).nullable(false).defaultValue(DSL.field(DSL.raw("now()"), SQLDataType.TIMESTAMP)), this, "Дата обновления");
|
||||
|
||||
/**
|
||||
* The column <code>metrics.recruitment.schema</code>. Схема
|
||||
*/
|
||||
public final TableField<RecruitmentRecord, String> SCHEMA = createField(DSL.name("schema"), SQLDataType.VARCHAR(64).nullable(false), this, "Схема");
|
||||
|
||||
/**
|
||||
* The column <code>metrics.recruitment.military_code</code>. Код
|
||||
* организации
|
||||
*/
|
||||
public final TableField<RecruitmentRecord, String> MILITARY_CODE = createField(DSL.name("military_code"), SQLDataType.VARCHAR(16), this, "Код организации");
|
||||
|
||||
/**
|
||||
* The column <code>metrics.recruitment.shortname</code>. Укороченное
|
||||
* наименование организации
|
||||
*/
|
||||
public final TableField<RecruitmentRecord, String> SHORTNAME = createField(DSL.name("shortname"), SQLDataType.VARCHAR.nullable(false), this, "Укороченное наименование организации");
|
||||
|
||||
/**
|
||||
* The column <code>metrics.recruitment.fullname</code>. Полное наименование
|
||||
* организации
|
||||
*/
|
||||
public final TableField<RecruitmentRecord, String> FULLNAME = createField(DSL.name("fullname"), SQLDataType.VARCHAR.nullable(false), this, "Полное наименование организации");
|
||||
|
||||
/**
|
||||
* The column <code>metrics.recruitment.dns</code>. ДНС организации
|
||||
*/
|
||||
public final TableField<RecruitmentRecord, String> DNS = createField(DSL.name("dns"), SQLDataType.VARCHAR(64), this, "ДНС организации");
|
||||
|
||||
/**
|
||||
* The column <code>metrics.recruitment.email</code>. Е-mail организации
|
||||
*/
|
||||
public final TableField<RecruitmentRecord, String> EMAIL = createField(DSL.name("email"), SQLDataType.VARCHAR(255), this, "Е-mail организации");
|
||||
|
||||
/**
|
||||
* The column <code>metrics.recruitment.phone</code>. Телефон организации
|
||||
*/
|
||||
public final TableField<RecruitmentRecord, String> PHONE = createField(DSL.name("phone"), SQLDataType.VARCHAR(24), this, "Телефон организации");
|
||||
|
||||
/**
|
||||
* The column <code>metrics.recruitment.address</code>. Адрес организации
|
||||
*/
|
||||
public final TableField<RecruitmentRecord, String> ADDRESS = createField(DSL.name("address"), SQLDataType.VARCHAR, this, "Адрес организации");
|
||||
|
||||
/**
|
||||
* The column <code>metrics.recruitment.address_id</code>. Идентификатор
|
||||
* адреса организации
|
||||
*/
|
||||
public final TableField<RecruitmentRecord, String> ADDRESS_ID = createField(DSL.name("address_id"), SQLDataType.VARCHAR, this, "Идентификатор адреса организации");
|
||||
|
||||
/**
|
||||
* The column <code>metrics.recruitment.postal_address</code>. Почтовый
|
||||
* адрес организации
|
||||
*/
|
||||
public final TableField<RecruitmentRecord, String> POSTAL_ADDRESS = createField(DSL.name("postal_address"), SQLDataType.VARCHAR, this, "Почтовый адрес организации");
|
||||
|
||||
/**
|
||||
* The column <code>metrics.recruitment.postal_address_id</code>.
|
||||
* Идентификатор почтового адреса организации
|
||||
*/
|
||||
public final TableField<RecruitmentRecord, String> POSTAL_ADDRESS_ID = createField(DSL.name("postal_address_id"), SQLDataType.VARCHAR, this, "Идентификатор почтового адреса организации");
|
||||
|
||||
/**
|
||||
* The column <code>metrics.recruitment.nsi_department_id</code>.
|
||||
* Идентификатор департамента из НСИ
|
||||
*/
|
||||
public final TableField<RecruitmentRecord, String> NSI_DEPARTMENT_ID = createField(DSL.name("nsi_department_id"), SQLDataType.VARCHAR, this, "Идентификатор департамента из НСИ");
|
||||
|
||||
/**
|
||||
* The column <code>metrics.recruitment.nsi_organization_id</code>.
|
||||
* Идентификатор организации из НСИ
|
||||
*/
|
||||
public final TableField<RecruitmentRecord, String> NSI_ORGANIZATION_ID = createField(DSL.name("nsi_organization_id"), SQLDataType.VARCHAR, this, "Идентификатор организации из НСИ");
|
||||
|
||||
/**
|
||||
* The column <code>metrics.recruitment.oktmo</code>. ОКТМО
|
||||
*/
|
||||
public final TableField<RecruitmentRecord, String> OKTMO = createField(DSL.name("oktmo"), SQLDataType.VARCHAR, this, "ОКТМО");
|
||||
|
||||
/**
|
||||
* The column <code>metrics.recruitment.org_ogrn</code>. ОГРН организации
|
||||
*/
|
||||
public final TableField<RecruitmentRecord, String> ORG_OGRN = createField(DSL.name("org_ogrn"), SQLDataType.VARCHAR, this, "ОГРН организации");
|
||||
|
||||
/**
|
||||
* The column <code>metrics.recruitment.dep_ogrn</code>. ОГРН департамента
|
||||
*/
|
||||
public final TableField<RecruitmentRecord, String> DEP_OGRN = createField(DSL.name("dep_ogrn"), SQLDataType.VARCHAR, this, "ОГРН департамента");
|
||||
|
||||
/**
|
||||
* The column <code>metrics.recruitment.epgu_id</code>. Идентификатор ЕПГУ
|
||||
*/
|
||||
public final TableField<RecruitmentRecord, String> EPGU_ID = createField(DSL.name("epgu_id"), SQLDataType.VARCHAR, this, "Идентификатор ЕПГУ");
|
||||
|
||||
/**
|
||||
* The column <code>metrics.recruitment.kpp</code>. КПП
|
||||
*/
|
||||
public final TableField<RecruitmentRecord, String> KPP = createField(DSL.name("kpp"), SQLDataType.VARCHAR(64), this, "КПП");
|
||||
|
||||
/**
|
||||
* The column <code>metrics.recruitment.inn</code>. ИНН
|
||||
*/
|
||||
public final TableField<RecruitmentRecord, String> INN = createField(DSL.name("inn"), SQLDataType.VARCHAR(64), this, "ИНН");
|
||||
|
||||
/**
|
||||
* The column <code>metrics.recruitment.okato</code>. ОКАТО
|
||||
*/
|
||||
public final TableField<RecruitmentRecord, String> OKATO = createField(DSL.name("okato"), SQLDataType.VARCHAR(64), this, "ОКАТО");
|
||||
|
||||
/**
|
||||
* The column <code>metrics.recruitment.division_type</code>. Тип дивизиона
|
||||
*/
|
||||
public final TableField<RecruitmentRecord, String> DIVISION_TYPE = createField(DSL.name("division_type"), SQLDataType.VARCHAR(64), this, "Тип дивизиона");
|
||||
|
||||
/**
|
||||
* The column <code>metrics.recruitment.tns_department_id</code>.
|
||||
* Идентификатор департамента из ТНС
|
||||
*/
|
||||
public final TableField<RecruitmentRecord, String> TNS_DEPARTMENT_ID = createField(DSL.name("tns_department_id"), SQLDataType.VARCHAR, this, "Идентификатор департамента из ТНС");
|
||||
|
||||
/**
|
||||
* The column <code>metrics.recruitment.enabled</code>. Признак актуальности
|
||||
*/
|
||||
public final TableField<RecruitmentRecord, Boolean> ENABLED = createField(DSL.name("enabled"), SQLDataType.BOOLEAN.nullable(false).defaultValue(DSL.field(DSL.raw("true"), SQLDataType.BOOLEAN)), this, "Признак актуальности");
|
||||
|
||||
/**
|
||||
* The column <code>metrics.recruitment.timezone</code>. Часовой пояс
|
||||
*/
|
||||
public final TableField<RecruitmentRecord, String> TIMEZONE = createField(DSL.name("timezone"), SQLDataType.VARCHAR(64), this, "Часовой пояс");
|
||||
|
||||
/**
|
||||
* The column <code>metrics.recruitment.reports_enabled</code>. Признак
|
||||
* актуальности для отчета
|
||||
*/
|
||||
public final TableField<RecruitmentRecord, Boolean> REPORTS_ENABLED = createField(DSL.name("reports_enabled"), SQLDataType.BOOLEAN, this, "Признак актуальности для отчета");
|
||||
|
||||
/**
|
||||
* The column <code>metrics.recruitment.region_id</code>. Идентификатор
|
||||
* региона
|
||||
*/
|
||||
public final TableField<RecruitmentRecord, String> REGION_ID = createField(DSL.name("region_id"), SQLDataType.VARCHAR, this, "Идентификатор региона");
|
||||
|
||||
/**
|
||||
* The column <code>metrics.recruitment.subpoena_series_code</code>. Серия
|
||||
*/
|
||||
public final TableField<RecruitmentRecord, String> SUBPOENA_SERIES_CODE = createField(DSL.name("subpoena_series_code"), SQLDataType.VARCHAR(64), this, "Серия");
|
||||
|
||||
/**
|
||||
* The column <code>metrics.recruitment.hidden</code>. Признак скрытого
|
||||
*/
|
||||
public final TableField<RecruitmentRecord, Boolean> HIDDEN = createField(DSL.name("hidden"), SQLDataType.BOOLEAN.nullable(false).defaultValue(DSL.field(DSL.raw("false"), SQLDataType.BOOLEAN)), this, "Признак скрытого");
|
||||
|
||||
/**
|
||||
* The column <code>metrics.recruitment.region_code</code>.
|
||||
*/
|
||||
public final TableField<RecruitmentRecord, String> REGION_CODE = createField(DSL.name("region_code"), SQLDataType.CLOB, this, "");
|
||||
|
||||
/**
|
||||
* The column <code>metrics.recruitment.ts</code>.
|
||||
*/
|
||||
public final TableField<RecruitmentRecord, Timestamp> TS = createField(DSL.name("ts"), SQLDataType.TIMESTAMP(0).nullable(false).defaultValue(DSL.field(DSL.raw("now()"), SQLDataType.TIMESTAMP)), this, "");
|
||||
|
||||
private Recruitment(Name alias, Table<RecruitmentRecord> aliased) {
|
||||
this(alias, aliased, (Field<?>[]) null, null);
|
||||
}
|
||||
|
||||
private Recruitment(Name alias, Table<RecruitmentRecord> aliased, Field<?>[] parameters, Condition where) {
|
||||
super(alias, null, aliased, parameters, DSL.comment("Военный комиссариат"), TableOptions.table(), where);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an aliased <code>metrics.recruitment</code> table reference
|
||||
*/
|
||||
public Recruitment(String alias) {
|
||||
this(DSL.name(alias), RECRUITMENT);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an aliased <code>metrics.recruitment</code> table reference
|
||||
*/
|
||||
public Recruitment(Name alias) {
|
||||
this(alias, RECRUITMENT);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create a <code>metrics.recruitment</code> table reference
|
||||
*/
|
||||
public Recruitment() {
|
||||
this(DSL.name("recruitment"), null);
|
||||
}
|
||||
|
||||
public <O extends Record> Recruitment(Table<O> path, ForeignKey<O, RecruitmentRecord> childPath, InverseForeignKey<O, RecruitmentRecord> parentPath) {
|
||||
super(path, childPath, parentPath, RECRUITMENT);
|
||||
}
|
||||
|
||||
/**
|
||||
* A subtype implementing {@link Path} for simplified path-based joins.
|
||||
*/
|
||||
public static class RecruitmentPath extends Recruitment implements Path<RecruitmentRecord> {
|
||||
public <O extends Record> RecruitmentPath(Table<O> path, ForeignKey<O, RecruitmentRecord> childPath, InverseForeignKey<O, RecruitmentRecord> parentPath) {
|
||||
super(path, childPath, parentPath);
|
||||
}
|
||||
private RecruitmentPath(Name alias, Table<RecruitmentRecord> aliased) {
|
||||
super(alias, aliased);
|
||||
}
|
||||
|
||||
@Override
|
||||
public RecruitmentPath as(String alias) {
|
||||
return new RecruitmentPath(DSL.name(alias), this);
|
||||
}
|
||||
|
||||
@Override
|
||||
public RecruitmentPath as(Name alias) {
|
||||
return new RecruitmentPath(alias, this);
|
||||
}
|
||||
|
||||
@Override
|
||||
public RecruitmentPath as(Table<?> alias) {
|
||||
return new RecruitmentPath(alias.getQualifiedName(), this);
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public Schema getSchema() {
|
||||
return aliased() ? null : Metrics.METRICS;
|
||||
}
|
||||
|
||||
@Override
|
||||
public UniqueKey<RecruitmentRecord> getPrimaryKey() {
|
||||
return Keys.RECRUITMENT_PKEY;
|
||||
}
|
||||
|
||||
@Override
|
||||
public List<UniqueKey<RecruitmentRecord>> getUniqueKeys() {
|
||||
return Arrays.asList(Keys.RECRUITMENT_IDM_ID_KEY);
|
||||
}
|
||||
|
||||
private transient ConvertInfoCommonResultsPath _convertInfoCommonResults;
|
||||
|
||||
/**
|
||||
* Get the implicit to-many join path to the
|
||||
* <code>metrics.convert_info_common_results</code> table
|
||||
*/
|
||||
public ConvertInfoCommonResultsPath convertInfoCommonResults() {
|
||||
if (_convertInfoCommonResults == null)
|
||||
_convertInfoCommonResults = new ConvertInfoCommonResultsPath(this, null, Keys.CONVERT_INFO_COMMON_RESULTS__FK_CONV_INFO_RECORDS_FROM_EASU_RECRUITMENT_ID.getInverseKey());
|
||||
|
||||
return _convertInfoCommonResults;
|
||||
}
|
||||
|
||||
private transient ConvertInfoComparisonCsvXmlPath _convertInfoComparisonCsvXml;
|
||||
|
||||
/**
|
||||
* Get the implicit to-many join path to the
|
||||
* <code>metrics.convert_info_comparison_csv_xml</code> table
|
||||
*/
|
||||
public ConvertInfoComparisonCsvXmlPath convertInfoComparisonCsvXml() {
|
||||
if (_convertInfoComparisonCsvXml == null)
|
||||
_convertInfoComparisonCsvXml = new ConvertInfoComparisonCsvXmlPath(this, null, Keys.CONVERT_INFO_COMPARISON_CSV_XML__FK_CONV_INFO_RECORDS_FROM_EASU_RECRUITMENT_ID.getInverseKey());
|
||||
|
||||
return _convertInfoComparisonCsvXml;
|
||||
}
|
||||
|
||||
private transient ConvertInfoLoadedRecordsPath _convertInfoLoadedRecords;
|
||||
|
||||
/**
|
||||
* Get the implicit to-many join path to the
|
||||
* <code>metrics.convert_info_loaded_records</code> table
|
||||
*/
|
||||
public ConvertInfoLoadedRecordsPath convertInfoLoadedRecords() {
|
||||
if (_convertInfoLoadedRecords == null)
|
||||
_convertInfoLoadedRecords = new ConvertInfoLoadedRecordsPath(this, null, Keys.CONVERT_INFO_LOADED_RECORDS__FK_CONV_INFO_RECORDS_FROM_EASU_RECRUITMENT_ID.getInverseKey());
|
||||
|
||||
return _convertInfoLoadedRecords;
|
||||
}
|
||||
|
||||
private transient ConvertInfoNotIdentifitedRecordsPath _convertInfoNotIdentifitedRecords;
|
||||
|
||||
/**
|
||||
* Get the implicit to-many join path to the
|
||||
* <code>metrics.convert_info_not_identifited_records</code> table
|
||||
*/
|
||||
public ConvertInfoNotIdentifitedRecordsPath convertInfoNotIdentifitedRecords() {
|
||||
if (_convertInfoNotIdentifitedRecords == null)
|
||||
_convertInfoNotIdentifitedRecords = new ConvertInfoNotIdentifitedRecordsPath(this, null, Keys.CONVERT_INFO_NOT_IDENTIFITED_RECORDS__FK_CONV_INFO_RECORDS_FROM_EASU_RECRUITMENT_ID.getInverseKey());
|
||||
|
||||
return _convertInfoNotIdentifitedRecords;
|
||||
}
|
||||
|
||||
private transient ConvertInfoRecordsFromEasuPath _convertInfoRecordsFromEasu;
|
||||
|
||||
/**
|
||||
* Get the implicit to-many join path to the
|
||||
* <code>metrics.convert_info_records_from_easu</code> table
|
||||
*/
|
||||
public ConvertInfoRecordsFromEasuPath convertInfoRecordsFromEasu() {
|
||||
if (_convertInfoRecordsFromEasu == null)
|
||||
_convertInfoRecordsFromEasu = new ConvertInfoRecordsFromEasuPath(this, null, Keys.CONVERT_INFO_RECORDS_FROM_EASU__FK_CONV_INFO_RECORDS_FROM_EASU_RECRUITMENT_ID.getInverseKey());
|
||||
|
||||
return _convertInfoRecordsFromEasu;
|
||||
}
|
||||
|
||||
private transient ConvertInfoSentToLkEpguPath _convertInfoSentToLkEpgu;
|
||||
|
||||
/**
|
||||
* Get the implicit to-many join path to the
|
||||
* <code>metrics.convert_info_sent_to_lk_epgu</code> table
|
||||
*/
|
||||
public ConvertInfoSentToLkEpguPath convertInfoSentToLkEpgu() {
|
||||
if (_convertInfoSentToLkEpgu == null)
|
||||
_convertInfoSentToLkEpgu = new ConvertInfoSentToLkEpguPath(this, null, Keys.CONVERT_INFO_SENT_TO_LK_EPGU__FK_CONV_INFO_RECORDS_FROM_EASU_RECRUITMENT_ID.getInverseKey());
|
||||
|
||||
return _convertInfoSentToLkEpgu;
|
||||
}
|
||||
|
||||
@Override
|
||||
public Recruitment as(String alias) {
|
||||
return new Recruitment(DSL.name(alias), this);
|
||||
}
|
||||
|
||||
@Override
|
||||
public Recruitment as(Name alias) {
|
||||
return new Recruitment(alias, this);
|
||||
}
|
||||
|
||||
@Override
|
||||
public Recruitment as(Table<?> alias) {
|
||||
return new Recruitment(alias.getQualifiedName(), this);
|
||||
}
|
||||
|
||||
/**
|
||||
* Rename this table
|
||||
*/
|
||||
@Override
|
||||
public Recruitment rename(String name) {
|
||||
return new Recruitment(DSL.name(name), null);
|
||||
}
|
||||
|
||||
/**
|
||||
* Rename this table
|
||||
*/
|
||||
@Override
|
||||
public Recruitment rename(Name name) {
|
||||
return new Recruitment(name, null);
|
||||
}
|
||||
|
||||
/**
|
||||
* Rename this table
|
||||
*/
|
||||
@Override
|
||||
public Recruitment rename(Table<?> name) {
|
||||
return new Recruitment(name.getQualifiedName(), null);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
public Recruitment where(Condition condition) {
|
||||
return new Recruitment(getQualifiedName(), aliased() ? this : null, null, condition);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
public Recruitment where(Collection<? extends Condition> conditions) {
|
||||
return where(DSL.and(conditions));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
public Recruitment where(Condition... conditions) {
|
||||
return where(DSL.and(conditions));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
public Recruitment where(Field<Boolean> condition) {
|
||||
return where(DSL.condition(condition));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
@PlainSQL
|
||||
public Recruitment where(SQL condition) {
|
||||
return where(DSL.condition(condition));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
@PlainSQL
|
||||
public Recruitment where(@Stringly.SQL String condition) {
|
||||
return where(DSL.condition(condition));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
@PlainSQL
|
||||
public Recruitment where(@Stringly.SQL String condition, Object... binds) {
|
||||
return where(DSL.condition(condition, binds));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
@PlainSQL
|
||||
public Recruitment where(@Stringly.SQL String condition, QueryPart... parts) {
|
||||
return where(DSL.condition(condition, parts));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
public Recruitment whereExists(Select<?> select) {
|
||||
return where(DSL.exists(select));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
public Recruitment whereNotExists(Select<?> select) {
|
||||
return where(DSL.notExists(select));
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,183 @@
|
|||
/*
|
||||
* This file is generated by jOOQ.
|
||||
*/
|
||||
package ervu_dashboard.ervu_dashboard.db_beans.metrics.tables.records;
|
||||
|
||||
|
||||
import ervu_dashboard.ervu_dashboard.db_beans.metrics.tables.ConvertInfoCommonResults;
|
||||
|
||||
import java.sql.Date;
|
||||
import java.sql.Timestamp;
|
||||
import java.util.UUID;
|
||||
|
||||
import org.jooq.Record1;
|
||||
import org.jooq.impl.UpdatableRecordImpl;
|
||||
|
||||
|
||||
/**
|
||||
* Конвертация. Результаты
|
||||
*/
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class ConvertInfoCommonResultsRecord extends UpdatableRecordImpl<ConvertInfoCommonResultsRecord> {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
/**
|
||||
* Setter for
|
||||
* <code>metrics.convert_info_common_results.convert_info_common_results_id</code>.
|
||||
*/
|
||||
public void setConvertInfoCommonResultsId(Long value) {
|
||||
set(0, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Getter for
|
||||
* <code>metrics.convert_info_common_results.convert_info_common_results_id</code>.
|
||||
*/
|
||||
public Long getConvertInfoCommonResultsId() {
|
||||
return (Long) get(0);
|
||||
}
|
||||
|
||||
/**
|
||||
* Setter for
|
||||
* <code>metrics.convert_info_common_results.recruitment_id</code>.
|
||||
*/
|
||||
public void setRecruitmentId(UUID value) {
|
||||
set(1, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Getter for
|
||||
* <code>metrics.convert_info_common_results.recruitment_id</code>.
|
||||
*/
|
||||
public UUID getRecruitmentId() {
|
||||
return (UUID) get(1);
|
||||
}
|
||||
|
||||
/**
|
||||
* Setter for <code>metrics.convert_info_common_results.update_date</code>.
|
||||
*/
|
||||
public void setUpdateDate(Timestamp value) {
|
||||
set(2, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Getter for <code>metrics.convert_info_common_results.update_date</code>.
|
||||
*/
|
||||
public Timestamp getUpdateDate() {
|
||||
return (Timestamp) get(2);
|
||||
}
|
||||
|
||||
/**
|
||||
* Setter for <code>metrics.convert_info_common_results.info_date</code>.
|
||||
*/
|
||||
public void setInfoDate(Date value) {
|
||||
set(3, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Getter for <code>metrics.convert_info_common_results.info_date</code>.
|
||||
*/
|
||||
public Date getInfoDate() {
|
||||
return (Date) get(3);
|
||||
}
|
||||
|
||||
/**
|
||||
* Setter for
|
||||
* <code>metrics.convert_info_common_results.count_confirmed</code>.
|
||||
*/
|
||||
public void setCountConfirmed(Long value) {
|
||||
set(4, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Getter for
|
||||
* <code>metrics.convert_info_common_results.count_confirmed</code>.
|
||||
*/
|
||||
public Long getCountConfirmed() {
|
||||
return (Long) get(4);
|
||||
}
|
||||
|
||||
/**
|
||||
* Setter for <code>metrics.convert_info_common_results.count_signed</code>.
|
||||
*/
|
||||
public void setCountSigned(Long value) {
|
||||
set(5, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Getter for <code>metrics.convert_info_common_results.count_signed</code>.
|
||||
*/
|
||||
public Long getCountSigned() {
|
||||
return (Long) get(5);
|
||||
}
|
||||
|
||||
/**
|
||||
* Setter for
|
||||
* <code>metrics.convert_info_common_results.count_manual_convert</code>.
|
||||
*/
|
||||
public void setCountManualConvert(Long value) {
|
||||
set(6, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Getter for
|
||||
* <code>metrics.convert_info_common_results.count_manual_convert</code>.
|
||||
*/
|
||||
public Long getCountManualConvert() {
|
||||
return (Long) get(6);
|
||||
}
|
||||
|
||||
/**
|
||||
* Setter for
|
||||
* <code>metrics.convert_info_common_results.count_canceled</code>.
|
||||
*/
|
||||
public void setCountCanceled(Long value) {
|
||||
set(7, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Getter for
|
||||
* <code>metrics.convert_info_common_results.count_canceled</code>.
|
||||
*/
|
||||
public Long getCountCanceled() {
|
||||
return (Long) get(7);
|
||||
}
|
||||
|
||||
// -------------------------------------------------------------------------
|
||||
// Primary key information
|
||||
// -------------------------------------------------------------------------
|
||||
|
||||
@Override
|
||||
public Record1<Long> key() {
|
||||
return (Record1) super.key();
|
||||
}
|
||||
|
||||
// -------------------------------------------------------------------------
|
||||
// Constructors
|
||||
// -------------------------------------------------------------------------
|
||||
|
||||
/**
|
||||
* Create a detached ConvertInfoCommonResultsRecord
|
||||
*/
|
||||
public ConvertInfoCommonResultsRecord() {
|
||||
super(ConvertInfoCommonResults.CONVERT_INFO_COMMON_RESULTS);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create a detached, initialised ConvertInfoCommonResultsRecord
|
||||
*/
|
||||
public ConvertInfoCommonResultsRecord(Long convertInfoCommonResultsId, UUID recruitmentId, Timestamp updateDate, Date infoDate, Long countConfirmed, Long countSigned, Long countManualConvert, Long countCanceled) {
|
||||
super(ConvertInfoCommonResults.CONVERT_INFO_COMMON_RESULTS);
|
||||
|
||||
setConvertInfoCommonResultsId(convertInfoCommonResultsId);
|
||||
setRecruitmentId(recruitmentId);
|
||||
setUpdateDate(updateDate);
|
||||
setInfoDate(infoDate);
|
||||
setCountConfirmed(countConfirmed);
|
||||
setCountSigned(countSigned);
|
||||
setCountManualConvert(countManualConvert);
|
||||
setCountCanceled(countCanceled);
|
||||
resetChangedOnNotNull();
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,155 @@
|
|||
/*
|
||||
* This file is generated by jOOQ.
|
||||
*/
|
||||
package ervu_dashboard.ervu_dashboard.db_beans.metrics.tables.records;
|
||||
|
||||
|
||||
import ervu_dashboard.ervu_dashboard.db_beans.metrics.tables.ConvertInfoComparisonCsvXml;
|
||||
|
||||
import java.sql.Date;
|
||||
import java.sql.Timestamp;
|
||||
import java.util.UUID;
|
||||
|
||||
import org.jooq.Record1;
|
||||
import org.jooq.impl.UpdatableRecordImpl;
|
||||
|
||||
|
||||
/**
|
||||
* Конвертация. Результат сопоставления файлов
|
||||
*/
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class ConvertInfoComparisonCsvXmlRecord extends UpdatableRecordImpl<ConvertInfoComparisonCsvXmlRecord> {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
/**
|
||||
* Setter for
|
||||
* <code>metrics.convert_info_comparison_csv_xml.convert_info_comparison_csv_xml_id</code>.
|
||||
*/
|
||||
public void setConvertInfoComparisonCsvXmlId(Long value) {
|
||||
set(0, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Getter for
|
||||
* <code>metrics.convert_info_comparison_csv_xml.convert_info_comparison_csv_xml_id</code>.
|
||||
*/
|
||||
public Long getConvertInfoComparisonCsvXmlId() {
|
||||
return (Long) get(0);
|
||||
}
|
||||
|
||||
/**
|
||||
* Setter for
|
||||
* <code>metrics.convert_info_comparison_csv_xml.recruitment_id</code>.
|
||||
*/
|
||||
public void setRecruitmentId(UUID value) {
|
||||
set(1, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Getter for
|
||||
* <code>metrics.convert_info_comparison_csv_xml.recruitment_id</code>.
|
||||
*/
|
||||
public UUID getRecruitmentId() {
|
||||
return (UUID) get(1);
|
||||
}
|
||||
|
||||
/**
|
||||
* Setter for
|
||||
* <code>metrics.convert_info_comparison_csv_xml.update_date</code>.
|
||||
*/
|
||||
public void setUpdateDate(Timestamp value) {
|
||||
set(2, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Getter for
|
||||
* <code>metrics.convert_info_comparison_csv_xml.update_date</code>.
|
||||
*/
|
||||
public Timestamp getUpdateDate() {
|
||||
return (Timestamp) get(2);
|
||||
}
|
||||
|
||||
/**
|
||||
* Setter for
|
||||
* <code>metrics.convert_info_comparison_csv_xml.info_date</code>.
|
||||
*/
|
||||
public void setInfoDate(Date value) {
|
||||
set(3, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Getter for
|
||||
* <code>metrics.convert_info_comparison_csv_xml.info_date</code>.
|
||||
*/
|
||||
public Date getInfoDate() {
|
||||
return (Date) get(3);
|
||||
}
|
||||
|
||||
/**
|
||||
* Setter for
|
||||
* <code>metrics.convert_info_comparison_csv_xml.count_xml_formed</code>.
|
||||
*/
|
||||
public void setCountXmlFormed(Long value) {
|
||||
set(4, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Getter for
|
||||
* <code>metrics.convert_info_comparison_csv_xml.count_xml_formed</code>.
|
||||
*/
|
||||
public Long getCountXmlFormed() {
|
||||
return (Long) get(4);
|
||||
}
|
||||
|
||||
/**
|
||||
* Setter for
|
||||
* <code>metrics.convert_info_comparison_csv_xml.count_csv</code>.
|
||||
*/
|
||||
public void setCountCsv(Long value) {
|
||||
set(5, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Getter for
|
||||
* <code>metrics.convert_info_comparison_csv_xml.count_csv</code>.
|
||||
*/
|
||||
public Long getCountCsv() {
|
||||
return (Long) get(5);
|
||||
}
|
||||
|
||||
// -------------------------------------------------------------------------
|
||||
// Primary key information
|
||||
// -------------------------------------------------------------------------
|
||||
|
||||
@Override
|
||||
public Record1<Long> key() {
|
||||
return (Record1) super.key();
|
||||
}
|
||||
|
||||
// -------------------------------------------------------------------------
|
||||
// Constructors
|
||||
// -------------------------------------------------------------------------
|
||||
|
||||
/**
|
||||
* Create a detached ConvertInfoComparisonCsvXmlRecord
|
||||
*/
|
||||
public ConvertInfoComparisonCsvXmlRecord() {
|
||||
super(ConvertInfoComparisonCsvXml.CONVERT_INFO_COMPARISON_CSV_XML);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create a detached, initialised ConvertInfoComparisonCsvXmlRecord
|
||||
*/
|
||||
public ConvertInfoComparisonCsvXmlRecord(Long convertInfoComparisonCsvXmlId, UUID recruitmentId, Timestamp updateDate, Date infoDate, Long countXmlFormed, Long countCsv) {
|
||||
super(ConvertInfoComparisonCsvXml.CONVERT_INFO_COMPARISON_CSV_XML);
|
||||
|
||||
setConvertInfoComparisonCsvXmlId(convertInfoComparisonCsvXmlId);
|
||||
setRecruitmentId(recruitmentId);
|
||||
setUpdateDate(updateDate);
|
||||
setInfoDate(infoDate);
|
||||
setCountXmlFormed(countXmlFormed);
|
||||
setCountCsv(countCsv);
|
||||
resetChangedOnNotNull();
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,149 @@
|
|||
/*
|
||||
* This file is generated by jOOQ.
|
||||
*/
|
||||
package ervu_dashboard.ervu_dashboard.db_beans.metrics.tables.records;
|
||||
|
||||
|
||||
import ervu_dashboard.ervu_dashboard.db_beans.metrics.tables.ConvertInfoLoadedRecords;
|
||||
|
||||
import java.sql.Date;
|
||||
import java.sql.Timestamp;
|
||||
import java.util.UUID;
|
||||
|
||||
import org.jooq.Record1;
|
||||
import org.jooq.impl.UpdatableRecordImpl;
|
||||
|
||||
|
||||
/**
|
||||
* загрузка записей в ГИС ЕРВУ
|
||||
*/
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class ConvertInfoLoadedRecordsRecord extends UpdatableRecordImpl<ConvertInfoLoadedRecordsRecord> {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
/**
|
||||
* Setter for
|
||||
* <code>metrics.convert_info_loaded_records.convert_info_loaded_records_id</code>.
|
||||
*/
|
||||
public void setConvertInfoLoadedRecordsId(Long value) {
|
||||
set(0, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Getter for
|
||||
* <code>metrics.convert_info_loaded_records.convert_info_loaded_records_id</code>.
|
||||
*/
|
||||
public Long getConvertInfoLoadedRecordsId() {
|
||||
return (Long) get(0);
|
||||
}
|
||||
|
||||
/**
|
||||
* Setter for
|
||||
* <code>metrics.convert_info_loaded_records.recruitment_id</code>.
|
||||
*/
|
||||
public void setRecruitmentId(UUID value) {
|
||||
set(1, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Getter for
|
||||
* <code>metrics.convert_info_loaded_records.recruitment_id</code>.
|
||||
*/
|
||||
public UUID getRecruitmentId() {
|
||||
return (UUID) get(1);
|
||||
}
|
||||
|
||||
/**
|
||||
* Setter for <code>metrics.convert_info_loaded_records.update_date</code>.
|
||||
*/
|
||||
public void setUpdateDate(Timestamp value) {
|
||||
set(2, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Getter for <code>metrics.convert_info_loaded_records.update_date</code>.
|
||||
*/
|
||||
public Timestamp getUpdateDate() {
|
||||
return (Timestamp) get(2);
|
||||
}
|
||||
|
||||
/**
|
||||
* Setter for <code>metrics.convert_info_loaded_records.info_date</code>.
|
||||
*/
|
||||
public void setInfoDate(Date value) {
|
||||
set(3, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Getter for <code>metrics.convert_info_loaded_records.info_date</code>.
|
||||
*/
|
||||
public Date getInfoDate() {
|
||||
return (Date) get(3);
|
||||
}
|
||||
|
||||
/**
|
||||
* Setter for
|
||||
* <code>metrics.convert_info_loaded_records.count_success</code>.
|
||||
*/
|
||||
public void setCountSuccess(Long value) {
|
||||
set(4, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Getter for
|
||||
* <code>metrics.convert_info_loaded_records.count_success</code>.
|
||||
*/
|
||||
public Long getCountSuccess() {
|
||||
return (Long) get(4);
|
||||
}
|
||||
|
||||
/**
|
||||
* Setter for <code>metrics.convert_info_loaded_records.count_error</code>.
|
||||
*/
|
||||
public void setCountError(Long value) {
|
||||
set(5, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Getter for <code>metrics.convert_info_loaded_records.count_error</code>.
|
||||
*/
|
||||
public Long getCountError() {
|
||||
return (Long) get(5);
|
||||
}
|
||||
|
||||
// -------------------------------------------------------------------------
|
||||
// Primary key information
|
||||
// -------------------------------------------------------------------------
|
||||
|
||||
@Override
|
||||
public Record1<Long> key() {
|
||||
return (Record1) super.key();
|
||||
}
|
||||
|
||||
// -------------------------------------------------------------------------
|
||||
// Constructors
|
||||
// -------------------------------------------------------------------------
|
||||
|
||||
/**
|
||||
* Create a detached ConvertInfoLoadedRecordsRecord
|
||||
*/
|
||||
public ConvertInfoLoadedRecordsRecord() {
|
||||
super(ConvertInfoLoadedRecords.CONVERT_INFO_LOADED_RECORDS);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create a detached, initialised ConvertInfoLoadedRecordsRecord
|
||||
*/
|
||||
public ConvertInfoLoadedRecordsRecord(Long convertInfoLoadedRecordsId, UUID recruitmentId, Timestamp updateDate, Date infoDate, Long countSuccess, Long countError) {
|
||||
super(ConvertInfoLoadedRecords.CONVERT_INFO_LOADED_RECORDS);
|
||||
|
||||
setConvertInfoLoadedRecordsId(convertInfoLoadedRecordsId);
|
||||
setRecruitmentId(recruitmentId);
|
||||
setUpdateDate(updateDate);
|
||||
setInfoDate(infoDate);
|
||||
setCountSuccess(countSuccess);
|
||||
setCountError(countError);
|
||||
resetChangedOnNotNull();
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,155 @@
|
|||
/*
|
||||
* This file is generated by jOOQ.
|
||||
*/
|
||||
package ervu_dashboard.ervu_dashboard.db_beans.metrics.tables.records;
|
||||
|
||||
|
||||
import ervu_dashboard.ervu_dashboard.db_beans.metrics.tables.ConvertInfoNotIdentifitedRecords;
|
||||
|
||||
import java.sql.Date;
|
||||
import java.sql.Timestamp;
|
||||
import java.util.UUID;
|
||||
|
||||
import org.jooq.Record1;
|
||||
import org.jooq.impl.UpdatableRecordImpl;
|
||||
|
||||
|
||||
/**
|
||||
* записи неидентифицированные в ГИР ВУ
|
||||
*/
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class ConvertInfoNotIdentifitedRecordsRecord extends UpdatableRecordImpl<ConvertInfoNotIdentifitedRecordsRecord> {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
/**
|
||||
* Setter for
|
||||
* <code>metrics.convert_info_not_identifited_records.convert_info_not_identifited_records_id</code>.
|
||||
*/
|
||||
public void setConvertInfoNotIdentifitedRecordsId(Long value) {
|
||||
set(0, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Getter for
|
||||
* <code>metrics.convert_info_not_identifited_records.convert_info_not_identifited_records_id</code>.
|
||||
*/
|
||||
public Long getConvertInfoNotIdentifitedRecordsId() {
|
||||
return (Long) get(0);
|
||||
}
|
||||
|
||||
/**
|
||||
* Setter for
|
||||
* <code>metrics.convert_info_not_identifited_records.recruitment_id</code>.
|
||||
*/
|
||||
public void setRecruitmentId(UUID value) {
|
||||
set(1, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Getter for
|
||||
* <code>metrics.convert_info_not_identifited_records.recruitment_id</code>.
|
||||
*/
|
||||
public UUID getRecruitmentId() {
|
||||
return (UUID) get(1);
|
||||
}
|
||||
|
||||
/**
|
||||
* Setter for
|
||||
* <code>metrics.convert_info_not_identifited_records.update_date</code>.
|
||||
*/
|
||||
public void setUpdateDate(Timestamp value) {
|
||||
set(2, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Getter for
|
||||
* <code>metrics.convert_info_not_identifited_records.update_date</code>.
|
||||
*/
|
||||
public Timestamp getUpdateDate() {
|
||||
return (Timestamp) get(2);
|
||||
}
|
||||
|
||||
/**
|
||||
* Setter for
|
||||
* <code>metrics.convert_info_not_identifited_records.info_date</code>.
|
||||
*/
|
||||
public void setInfoDate(Date value) {
|
||||
set(3, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Getter for
|
||||
* <code>metrics.convert_info_not_identifited_records.info_date</code>.
|
||||
*/
|
||||
public Date getInfoDate() {
|
||||
return (Date) get(3);
|
||||
}
|
||||
|
||||
/**
|
||||
* Setter for
|
||||
* <code>metrics.convert_info_not_identifited_records.count_not_in_csv</code>.
|
||||
*/
|
||||
public void setCountNotInCsv(Long value) {
|
||||
set(4, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Getter for
|
||||
* <code>metrics.convert_info_not_identifited_records.count_not_in_csv</code>.
|
||||
*/
|
||||
public Long getCountNotInCsv() {
|
||||
return (Long) get(4);
|
||||
}
|
||||
|
||||
/**
|
||||
* Setter for
|
||||
* <code>metrics.convert_info_not_identifited_records.count_not_in_xml</code>.
|
||||
*/
|
||||
public void setCountNotInXml(Long value) {
|
||||
set(5, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Getter for
|
||||
* <code>metrics.convert_info_not_identifited_records.count_not_in_xml</code>.
|
||||
*/
|
||||
public Long getCountNotInXml() {
|
||||
return (Long) get(5);
|
||||
}
|
||||
|
||||
// -------------------------------------------------------------------------
|
||||
// Primary key information
|
||||
// -------------------------------------------------------------------------
|
||||
|
||||
@Override
|
||||
public Record1<Long> key() {
|
||||
return (Record1) super.key();
|
||||
}
|
||||
|
||||
// -------------------------------------------------------------------------
|
||||
// Constructors
|
||||
// -------------------------------------------------------------------------
|
||||
|
||||
/**
|
||||
* Create a detached ConvertInfoNotIdentifitedRecordsRecord
|
||||
*/
|
||||
public ConvertInfoNotIdentifitedRecordsRecord() {
|
||||
super(ConvertInfoNotIdentifitedRecords.CONVERT_INFO_NOT_IDENTIFITED_RECORDS);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create a detached, initialised ConvertInfoNotIdentifitedRecordsRecord
|
||||
*/
|
||||
public ConvertInfoNotIdentifitedRecordsRecord(Long convertInfoNotIdentifitedRecordsId, UUID recruitmentId, Timestamp updateDate, Date infoDate, Long countNotInCsv, Long countNotInXml) {
|
||||
super(ConvertInfoNotIdentifitedRecords.CONVERT_INFO_NOT_IDENTIFITED_RECORDS);
|
||||
|
||||
setConvertInfoNotIdentifitedRecordsId(convertInfoNotIdentifitedRecordsId);
|
||||
setRecruitmentId(recruitmentId);
|
||||
setUpdateDate(updateDate);
|
||||
setInfoDate(infoDate);
|
||||
setCountNotInCsv(countNotInCsv);
|
||||
setCountNotInXml(countNotInXml);
|
||||
resetChangedOnNotNull();
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,168 @@
|
|||
/*
|
||||
* This file is generated by jOOQ.
|
||||
*/
|
||||
package ervu_dashboard.ervu_dashboard.db_beans.metrics.tables.records;
|
||||
|
||||
|
||||
import ervu_dashboard.ervu_dashboard.db_beans.metrics.tables.ConvertInfoRecordsFromEasu;
|
||||
|
||||
import java.sql.Date;
|
||||
import java.sql.Timestamp;
|
||||
import java.util.UUID;
|
||||
|
||||
import org.jooq.Record1;
|
||||
import org.jooq.impl.UpdatableRecordImpl;
|
||||
|
||||
|
||||
/**
|
||||
* Загрузка Данных из ЕАСУ "ГОризонт-М"
|
||||
*/
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class ConvertInfoRecordsFromEasuRecord extends UpdatableRecordImpl<ConvertInfoRecordsFromEasuRecord> {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
/**
|
||||
* Setter for
|
||||
* <code>metrics.convert_info_records_from_easu.convert_info_records_from_easu_id</code>.
|
||||
*/
|
||||
public void setConvertInfoRecordsFromEasuId(Long value) {
|
||||
set(0, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Getter for
|
||||
* <code>metrics.convert_info_records_from_easu.convert_info_records_from_easu_id</code>.
|
||||
*/
|
||||
public Long getConvertInfoRecordsFromEasuId() {
|
||||
return (Long) get(0);
|
||||
}
|
||||
|
||||
/**
|
||||
* Setter for
|
||||
* <code>metrics.convert_info_records_from_easu.recruitment_id</code>.
|
||||
*/
|
||||
public void setRecruitmentId(UUID value) {
|
||||
set(1, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Getter for
|
||||
* <code>metrics.convert_info_records_from_easu.recruitment_id</code>.
|
||||
*/
|
||||
public UUID getRecruitmentId() {
|
||||
return (UUID) get(1);
|
||||
}
|
||||
|
||||
/**
|
||||
* Setter for
|
||||
* <code>metrics.convert_info_records_from_easu.update_date</code>.
|
||||
*/
|
||||
public void setUpdateDate(Timestamp value) {
|
||||
set(2, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Getter for
|
||||
* <code>metrics.convert_info_records_from_easu.update_date</code>.
|
||||
*/
|
||||
public Timestamp getUpdateDate() {
|
||||
return (Timestamp) get(2);
|
||||
}
|
||||
|
||||
/**
|
||||
* Setter for <code>metrics.convert_info_records_from_easu.info_date</code>.
|
||||
*/
|
||||
public void setInfoDate(Date value) {
|
||||
set(3, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Getter for <code>metrics.convert_info_records_from_easu.info_date</code>.
|
||||
*/
|
||||
public Date getInfoDate() {
|
||||
return (Date) get(3);
|
||||
}
|
||||
|
||||
/**
|
||||
* Setter for <code>metrics.convert_info_records_from_easu.count_all</code>.
|
||||
*/
|
||||
public void setCountAll(Long value) {
|
||||
set(4, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Getter for <code>metrics.convert_info_records_from_easu.count_all</code>.
|
||||
*/
|
||||
public Long getCountAll() {
|
||||
return (Long) get(4);
|
||||
}
|
||||
|
||||
/**
|
||||
* Setter for
|
||||
* <code>metrics.convert_info_records_from_easu.count_unique</code>.
|
||||
*/
|
||||
public void setCountUnique(Long value) {
|
||||
set(5, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Getter for
|
||||
* <code>metrics.convert_info_records_from_easu.count_unique</code>.
|
||||
*/
|
||||
public Long getCountUnique() {
|
||||
return (Long) get(5);
|
||||
}
|
||||
|
||||
/**
|
||||
* Setter for
|
||||
* <code>metrics.convert_info_records_from_easu.count_identified</code>.
|
||||
*/
|
||||
public void setCountIdentified(Long value) {
|
||||
set(6, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Getter for
|
||||
* <code>metrics.convert_info_records_from_easu.count_identified</code>.
|
||||
*/
|
||||
public Long getCountIdentified() {
|
||||
return (Long) get(6);
|
||||
}
|
||||
|
||||
// -------------------------------------------------------------------------
|
||||
// Primary key information
|
||||
// -------------------------------------------------------------------------
|
||||
|
||||
@Override
|
||||
public Record1<Long> key() {
|
||||
return (Record1) super.key();
|
||||
}
|
||||
|
||||
// -------------------------------------------------------------------------
|
||||
// Constructors
|
||||
// -------------------------------------------------------------------------
|
||||
|
||||
/**
|
||||
* Create a detached ConvertInfoRecordsFromEasuRecord
|
||||
*/
|
||||
public ConvertInfoRecordsFromEasuRecord() {
|
||||
super(ConvertInfoRecordsFromEasu.CONVERT_INFO_RECORDS_FROM_EASU);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create a detached, initialised ConvertInfoRecordsFromEasuRecord
|
||||
*/
|
||||
public ConvertInfoRecordsFromEasuRecord(Long convertInfoRecordsFromEasuId, UUID recruitmentId, Timestamp updateDate, Date infoDate, Long countAll, Long countUnique, Long countIdentified) {
|
||||
super(ConvertInfoRecordsFromEasu.CONVERT_INFO_RECORDS_FROM_EASU);
|
||||
|
||||
setConvertInfoRecordsFromEasuId(convertInfoRecordsFromEasuId);
|
||||
setRecruitmentId(recruitmentId);
|
||||
setUpdateDate(updateDate);
|
||||
setInfoDate(infoDate);
|
||||
setCountAll(countAll);
|
||||
setCountUnique(countUnique);
|
||||
setCountIdentified(countIdentified);
|
||||
resetChangedOnNotNull();
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,234 @@
|
|||
/*
|
||||
* This file is generated by jOOQ.
|
||||
*/
|
||||
package ervu_dashboard.ervu_dashboard.db_beans.metrics.tables.records;
|
||||
|
||||
|
||||
import ervu_dashboard.ervu_dashboard.db_beans.metrics.tables.ConvertInfoSentToLkEpgu;
|
||||
|
||||
import java.sql.Date;
|
||||
import java.sql.Timestamp;
|
||||
import java.util.UUID;
|
||||
|
||||
import org.jooq.Record1;
|
||||
import org.jooq.impl.UpdatableRecordImpl;
|
||||
|
||||
|
||||
/**
|
||||
* Конвертация. ДОставка уведомлений в ЛК на ЕПГУ
|
||||
*/
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class ConvertInfoSentToLkEpguRecord extends UpdatableRecordImpl<ConvertInfoSentToLkEpguRecord> {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
/**
|
||||
* Setter for
|
||||
* <code>metrics.convert_info_sent_to_lk_epgu.convert_info_sent_to_lk_epgu_id</code>.
|
||||
*/
|
||||
public void setConvertInfoSentToLkEpguId(Long value) {
|
||||
set(0, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Getter for
|
||||
* <code>metrics.convert_info_sent_to_lk_epgu.convert_info_sent_to_lk_epgu_id</code>.
|
||||
*/
|
||||
public Long getConvertInfoSentToLkEpguId() {
|
||||
return (Long) get(0);
|
||||
}
|
||||
|
||||
/**
|
||||
* Setter for
|
||||
* <code>metrics.convert_info_sent_to_lk_epgu.recruitment_id</code>.
|
||||
*/
|
||||
public void setRecruitmentId(UUID value) {
|
||||
set(1, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Getter for
|
||||
* <code>metrics.convert_info_sent_to_lk_epgu.recruitment_id</code>.
|
||||
*/
|
||||
public UUID getRecruitmentId() {
|
||||
return (UUID) get(1);
|
||||
}
|
||||
|
||||
/**
|
||||
* Setter for <code>metrics.convert_info_sent_to_lk_epgu.update_date</code>.
|
||||
*/
|
||||
public void setUpdateDate(Timestamp value) {
|
||||
set(2, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Getter for <code>metrics.convert_info_sent_to_lk_epgu.update_date</code>.
|
||||
*/
|
||||
public Timestamp getUpdateDate() {
|
||||
return (Timestamp) get(2);
|
||||
}
|
||||
|
||||
/**
|
||||
* Setter for <code>metrics.convert_info_sent_to_lk_epgu.info_date</code>.
|
||||
*/
|
||||
public void setInfoDate(Date value) {
|
||||
set(3, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Getter for <code>metrics.convert_info_sent_to_lk_epgu.info_date</code>.
|
||||
*/
|
||||
public Date getInfoDate() {
|
||||
return (Date) get(3);
|
||||
}
|
||||
|
||||
/**
|
||||
* Setter for
|
||||
* <code>metrics.convert_info_sent_to_lk_epgu.count_status_formed</code>.
|
||||
*/
|
||||
public void setCountStatusFormed(Long value) {
|
||||
set(4, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Getter for
|
||||
* <code>metrics.convert_info_sent_to_lk_epgu.count_status_formed</code>.
|
||||
*/
|
||||
public Long getCountStatusFormed() {
|
||||
return (Long) get(4);
|
||||
}
|
||||
|
||||
/**
|
||||
* Setter for
|
||||
* <code>metrics.convert_info_sent_to_lk_epgu.count_sended</code>.
|
||||
*/
|
||||
public void setCountSended(Long value) {
|
||||
set(5, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Getter for
|
||||
* <code>metrics.convert_info_sent_to_lk_epgu.count_sended</code>.
|
||||
*/
|
||||
public Long getCountSended() {
|
||||
return (Long) get(5);
|
||||
}
|
||||
|
||||
/**
|
||||
* Setter for
|
||||
* <code>metrics.convert_info_sent_to_lk_epgu.count_delivered</code>.
|
||||
*/
|
||||
public void setCountDelivered(Long value) {
|
||||
set(6, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Getter for
|
||||
* <code>metrics.convert_info_sent_to_lk_epgu.count_delivered</code>.
|
||||
*/
|
||||
public Long getCountDelivered() {
|
||||
return (Long) get(6);
|
||||
}
|
||||
|
||||
/**
|
||||
* Setter for <code>metrics.convert_info_sent_to_lk_epgu.count_error</code>.
|
||||
*/
|
||||
public void setCountError(Long value) {
|
||||
set(7, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Getter for <code>metrics.convert_info_sent_to_lk_epgu.count_error</code>.
|
||||
*/
|
||||
public Long getCountError() {
|
||||
return (Long) get(7);
|
||||
}
|
||||
|
||||
/**
|
||||
* Setter for
|
||||
* <code>metrics.convert_info_sent_to_lk_epgu.count_viewed</code>.
|
||||
*/
|
||||
public void setCountViewed(Long value) {
|
||||
set(8, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Getter for
|
||||
* <code>metrics.convert_info_sent_to_lk_epgu.count_viewed</code>.
|
||||
*/
|
||||
public Long getCountViewed() {
|
||||
return (Long) get(8);
|
||||
}
|
||||
|
||||
/**
|
||||
* Setter for
|
||||
* <code>metrics.convert_info_sent_to_lk_epgu.count_not_viewed</code>.
|
||||
*/
|
||||
public void setCountNotViewed(Long value) {
|
||||
set(9, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Getter for
|
||||
* <code>metrics.convert_info_sent_to_lk_epgu.count_not_viewed</code>.
|
||||
*/
|
||||
public Long getCountNotViewed() {
|
||||
return (Long) get(9);
|
||||
}
|
||||
|
||||
/**
|
||||
* Setter for
|
||||
* <code>metrics.convert_info_sent_to_lk_epgu.count_status_not_formed</code>.
|
||||
*/
|
||||
public void setCountStatusNotFormed(Long value) {
|
||||
set(10, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Getter for
|
||||
* <code>metrics.convert_info_sent_to_lk_epgu.count_status_not_formed</code>.
|
||||
*/
|
||||
public Long getCountStatusNotFormed() {
|
||||
return (Long) get(10);
|
||||
}
|
||||
|
||||
// -------------------------------------------------------------------------
|
||||
// Primary key information
|
||||
// -------------------------------------------------------------------------
|
||||
|
||||
@Override
|
||||
public Record1<Long> key() {
|
||||
return (Record1) super.key();
|
||||
}
|
||||
|
||||
// -------------------------------------------------------------------------
|
||||
// Constructors
|
||||
// -------------------------------------------------------------------------
|
||||
|
||||
/**
|
||||
* Create a detached ConvertInfoSentToLkEpguRecord
|
||||
*/
|
||||
public ConvertInfoSentToLkEpguRecord() {
|
||||
super(ConvertInfoSentToLkEpgu.CONVERT_INFO_SENT_TO_LK_EPGU);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create a detached, initialised ConvertInfoSentToLkEpguRecord
|
||||
*/
|
||||
public ConvertInfoSentToLkEpguRecord(Long convertInfoSentToLkEpguId, UUID recruitmentId, Timestamp updateDate, Date infoDate, Long countStatusFormed, Long countSended, Long countDelivered, Long countError, Long countViewed, Long countNotViewed, Long countStatusNotFormed) {
|
||||
super(ConvertInfoSentToLkEpgu.CONVERT_INFO_SENT_TO_LK_EPGU);
|
||||
|
||||
setConvertInfoSentToLkEpguId(convertInfoSentToLkEpguId);
|
||||
setRecruitmentId(recruitmentId);
|
||||
setUpdateDate(updateDate);
|
||||
setInfoDate(infoDate);
|
||||
setCountStatusFormed(countStatusFormed);
|
||||
setCountSended(countSended);
|
||||
setCountDelivered(countDelivered);
|
||||
setCountError(countError);
|
||||
setCountViewed(countViewed);
|
||||
setCountNotViewed(countNotViewed);
|
||||
setCountStatusNotFormed(countStatusNotFormed);
|
||||
resetChangedOnNotNull();
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,618 @@
|
|||
/*
|
||||
* This file is generated by jOOQ.
|
||||
*/
|
||||
package ervu_dashboard.ervu_dashboard.db_beans.metrics.tables.records;
|
||||
|
||||
|
||||
import ervu_dashboard.ervu_dashboard.db_beans.metrics.tables.Recruitment;
|
||||
|
||||
import java.sql.Timestamp;
|
||||
import java.util.UUID;
|
||||
|
||||
import org.jooq.Record1;
|
||||
import org.jooq.impl.UpdatableRecordImpl;
|
||||
|
||||
|
||||
/**
|
||||
* Военный комиссариат
|
||||
*/
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class RecruitmentRecord extends UpdatableRecordImpl<RecruitmentRecord> {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
/**
|
||||
* Setter for <code>metrics.recruitment.id</code>. Идентификатор ВК
|
||||
*/
|
||||
public void setId(UUID value) {
|
||||
set(0, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Getter for <code>metrics.recruitment.id</code>. Идентификатор ВК
|
||||
*/
|
||||
public UUID getId() {
|
||||
return (UUID) get(0);
|
||||
}
|
||||
|
||||
/**
|
||||
* Setter for <code>metrics.recruitment.idm_id</code>. Идентификатор
|
||||
* организации
|
||||
*/
|
||||
public void setIdmId(String value) {
|
||||
set(1, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Getter for <code>metrics.recruitment.idm_id</code>. Идентификатор
|
||||
* организации
|
||||
*/
|
||||
public String getIdmId() {
|
||||
return (String) get(1);
|
||||
}
|
||||
|
||||
/**
|
||||
* Setter for <code>metrics.recruitment.parent_id</code>. Идентификатор
|
||||
* вышестоящей организации
|
||||
*/
|
||||
public void setParentId(String value) {
|
||||
set(2, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Getter for <code>metrics.recruitment.parent_id</code>. Идентификатор
|
||||
* вышестоящей организации
|
||||
*/
|
||||
public String getParentId() {
|
||||
return (String) get(2);
|
||||
}
|
||||
|
||||
/**
|
||||
* Setter for <code>metrics.recruitment.version</code>. Версия записи
|
||||
*/
|
||||
public void setVersion(Integer value) {
|
||||
set(3, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Getter for <code>metrics.recruitment.version</code>. Версия записи
|
||||
*/
|
||||
public Integer getVersion() {
|
||||
return (Integer) get(3);
|
||||
}
|
||||
|
||||
/**
|
||||
* Setter for <code>metrics.recruitment.created_at</code>. Дата создания
|
||||
*/
|
||||
public void setCreatedAt(Timestamp value) {
|
||||
set(4, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Getter for <code>metrics.recruitment.created_at</code>. Дата создания
|
||||
*/
|
||||
public Timestamp getCreatedAt() {
|
||||
return (Timestamp) get(4);
|
||||
}
|
||||
|
||||
/**
|
||||
* Setter for <code>metrics.recruitment.updated_at</code>. Дата обновления
|
||||
*/
|
||||
public void setUpdatedAt(Timestamp value) {
|
||||
set(5, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Getter for <code>metrics.recruitment.updated_at</code>. Дата обновления
|
||||
*/
|
||||
public Timestamp getUpdatedAt() {
|
||||
return (Timestamp) get(5);
|
||||
}
|
||||
|
||||
/**
|
||||
* Setter for <code>metrics.recruitment.schema</code>. Схема
|
||||
*/
|
||||
public void setSchema(String value) {
|
||||
set(6, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Getter for <code>metrics.recruitment.schema</code>. Схема
|
||||
*/
|
||||
public String getSchema() {
|
||||
return (String) get(6);
|
||||
}
|
||||
|
||||
/**
|
||||
* Setter for <code>metrics.recruitment.military_code</code>. Код
|
||||
* организации
|
||||
*/
|
||||
public void setMilitaryCode(String value) {
|
||||
set(7, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Getter for <code>metrics.recruitment.military_code</code>. Код
|
||||
* организации
|
||||
*/
|
||||
public String getMilitaryCode() {
|
||||
return (String) get(7);
|
||||
}
|
||||
|
||||
/**
|
||||
* Setter for <code>metrics.recruitment.shortname</code>. Укороченное
|
||||
* наименование организации
|
||||
*/
|
||||
public void setShortname(String value) {
|
||||
set(8, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Getter for <code>metrics.recruitment.shortname</code>. Укороченное
|
||||
* наименование организации
|
||||
*/
|
||||
public String getShortname() {
|
||||
return (String) get(8);
|
||||
}
|
||||
|
||||
/**
|
||||
* Setter for <code>metrics.recruitment.fullname</code>. Полное наименование
|
||||
* организации
|
||||
*/
|
||||
public void setFullname(String value) {
|
||||
set(9, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Getter for <code>metrics.recruitment.fullname</code>. Полное наименование
|
||||
* организации
|
||||
*/
|
||||
public String getFullname() {
|
||||
return (String) get(9);
|
||||
}
|
||||
|
||||
/**
|
||||
* Setter for <code>metrics.recruitment.dns</code>. ДНС организации
|
||||
*/
|
||||
public void setDns(String value) {
|
||||
set(10, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Getter for <code>metrics.recruitment.dns</code>. ДНС организации
|
||||
*/
|
||||
public String getDns() {
|
||||
return (String) get(10);
|
||||
}
|
||||
|
||||
/**
|
||||
* Setter for <code>metrics.recruitment.email</code>. Е-mail организации
|
||||
*/
|
||||
public void setEmail(String value) {
|
||||
set(11, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Getter for <code>metrics.recruitment.email</code>. Е-mail организации
|
||||
*/
|
||||
public String getEmail() {
|
||||
return (String) get(11);
|
||||
}
|
||||
|
||||
/**
|
||||
* Setter for <code>metrics.recruitment.phone</code>. Телефон организации
|
||||
*/
|
||||
public void setPhone(String value) {
|
||||
set(12, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Getter for <code>metrics.recruitment.phone</code>. Телефон организации
|
||||
*/
|
||||
public String getPhone() {
|
||||
return (String) get(12);
|
||||
}
|
||||
|
||||
/**
|
||||
* Setter for <code>metrics.recruitment.address</code>. Адрес организации
|
||||
*/
|
||||
public void setAddress(String value) {
|
||||
set(13, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Getter for <code>metrics.recruitment.address</code>. Адрес организации
|
||||
*/
|
||||
public String getAddress() {
|
||||
return (String) get(13);
|
||||
}
|
||||
|
||||
/**
|
||||
* Setter for <code>metrics.recruitment.address_id</code>. Идентификатор
|
||||
* адреса организации
|
||||
*/
|
||||
public void setAddressId(String value) {
|
||||
set(14, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Getter for <code>metrics.recruitment.address_id</code>. Идентификатор
|
||||
* адреса организации
|
||||
*/
|
||||
public String getAddressId() {
|
||||
return (String) get(14);
|
||||
}
|
||||
|
||||
/**
|
||||
* Setter for <code>metrics.recruitment.postal_address</code>. Почтовый
|
||||
* адрес организации
|
||||
*/
|
||||
public void setPostalAddress(String value) {
|
||||
set(15, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Getter for <code>metrics.recruitment.postal_address</code>. Почтовый
|
||||
* адрес организации
|
||||
*/
|
||||
public String getPostalAddress() {
|
||||
return (String) get(15);
|
||||
}
|
||||
|
||||
/**
|
||||
* Setter for <code>metrics.recruitment.postal_address_id</code>.
|
||||
* Идентификатор почтового адреса организации
|
||||
*/
|
||||
public void setPostalAddressId(String value) {
|
||||
set(16, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Getter for <code>metrics.recruitment.postal_address_id</code>.
|
||||
* Идентификатор почтового адреса организации
|
||||
*/
|
||||
public String getPostalAddressId() {
|
||||
return (String) get(16);
|
||||
}
|
||||
|
||||
/**
|
||||
* Setter for <code>metrics.recruitment.nsi_department_id</code>.
|
||||
* Идентификатор департамента из НСИ
|
||||
*/
|
||||
public void setNsiDepartmentId(String value) {
|
||||
set(17, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Getter for <code>metrics.recruitment.nsi_department_id</code>.
|
||||
* Идентификатор департамента из НСИ
|
||||
*/
|
||||
public String getNsiDepartmentId() {
|
||||
return (String) get(17);
|
||||
}
|
||||
|
||||
/**
|
||||
* Setter for <code>metrics.recruitment.nsi_organization_id</code>.
|
||||
* Идентификатор организации из НСИ
|
||||
*/
|
||||
public void setNsiOrganizationId(String value) {
|
||||
set(18, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Getter for <code>metrics.recruitment.nsi_organization_id</code>.
|
||||
* Идентификатор организации из НСИ
|
||||
*/
|
||||
public String getNsiOrganizationId() {
|
||||
return (String) get(18);
|
||||
}
|
||||
|
||||
/**
|
||||
* Setter for <code>metrics.recruitment.oktmo</code>. ОКТМО
|
||||
*/
|
||||
public void setOktmo(String value) {
|
||||
set(19, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Getter for <code>metrics.recruitment.oktmo</code>. ОКТМО
|
||||
*/
|
||||
public String getOktmo() {
|
||||
return (String) get(19);
|
||||
}
|
||||
|
||||
/**
|
||||
* Setter for <code>metrics.recruitment.org_ogrn</code>. ОГРН организации
|
||||
*/
|
||||
public void setOrgOgrn(String value) {
|
||||
set(20, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Getter for <code>metrics.recruitment.org_ogrn</code>. ОГРН организации
|
||||
*/
|
||||
public String getOrgOgrn() {
|
||||
return (String) get(20);
|
||||
}
|
||||
|
||||
/**
|
||||
* Setter for <code>metrics.recruitment.dep_ogrn</code>. ОГРН департамента
|
||||
*/
|
||||
public void setDepOgrn(String value) {
|
||||
set(21, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Getter for <code>metrics.recruitment.dep_ogrn</code>. ОГРН департамента
|
||||
*/
|
||||
public String getDepOgrn() {
|
||||
return (String) get(21);
|
||||
}
|
||||
|
||||
/**
|
||||
* Setter for <code>metrics.recruitment.epgu_id</code>. Идентификатор ЕПГУ
|
||||
*/
|
||||
public void setEpguId(String value) {
|
||||
set(22, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Getter for <code>metrics.recruitment.epgu_id</code>. Идентификатор ЕПГУ
|
||||
*/
|
||||
public String getEpguId() {
|
||||
return (String) get(22);
|
||||
}
|
||||
|
||||
/**
|
||||
* Setter for <code>metrics.recruitment.kpp</code>. КПП
|
||||
*/
|
||||
public void setKpp(String value) {
|
||||
set(23, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Getter for <code>metrics.recruitment.kpp</code>. КПП
|
||||
*/
|
||||
public String getKpp() {
|
||||
return (String) get(23);
|
||||
}
|
||||
|
||||
/**
|
||||
* Setter for <code>metrics.recruitment.inn</code>. ИНН
|
||||
*/
|
||||
public void setInn(String value) {
|
||||
set(24, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Getter for <code>metrics.recruitment.inn</code>. ИНН
|
||||
*/
|
||||
public String getInn() {
|
||||
return (String) get(24);
|
||||
}
|
||||
|
||||
/**
|
||||
* Setter for <code>metrics.recruitment.okato</code>. ОКАТО
|
||||
*/
|
||||
public void setOkato(String value) {
|
||||
set(25, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Getter for <code>metrics.recruitment.okato</code>. ОКАТО
|
||||
*/
|
||||
public String getOkato() {
|
||||
return (String) get(25);
|
||||
}
|
||||
|
||||
/**
|
||||
* Setter for <code>metrics.recruitment.division_type</code>. Тип дивизиона
|
||||
*/
|
||||
public void setDivisionType(String value) {
|
||||
set(26, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Getter for <code>metrics.recruitment.division_type</code>. Тип дивизиона
|
||||
*/
|
||||
public String getDivisionType() {
|
||||
return (String) get(26);
|
||||
}
|
||||
|
||||
/**
|
||||
* Setter for <code>metrics.recruitment.tns_department_id</code>.
|
||||
* Идентификатор департамента из ТНС
|
||||
*/
|
||||
public void setTnsDepartmentId(String value) {
|
||||
set(27, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Getter for <code>metrics.recruitment.tns_department_id</code>.
|
||||
* Идентификатор департамента из ТНС
|
||||
*/
|
||||
public String getTnsDepartmentId() {
|
||||
return (String) get(27);
|
||||
}
|
||||
|
||||
/**
|
||||
* Setter for <code>metrics.recruitment.enabled</code>. Признак актуальности
|
||||
*/
|
||||
public void setEnabled(Boolean value) {
|
||||
set(28, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Getter for <code>metrics.recruitment.enabled</code>. Признак актуальности
|
||||
*/
|
||||
public Boolean getEnabled() {
|
||||
return (Boolean) get(28);
|
||||
}
|
||||
|
||||
/**
|
||||
* Setter for <code>metrics.recruitment.timezone</code>. Часовой пояс
|
||||
*/
|
||||
public void setTimezone(String value) {
|
||||
set(29, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Getter for <code>metrics.recruitment.timezone</code>. Часовой пояс
|
||||
*/
|
||||
public String getTimezone() {
|
||||
return (String) get(29);
|
||||
}
|
||||
|
||||
/**
|
||||
* Setter for <code>metrics.recruitment.reports_enabled</code>. Признак
|
||||
* актуальности для отчета
|
||||
*/
|
||||
public void setReportsEnabled(Boolean value) {
|
||||
set(30, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Getter for <code>metrics.recruitment.reports_enabled</code>. Признак
|
||||
* актуальности для отчета
|
||||
*/
|
||||
public Boolean getReportsEnabled() {
|
||||
return (Boolean) get(30);
|
||||
}
|
||||
|
||||
/**
|
||||
* Setter for <code>metrics.recruitment.region_id</code>. Идентификатор
|
||||
* региона
|
||||
*/
|
||||
public void setRegionId(String value) {
|
||||
set(31, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Getter for <code>metrics.recruitment.region_id</code>. Идентификатор
|
||||
* региона
|
||||
*/
|
||||
public String getRegionId() {
|
||||
return (String) get(31);
|
||||
}
|
||||
|
||||
/**
|
||||
* Setter for <code>metrics.recruitment.subpoena_series_code</code>. Серия
|
||||
*/
|
||||
public void setSubpoenaSeriesCode(String value) {
|
||||
set(32, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Getter for <code>metrics.recruitment.subpoena_series_code</code>. Серия
|
||||
*/
|
||||
public String getSubpoenaSeriesCode() {
|
||||
return (String) get(32);
|
||||
}
|
||||
|
||||
/**
|
||||
* Setter for <code>metrics.recruitment.hidden</code>. Признак скрытого
|
||||
*/
|
||||
public void setHidden(Boolean value) {
|
||||
set(33, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Getter for <code>metrics.recruitment.hidden</code>. Признак скрытого
|
||||
*/
|
||||
public Boolean getHidden() {
|
||||
return (Boolean) get(33);
|
||||
}
|
||||
|
||||
/**
|
||||
* Setter for <code>metrics.recruitment.region_code</code>.
|
||||
*/
|
||||
public void setRegionCode(String value) {
|
||||
set(34, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Getter for <code>metrics.recruitment.region_code</code>.
|
||||
*/
|
||||
public String getRegionCode() {
|
||||
return (String) get(34);
|
||||
}
|
||||
|
||||
/**
|
||||
* Setter for <code>metrics.recruitment.ts</code>.
|
||||
*/
|
||||
public void setTs(Timestamp value) {
|
||||
set(35, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Getter for <code>metrics.recruitment.ts</code>.
|
||||
*/
|
||||
public Timestamp getTs() {
|
||||
return (Timestamp) get(35);
|
||||
}
|
||||
|
||||
// -------------------------------------------------------------------------
|
||||
// Primary key information
|
||||
// -------------------------------------------------------------------------
|
||||
|
||||
@Override
|
||||
public Record1<UUID> key() {
|
||||
return (Record1) super.key();
|
||||
}
|
||||
|
||||
// -------------------------------------------------------------------------
|
||||
// Constructors
|
||||
// -------------------------------------------------------------------------
|
||||
|
||||
/**
|
||||
* Create a detached RecruitmentRecord
|
||||
*/
|
||||
public RecruitmentRecord() {
|
||||
super(Recruitment.RECRUITMENT);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create a detached, initialised RecruitmentRecord
|
||||
*/
|
||||
public RecruitmentRecord(UUID id, String idmId, String parentId, Integer version, Timestamp createdAt, Timestamp updatedAt, String schema, String militaryCode, String shortname, String fullname, String dns, String email, String phone, String address, String addressId, String postalAddress, String postalAddressId, String nsiDepartmentId, String nsiOrganizationId, String oktmo, String orgOgrn, String depOgrn, String epguId, String kpp, String inn, String okato, String divisionType, String tnsDepartmentId, Boolean enabled, String timezone, Boolean reportsEnabled, String regionId, String subpoenaSeriesCode, Boolean hidden, String regionCode, Timestamp ts) {
|
||||
super(Recruitment.RECRUITMENT);
|
||||
|
||||
setId(id);
|
||||
setIdmId(idmId);
|
||||
setParentId(parentId);
|
||||
setVersion(version);
|
||||
setCreatedAt(createdAt);
|
||||
setUpdatedAt(updatedAt);
|
||||
setSchema(schema);
|
||||
setMilitaryCode(militaryCode);
|
||||
setShortname(shortname);
|
||||
setFullname(fullname);
|
||||
setDns(dns);
|
||||
setEmail(email);
|
||||
setPhone(phone);
|
||||
setAddress(address);
|
||||
setAddressId(addressId);
|
||||
setPostalAddress(postalAddress);
|
||||
setPostalAddressId(postalAddressId);
|
||||
setNsiDepartmentId(nsiDepartmentId);
|
||||
setNsiOrganizationId(nsiOrganizationId);
|
||||
setOktmo(oktmo);
|
||||
setOrgOgrn(orgOgrn);
|
||||
setDepOgrn(depOgrn);
|
||||
setEpguId(epguId);
|
||||
setKpp(kpp);
|
||||
setInn(inn);
|
||||
setOkato(okato);
|
||||
setDivisionType(divisionType);
|
||||
setTnsDepartmentId(tnsDepartmentId);
|
||||
setEnabled(enabled);
|
||||
setTimezone(timezone);
|
||||
setReportsEnabled(reportsEnabled);
|
||||
setRegionId(regionId);
|
||||
setSubpoenaSeriesCode(subpoenaSeriesCode);
|
||||
setHidden(hidden);
|
||||
setRegionCode(regionCode);
|
||||
setTs(ts);
|
||||
resetChangedOnNotNull();
|
||||
}
|
||||
}
|
||||
|
|
@ -9,6 +9,11 @@ const appRoutes: Routes = [
|
|||
loadChildren: 'generated-sources/page-milregistration.module#PagemilregistrationModule',
|
||||
canActivate: [ConfirmExitGuard, RolesGuard],
|
||||
},
|
||||
{
|
||||
path: 'conversion',
|
||||
loadChildren: 'generated-sources/page-conversion.module#PageconversionModule',
|
||||
canActivate: [ConfirmExitGuard],
|
||||
},
|
||||
{
|
||||
path: 'appeals',
|
||||
loadChildren: 'generated-sources/page-appeals.module#PageappealsModule',
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -7,8 +7,7 @@
|
|||
<manually>false</manually>
|
||||
<password>ervu_business_metrics</password>
|
||||
<port>5432</port>
|
||||
<schemas>ervu_dashboard</schemas>
|
||||
<schemas>public</schemas>
|
||||
<schemas>metrics</schemas>
|
||||
<sqlDialect>POSTGRES</sqlDialect>
|
||||
<url>jdbc:postgresql://10.10.31.119:5432/ervu_business_metrics</url>
|
||||
<urlPrefix>jdbc:postgresql:</urlPrefix>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue