Merge remote-tracking branch 'origin/develop' into develop

* origin/develop:
  set
  правки csv и xml + бины бд + set
  fix
  css select-as-btn
  ERVU-360 dropdown-tree-view
  conversion для Милы
This commit is contained in:
Фоат Саляхов 2025-03-27 16:07:20 +03:00
commit a51a782731
104 changed files with 142 additions and 5522 deletions

View file

@ -4,7 +4,6 @@
package ru.micord.webbpm.ervu.business_metrics.db_beans.actualization;
import org.jooq.ForeignKey;
import org.jooq.TableField;
import org.jooq.UniqueKey;
import org.jooq.impl.DSL;
@ -28,8 +27,6 @@ import ru.micord.webbpm.ervu.business_metrics.db_beans.actualization.tables.reco
import ru.micord.webbpm.ervu.business_metrics.db_beans.actualization.tables.records.IncidentsInfoRecord;
import ru.micord.webbpm.ervu.business_metrics.db_beans.actualization.tables.records.InfoSentToLkEpguRecord;
import ru.micord.webbpm.ervu.business_metrics.db_beans.actualization.tables.records.RecordsAboutCitizenRecord;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables.Recruitment;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables.records.RecruitmentRecord;
/**
@ -52,18 +49,4 @@ public class Keys {
public static final UniqueKey<IncidentsInfoRecord> INCIDENTS_INFO_PKEY = Internal.createUniqueKey(IncidentsInfo.INCIDENTS_INFO, DSL.name("incidents_info_pkey"), new TableField[] { IncidentsInfo.INCIDENTS_INFO.INCIDENTS_INFO_ID }, true);
public static final UniqueKey<InfoSentToLkEpguRecord> INFO_SENT_TO_LK_EPGU_PKEY = Internal.createUniqueKey(InfoSentToLkEpgu.INFO_SENT_TO_LK_EPGU, DSL.name("info_sent_to_lk_epgu_pkey"), new TableField[] { InfoSentToLkEpgu.INFO_SENT_TO_LK_EPGU.INFO_SENT_TO_LK_EPGU_ID }, true);
public static final UniqueKey<RecordsAboutCitizenRecord> RECORDS_ABOUT_CITIZEN_PKEY = Internal.createUniqueKey(RecordsAboutCitizen.RECORDS_ABOUT_CITIZEN, DSL.name("records_about_citizen_pkey"), new TableField[] { RecordsAboutCitizen.RECORDS_ABOUT_CITIZEN.RECORDS_ABOUT_CITIZEN_ID }, true);
// -------------------------------------------------------------------------
// FOREIGN KEY definitions
// -------------------------------------------------------------------------
public static final ForeignKey<AppReasonRecord, RecruitmentRecord> APP_REASON__FK_CRIMINAL_ADMINISTRATIVE_LIABILITY_RECRUITMENT_ID = Internal.createForeignKey(AppReason.APP_REASON, DSL.name("fk_criminal_administrative_liability_recruitment_id"), new TableField[] { AppReason.APP_REASON.RECRUITMENT_ID }, ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.Keys.RECRUITMENT_PKEY, new TableField[] { Recruitment.RECRUITMENT.ID }, true);
public static final ForeignKey<ApplicationsReceivedFromEpguRecord, RecruitmentRecord> APPLICATIONS_RECEIVED_FROM_EPGU__FK_CONV_INFO_RECORDS_FROM_EASU_RECRUITMENT_ID = Internal.createForeignKey(ApplicationsReceivedFromEpgu.APPLICATIONS_RECEIVED_FROM_EPGU, DSL.name("fk_conv_info_records_from_easu_recruitment_id"), new TableField[] { ApplicationsReceivedFromEpgu.APPLICATIONS_RECEIVED_FROM_EPGU.RECRUITMENT_ID }, ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.Keys.RECRUITMENT_PKEY, new TableField[] { Recruitment.RECRUITMENT.ID }, true);
public static final ForeignKey<ChangeDataFromGirVuRecord, RecruitmentRecord> CHANGE_DATA_FROM_GIR_VU__FK_CRIMINAL_ADMINISTRATIVE_LIABILITY_RECRUITMENT_ID = Internal.createForeignKey(ChangeDataFromGirVu.CHANGE_DATA_FROM_GIR_VU, DSL.name("fk_criminal_administrative_liability_recruitment_id"), new TableField[] { ChangeDataFromGirVu.CHANGE_DATA_FROM_GIR_VU.RECRUITMENT_ID }, ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.Keys.RECRUITMENT_PKEY, new TableField[] { Recruitment.RECRUITMENT.ID }, true);
public static final ForeignKey<ChangeDataFromGirVuCitizenRecord, RecruitmentRecord> CHANGE_DATA_FROM_GIR_VU_CITIZEN__FK_CRIMINAL_ADMINISTRATIVE_LIABILITY_RECRUITMENT_ID = Internal.createForeignKey(ChangeDataFromGirVuCitizen.CHANGE_DATA_FROM_GIR_VU_CITIZEN, DSL.name("fk_criminal_administrative_liability_recruitment_id"), new TableField[] { ChangeDataFromGirVuCitizen.CHANGE_DATA_FROM_GIR_VU_CITIZEN.RECRUITMENT_ID }, ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.Keys.RECRUITMENT_PKEY, new TableField[] { Recruitment.RECRUITMENT.ID }, true);
public static final ForeignKey<ChangeDataPersonalVisitRecord, RecruitmentRecord> CHANGE_DATA_PERSONAL_VISIT__FK_CONV_INFO_RECORDS_FROM_EASU_RECRUITMENT_ID = Internal.createForeignKey(ChangeDataPersonalVisit.CHANGE_DATA_PERSONAL_VISIT, DSL.name("fk_conv_info_records_from_easu_recruitment_id"), new TableField[] { ChangeDataPersonalVisit.CHANGE_DATA_PERSONAL_VISIT.RECRUITMENT_ID }, ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.Keys.RECRUITMENT_PKEY, new TableField[] { Recruitment.RECRUITMENT.ID }, true);
public static final ForeignKey<IncidentsEpguInfoRecord, RecruitmentRecord> INCIDENTS_EPGU_INFO__FK_CONV_INFO_RECORDS_FROM_EASU_RECRUITMENT_ID = Internal.createForeignKey(IncidentsEpguInfo.INCIDENTS_EPGU_INFO, DSL.name("fk_conv_info_records_from_easu_recruitment_id"), new TableField[] { IncidentsEpguInfo.INCIDENTS_EPGU_INFO.RECRUITMENT_ID }, ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.Keys.RECRUITMENT_PKEY, new TableField[] { Recruitment.RECRUITMENT.ID }, true);
public static final ForeignKey<IncidentsInfoRecord, RecruitmentRecord> INCIDENTS_INFO__FK_CONV_INFO_RECORDS_FROM_EASU_RECRUITMENT_ID = Internal.createForeignKey(IncidentsInfo.INCIDENTS_INFO, DSL.name("fk_conv_info_records_from_easu_recruitment_id"), new TableField[] { IncidentsInfo.INCIDENTS_INFO.RECRUITMENT_ID }, ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.Keys.RECRUITMENT_PKEY, new TableField[] { Recruitment.RECRUITMENT.ID }, true);
public static final ForeignKey<InfoSentToLkEpguRecord, RecruitmentRecord> INFO_SENT_TO_LK_EPGU__FK_CONV_INFO_RECORDS_FROM_EASU_RECRUITMENT_ID = Internal.createForeignKey(InfoSentToLkEpgu.INFO_SENT_TO_LK_EPGU, DSL.name("fk_conv_info_records_from_easu_recruitment_id"), new TableField[] { InfoSentToLkEpgu.INFO_SENT_TO_LK_EPGU.RECRUITMENT_ID }, ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.Keys.RECRUITMENT_PKEY, new TableField[] { Recruitment.RECRUITMENT.ID }, true);
public static final ForeignKey<RecordsAboutCitizenRecord, RecruitmentRecord> RECORDS_ABOUT_CITIZEN__FK_CRIMINAL_ADMINISTRATIVE_LIABILITY_RECRUITMENT_ID = Internal.createForeignKey(RecordsAboutCitizen.RECORDS_ABOUT_CITIZEN, DSL.name("fk_criminal_administrative_liability_recruitment_id"), new TableField[] { RecordsAboutCitizen.RECORDS_ABOUT_CITIZEN.RECRUITMENT_ID }, ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.Keys.RECRUITMENT_PKEY, new TableField[] { Recruitment.RECRUITMENT.ID }, true);
}

View file

@ -6,20 +6,14 @@ package ru.micord.webbpm.ervu.business_metrics.db_beans.actualization.tables;
import java.sql.Date;
import java.sql.Timestamp;
import java.util.Arrays;
import java.util.Collection;
import java.util.List;
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;
@ -35,7 +29,6 @@ import org.jooq.impl.TableImpl;
import ru.micord.webbpm.ervu.business_metrics.db_beans.actualization.Actualization;
import ru.micord.webbpm.ervu.business_metrics.db_beans.actualization.Keys;
import ru.micord.webbpm.ervu.business_metrics.db_beans.actualization.tables.records.AppReasonRecord;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables.Recruitment.RecruitmentPath;
/**
@ -143,37 +136,6 @@ public class AppReason extends TableImpl<AppReasonRecord> {
this(DSL.name("app_reason"), null);
}
public <O extends Record> AppReason(Table<O> path, ForeignKey<O, AppReasonRecord> childPath, InverseForeignKey<O, AppReasonRecord> parentPath) {
super(path, childPath, parentPath, APP_REASON);
}
/**
* A subtype implementing {@link Path} for simplified path-based joins.
*/
public static class AppReasonPath extends AppReason implements Path<AppReasonRecord> {
public <O extends Record> AppReasonPath(Table<O> path, ForeignKey<O, AppReasonRecord> childPath, InverseForeignKey<O, AppReasonRecord> parentPath) {
super(path, childPath, parentPath);
}
private AppReasonPath(Name alias, Table<AppReasonRecord> aliased) {
super(alias, aliased);
}
@Override
public AppReasonPath as(String alias) {
return new AppReasonPath(DSL.name(alias), this);
}
@Override
public AppReasonPath as(Name alias) {
return new AppReasonPath(alias, this);
}
@Override
public AppReasonPath as(Table<?> alias) {
return new AppReasonPath(alias.getQualifiedName(), this);
}
}
@Override
public Schema getSchema() {
return aliased() ? null : Actualization.ACTUALIZATION;
@ -189,23 +151,6 @@ public class AppReason extends TableImpl<AppReasonRecord> {
return Keys.APP_REASON_PKEY;
}
@Override
public List<ForeignKey<AppReasonRecord, ?>> getReferences() {
return Arrays.asList(Keys.APP_REASON__FK_CRIMINAL_ADMINISTRATIVE_LIABILITY_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.APP_REASON__FK_CRIMINAL_ADMINISTRATIVE_LIABILITY_RECRUITMENT_ID, null);
return _recruitment;
}
@Override
public AppReason as(String alias) {
return new AppReason(DSL.name(alias), this);

View file

@ -6,20 +6,14 @@ package ru.micord.webbpm.ervu.business_metrics.db_beans.actualization.tables;
import java.sql.Date;
import java.sql.Timestamp;
import java.util.Arrays;
import java.util.Collection;
import java.util.List;
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;
@ -35,7 +29,6 @@ import org.jooq.impl.TableImpl;
import ru.micord.webbpm.ervu.business_metrics.db_beans.actualization.Actualization;
import ru.micord.webbpm.ervu.business_metrics.db_beans.actualization.Keys;
import ru.micord.webbpm.ervu.business_metrics.db_beans.actualization.tables.records.ApplicationsReceivedFromEpguRecord;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables.Recruitment.RecruitmentPath;
/**
@ -180,37 +173,6 @@ public class ApplicationsReceivedFromEpgu extends TableImpl<ApplicationsReceived
this(DSL.name("applications_received_from_epgu"), null);
}
public <O extends Record> ApplicationsReceivedFromEpgu(Table<O> path, ForeignKey<O, ApplicationsReceivedFromEpguRecord> childPath, InverseForeignKey<O, ApplicationsReceivedFromEpguRecord> parentPath) {
super(path, childPath, parentPath, APPLICATIONS_RECEIVED_FROM_EPGU);
}
/**
* A subtype implementing {@link Path} for simplified path-based joins.
*/
public static class ApplicationsReceivedFromEpguPath extends ApplicationsReceivedFromEpgu implements Path<ApplicationsReceivedFromEpguRecord> {
public <O extends Record> ApplicationsReceivedFromEpguPath(Table<O> path, ForeignKey<O, ApplicationsReceivedFromEpguRecord> childPath, InverseForeignKey<O, ApplicationsReceivedFromEpguRecord> parentPath) {
super(path, childPath, parentPath);
}
private ApplicationsReceivedFromEpguPath(Name alias, Table<ApplicationsReceivedFromEpguRecord> aliased) {
super(alias, aliased);
}
@Override
public ApplicationsReceivedFromEpguPath as(String alias) {
return new ApplicationsReceivedFromEpguPath(DSL.name(alias), this);
}
@Override
public ApplicationsReceivedFromEpguPath as(Name alias) {
return new ApplicationsReceivedFromEpguPath(alias, this);
}
@Override
public ApplicationsReceivedFromEpguPath as(Table<?> alias) {
return new ApplicationsReceivedFromEpguPath(alias.getQualifiedName(), this);
}
}
@Override
public Schema getSchema() {
return aliased() ? null : Actualization.ACTUALIZATION;
@ -226,23 +188,6 @@ public class ApplicationsReceivedFromEpgu extends TableImpl<ApplicationsReceived
return Keys.APPLICATIONS_RECEIVED_FROM_EPGU_PKEY;
}
@Override
public List<ForeignKey<ApplicationsReceivedFromEpguRecord, ?>> getReferences() {
return Arrays.asList(Keys.APPLICATIONS_RECEIVED_FROM_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.APPLICATIONS_RECEIVED_FROM_EPGU__FK_CONV_INFO_RECORDS_FROM_EASU_RECRUITMENT_ID, null);
return _recruitment;
}
@Override
public ApplicationsReceivedFromEpgu as(String alias) {
return new ApplicationsReceivedFromEpgu(DSL.name(alias), this);

View file

@ -6,20 +6,14 @@ package ru.micord.webbpm.ervu.business_metrics.db_beans.actualization.tables;
import java.sql.Date;
import java.sql.Timestamp;
import java.util.Arrays;
import java.util.Collection;
import java.util.List;
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;
@ -35,7 +29,6 @@ import org.jooq.impl.TableImpl;
import ru.micord.webbpm.ervu.business_metrics.db_beans.actualization.Actualization;
import ru.micord.webbpm.ervu.business_metrics.db_beans.actualization.Keys;
import ru.micord.webbpm.ervu.business_metrics.db_beans.actualization.tables.records.ChangeDataFromGirVuRecord;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables.Recruitment.RecruitmentPath;
/**
@ -177,37 +170,6 @@ public class ChangeDataFromGirVu extends TableImpl<ChangeDataFromGirVuRecord> {
this(DSL.name("change_data_from_gir_vu"), null);
}
public <O extends Record> ChangeDataFromGirVu(Table<O> path, ForeignKey<O, ChangeDataFromGirVuRecord> childPath, InverseForeignKey<O, ChangeDataFromGirVuRecord> parentPath) {
super(path, childPath, parentPath, CHANGE_DATA_FROM_GIR_VU);
}
/**
* A subtype implementing {@link Path} for simplified path-based joins.
*/
public static class ChangeDataFromGirVuPath extends ChangeDataFromGirVu implements Path<ChangeDataFromGirVuRecord> {
public <O extends Record> ChangeDataFromGirVuPath(Table<O> path, ForeignKey<O, ChangeDataFromGirVuRecord> childPath, InverseForeignKey<O, ChangeDataFromGirVuRecord> parentPath) {
super(path, childPath, parentPath);
}
private ChangeDataFromGirVuPath(Name alias, Table<ChangeDataFromGirVuRecord> aliased) {
super(alias, aliased);
}
@Override
public ChangeDataFromGirVuPath as(String alias) {
return new ChangeDataFromGirVuPath(DSL.name(alias), this);
}
@Override
public ChangeDataFromGirVuPath as(Name alias) {
return new ChangeDataFromGirVuPath(alias, this);
}
@Override
public ChangeDataFromGirVuPath as(Table<?> alias) {
return new ChangeDataFromGirVuPath(alias.getQualifiedName(), this);
}
}
@Override
public Schema getSchema() {
return aliased() ? null : Actualization.ACTUALIZATION;
@ -223,23 +185,6 @@ public class ChangeDataFromGirVu extends TableImpl<ChangeDataFromGirVuRecord> {
return Keys.CHANGE_DATA_FROM_GIR_VU_PKEY;
}
@Override
public List<ForeignKey<ChangeDataFromGirVuRecord, ?>> getReferences() {
return Arrays.asList(Keys.CHANGE_DATA_FROM_GIR_VU__FK_CRIMINAL_ADMINISTRATIVE_LIABILITY_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.CHANGE_DATA_FROM_GIR_VU__FK_CRIMINAL_ADMINISTRATIVE_LIABILITY_RECRUITMENT_ID, null);
return _recruitment;
}
@Override
public ChangeDataFromGirVu as(String alias) {
return new ChangeDataFromGirVu(DSL.name(alias), this);

View file

@ -6,20 +6,14 @@ package ru.micord.webbpm.ervu.business_metrics.db_beans.actualization.tables;
import java.sql.Date;
import java.sql.Timestamp;
import java.util.Arrays;
import java.util.Collection;
import java.util.List;
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;
@ -35,7 +29,6 @@ import org.jooq.impl.TableImpl;
import ru.micord.webbpm.ervu.business_metrics.db_beans.actualization.Actualization;
import ru.micord.webbpm.ervu.business_metrics.db_beans.actualization.Keys;
import ru.micord.webbpm.ervu.business_metrics.db_beans.actualization.tables.records.ChangeDataFromGirVuCitizenRecord;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables.Recruitment.RecruitmentPath;
/**
@ -124,37 +117,6 @@ public class ChangeDataFromGirVuCitizen extends TableImpl<ChangeDataFromGirVuCit
this(DSL.name("change_data_from_gir_vu_citizen"), null);
}
public <O extends Record> ChangeDataFromGirVuCitizen(Table<O> path, ForeignKey<O, ChangeDataFromGirVuCitizenRecord> childPath, InverseForeignKey<O, ChangeDataFromGirVuCitizenRecord> parentPath) {
super(path, childPath, parentPath, CHANGE_DATA_FROM_GIR_VU_CITIZEN);
}
/**
* A subtype implementing {@link Path} for simplified path-based joins.
*/
public static class ChangeDataFromGirVuCitizenPath extends ChangeDataFromGirVuCitizen implements Path<ChangeDataFromGirVuCitizenRecord> {
public <O extends Record> ChangeDataFromGirVuCitizenPath(Table<O> path, ForeignKey<O, ChangeDataFromGirVuCitizenRecord> childPath, InverseForeignKey<O, ChangeDataFromGirVuCitizenRecord> parentPath) {
super(path, childPath, parentPath);
}
private ChangeDataFromGirVuCitizenPath(Name alias, Table<ChangeDataFromGirVuCitizenRecord> aliased) {
super(alias, aliased);
}
@Override
public ChangeDataFromGirVuCitizenPath as(String alias) {
return new ChangeDataFromGirVuCitizenPath(DSL.name(alias), this);
}
@Override
public ChangeDataFromGirVuCitizenPath as(Name alias) {
return new ChangeDataFromGirVuCitizenPath(alias, this);
}
@Override
public ChangeDataFromGirVuCitizenPath as(Table<?> alias) {
return new ChangeDataFromGirVuCitizenPath(alias.getQualifiedName(), this);
}
}
@Override
public Schema getSchema() {
return aliased() ? null : Actualization.ACTUALIZATION;
@ -170,23 +132,6 @@ public class ChangeDataFromGirVuCitizen extends TableImpl<ChangeDataFromGirVuCit
return Keys.CHANGE_DATA_FROM_GIR_VU_CITIZEN_PKEY;
}
@Override
public List<ForeignKey<ChangeDataFromGirVuCitizenRecord, ?>> getReferences() {
return Arrays.asList(Keys.CHANGE_DATA_FROM_GIR_VU_CITIZEN__FK_CRIMINAL_ADMINISTRATIVE_LIABILITY_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.CHANGE_DATA_FROM_GIR_VU_CITIZEN__FK_CRIMINAL_ADMINISTRATIVE_LIABILITY_RECRUITMENT_ID, null);
return _recruitment;
}
@Override
public ChangeDataFromGirVuCitizen as(String alias) {
return new ChangeDataFromGirVuCitizen(DSL.name(alias), this);

View file

@ -6,20 +6,14 @@ package ru.micord.webbpm.ervu.business_metrics.db_beans.actualization.tables;
import java.sql.Date;
import java.sql.Timestamp;
import java.util.Arrays;
import java.util.Collection;
import java.util.List;
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;
@ -35,7 +29,6 @@ import org.jooq.impl.TableImpl;
import ru.micord.webbpm.ervu.business_metrics.db_beans.actualization.Actualization;
import ru.micord.webbpm.ervu.business_metrics.db_beans.actualization.Keys;
import ru.micord.webbpm.ervu.business_metrics.db_beans.actualization.tables.records.ChangeDataPersonalVisitRecord;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables.Recruitment.RecruitmentPath;
/**
@ -134,37 +127,6 @@ public class ChangeDataPersonalVisit extends TableImpl<ChangeDataPersonalVisitRe
this(DSL.name("change_data_personal_visit"), null);
}
public <O extends Record> ChangeDataPersonalVisit(Table<O> path, ForeignKey<O, ChangeDataPersonalVisitRecord> childPath, InverseForeignKey<O, ChangeDataPersonalVisitRecord> parentPath) {
super(path, childPath, parentPath, CHANGE_DATA_PERSONAL_VISIT);
}
/**
* A subtype implementing {@link Path} for simplified path-based joins.
*/
public static class ChangeDataPersonalVisitPath extends ChangeDataPersonalVisit implements Path<ChangeDataPersonalVisitRecord> {
public <O extends Record> ChangeDataPersonalVisitPath(Table<O> path, ForeignKey<O, ChangeDataPersonalVisitRecord> childPath, InverseForeignKey<O, ChangeDataPersonalVisitRecord> parentPath) {
super(path, childPath, parentPath);
}
private ChangeDataPersonalVisitPath(Name alias, Table<ChangeDataPersonalVisitRecord> aliased) {
super(alias, aliased);
}
@Override
public ChangeDataPersonalVisitPath as(String alias) {
return new ChangeDataPersonalVisitPath(DSL.name(alias), this);
}
@Override
public ChangeDataPersonalVisitPath as(Name alias) {
return new ChangeDataPersonalVisitPath(alias, this);
}
@Override
public ChangeDataPersonalVisitPath as(Table<?> alias) {
return new ChangeDataPersonalVisitPath(alias.getQualifiedName(), this);
}
}
@Override
public Schema getSchema() {
return aliased() ? null : Actualization.ACTUALIZATION;
@ -180,23 +142,6 @@ public class ChangeDataPersonalVisit extends TableImpl<ChangeDataPersonalVisitRe
return Keys.CHANGE_DATA_PERSONAL_VISIT_PKEY;
}
@Override
public List<ForeignKey<ChangeDataPersonalVisitRecord, ?>> getReferences() {
return Arrays.asList(Keys.CHANGE_DATA_PERSONAL_VISIT__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.CHANGE_DATA_PERSONAL_VISIT__FK_CONV_INFO_RECORDS_FROM_EASU_RECRUITMENT_ID, null);
return _recruitment;
}
@Override
public ChangeDataPersonalVisit as(String alias) {
return new ChangeDataPersonalVisit(DSL.name(alias), this);

View file

@ -6,20 +6,14 @@ package ru.micord.webbpm.ervu.business_metrics.db_beans.actualization.tables;
import java.sql.Date;
import java.sql.Timestamp;
import java.util.Arrays;
import java.util.Collection;
import java.util.List;
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;
@ -35,7 +29,6 @@ import org.jooq.impl.TableImpl;
import ru.micord.webbpm.ervu.business_metrics.db_beans.actualization.Actualization;
import ru.micord.webbpm.ervu.business_metrics.db_beans.actualization.Keys;
import ru.micord.webbpm.ervu.business_metrics.db_beans.actualization.tables.records.IncidentsEpguInfoRecord;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables.Recruitment.RecruitmentPath;
/**
@ -124,37 +117,6 @@ public class IncidentsEpguInfo extends TableImpl<IncidentsEpguInfoRecord> {
this(DSL.name("incidents_epgu_info"), null);
}
public <O extends Record> IncidentsEpguInfo(Table<O> path, ForeignKey<O, IncidentsEpguInfoRecord> childPath, InverseForeignKey<O, IncidentsEpguInfoRecord> parentPath) {
super(path, childPath, parentPath, INCIDENTS_EPGU_INFO);
}
/**
* A subtype implementing {@link Path} for simplified path-based joins.
*/
public static class IncidentsEpguInfoPath extends IncidentsEpguInfo implements Path<IncidentsEpguInfoRecord> {
public <O extends Record> IncidentsEpguInfoPath(Table<O> path, ForeignKey<O, IncidentsEpguInfoRecord> childPath, InverseForeignKey<O, IncidentsEpguInfoRecord> parentPath) {
super(path, childPath, parentPath);
}
private IncidentsEpguInfoPath(Name alias, Table<IncidentsEpguInfoRecord> aliased) {
super(alias, aliased);
}
@Override
public IncidentsEpguInfoPath as(String alias) {
return new IncidentsEpguInfoPath(DSL.name(alias), this);
}
@Override
public IncidentsEpguInfoPath as(Name alias) {
return new IncidentsEpguInfoPath(alias, this);
}
@Override
public IncidentsEpguInfoPath as(Table<?> alias) {
return new IncidentsEpguInfoPath(alias.getQualifiedName(), this);
}
}
@Override
public Schema getSchema() {
return aliased() ? null : Actualization.ACTUALIZATION;
@ -170,23 +132,6 @@ public class IncidentsEpguInfo extends TableImpl<IncidentsEpguInfoRecord> {
return Keys.INCIDENTS_EPGU_INFO_PKEY;
}
@Override
public List<ForeignKey<IncidentsEpguInfoRecord, ?>> getReferences() {
return Arrays.asList(Keys.INCIDENTS_EPGU_INFO__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.INCIDENTS_EPGU_INFO__FK_CONV_INFO_RECORDS_FROM_EASU_RECRUITMENT_ID, null);
return _recruitment;
}
@Override
public IncidentsEpguInfo as(String alias) {
return new IncidentsEpguInfo(DSL.name(alias), this);

View file

@ -6,20 +6,14 @@ package ru.micord.webbpm.ervu.business_metrics.db_beans.actualization.tables;
import java.sql.Date;
import java.sql.Timestamp;
import java.util.Arrays;
import java.util.Collection;
import java.util.List;
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;
@ -35,7 +29,6 @@ import org.jooq.impl.TableImpl;
import ru.micord.webbpm.ervu.business_metrics.db_beans.actualization.Actualization;
import ru.micord.webbpm.ervu.business_metrics.db_beans.actualization.Keys;
import ru.micord.webbpm.ervu.business_metrics.db_beans.actualization.tables.records.IncidentsInfoRecord;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables.Recruitment.RecruitmentPath;
/**
@ -122,37 +115,6 @@ public class IncidentsInfo extends TableImpl<IncidentsInfoRecord> {
this(DSL.name("incidents_info"), null);
}
public <O extends Record> IncidentsInfo(Table<O> path, ForeignKey<O, IncidentsInfoRecord> childPath, InverseForeignKey<O, IncidentsInfoRecord> parentPath) {
super(path, childPath, parentPath, INCIDENTS_INFO);
}
/**
* A subtype implementing {@link Path} for simplified path-based joins.
*/
public static class IncidentsInfoPath extends IncidentsInfo implements Path<IncidentsInfoRecord> {
public <O extends Record> IncidentsInfoPath(Table<O> path, ForeignKey<O, IncidentsInfoRecord> childPath, InverseForeignKey<O, IncidentsInfoRecord> parentPath) {
super(path, childPath, parentPath);
}
private IncidentsInfoPath(Name alias, Table<IncidentsInfoRecord> aliased) {
super(alias, aliased);
}
@Override
public IncidentsInfoPath as(String alias) {
return new IncidentsInfoPath(DSL.name(alias), this);
}
@Override
public IncidentsInfoPath as(Name alias) {
return new IncidentsInfoPath(alias, this);
}
@Override
public IncidentsInfoPath as(Table<?> alias) {
return new IncidentsInfoPath(alias.getQualifiedName(), this);
}
}
@Override
public Schema getSchema() {
return aliased() ? null : Actualization.ACTUALIZATION;
@ -168,23 +130,6 @@ public class IncidentsInfo extends TableImpl<IncidentsInfoRecord> {
return Keys.INCIDENTS_INFO_PKEY;
}
@Override
public List<ForeignKey<IncidentsInfoRecord, ?>> getReferences() {
return Arrays.asList(Keys.INCIDENTS_INFO__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.INCIDENTS_INFO__FK_CONV_INFO_RECORDS_FROM_EASU_RECRUITMENT_ID, null);
return _recruitment;
}
@Override
public IncidentsInfo as(String alias) {
return new IncidentsInfo(DSL.name(alias), this);

View file

@ -13,14 +13,10 @@ import java.util.List;
import org.jooq.Check;
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;
@ -37,7 +33,6 @@ import org.jooq.impl.TableImpl;
import ru.micord.webbpm.ervu.business_metrics.db_beans.actualization.Actualization;
import ru.micord.webbpm.ervu.business_metrics.db_beans.actualization.Keys;
import ru.micord.webbpm.ervu.business_metrics.db_beans.actualization.tables.records.InfoSentToLkEpguRecord;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables.Recruitment.RecruitmentPath;
/**
@ -172,37 +167,6 @@ public class InfoSentToLkEpgu extends TableImpl<InfoSentToLkEpguRecord> {
this(DSL.name("info_sent_to_lk_epgu"), null);
}
public <O extends Record> InfoSentToLkEpgu(Table<O> path, ForeignKey<O, InfoSentToLkEpguRecord> childPath, InverseForeignKey<O, InfoSentToLkEpguRecord> parentPath) {
super(path, childPath, parentPath, INFO_SENT_TO_LK_EPGU);
}
/**
* A subtype implementing {@link Path} for simplified path-based joins.
*/
public static class InfoSentToLkEpguPath extends InfoSentToLkEpgu implements Path<InfoSentToLkEpguRecord> {
public <O extends Record> InfoSentToLkEpguPath(Table<O> path, ForeignKey<O, InfoSentToLkEpguRecord> childPath, InverseForeignKey<O, InfoSentToLkEpguRecord> parentPath) {
super(path, childPath, parentPath);
}
private InfoSentToLkEpguPath(Name alias, Table<InfoSentToLkEpguRecord> aliased) {
super(alias, aliased);
}
@Override
public InfoSentToLkEpguPath as(String alias) {
return new InfoSentToLkEpguPath(DSL.name(alias), this);
}
@Override
public InfoSentToLkEpguPath as(Name alias) {
return new InfoSentToLkEpguPath(alias, this);
}
@Override
public InfoSentToLkEpguPath as(Table<?> alias) {
return new InfoSentToLkEpguPath(alias.getQualifiedName(), this);
}
}
@Override
public Schema getSchema() {
return aliased() ? null : Actualization.ACTUALIZATION;
@ -218,23 +182,6 @@ public class InfoSentToLkEpgu extends TableImpl<InfoSentToLkEpguRecord> {
return Keys.INFO_SENT_TO_LK_EPGU_PKEY;
}
@Override
public List<ForeignKey<InfoSentToLkEpguRecord, ?>> getReferences() {
return Arrays.asList(Keys.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.INFO_SENT_TO_LK_EPGU__FK_CONV_INFO_RECORDS_FROM_EASU_RECRUITMENT_ID, null);
return _recruitment;
}
@Override
public List<Check<InfoSentToLkEpguRecord>> getChecks() {
return Arrays.asList(

View file

@ -6,20 +6,14 @@ package ru.micord.webbpm.ervu.business_metrics.db_beans.actualization.tables;
import java.sql.Date;
import java.sql.Timestamp;
import java.util.Arrays;
import java.util.Collection;
import java.util.List;
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;
@ -35,7 +29,6 @@ import org.jooq.impl.TableImpl;
import ru.micord.webbpm.ervu.business_metrics.db_beans.actualization.Actualization;
import ru.micord.webbpm.ervu.business_metrics.db_beans.actualization.Keys;
import ru.micord.webbpm.ervu.business_metrics.db_beans.actualization.tables.records.RecordsAboutCitizenRecord;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables.Recruitment.RecruitmentPath;
/**
@ -119,37 +112,6 @@ public class RecordsAboutCitizen extends TableImpl<RecordsAboutCitizenRecord> {
this(DSL.name("records_about_citizen"), null);
}
public <O extends Record> RecordsAboutCitizen(Table<O> path, ForeignKey<O, RecordsAboutCitizenRecord> childPath, InverseForeignKey<O, RecordsAboutCitizenRecord> parentPath) {
super(path, childPath, parentPath, RECORDS_ABOUT_CITIZEN);
}
/**
* A subtype implementing {@link Path} for simplified path-based joins.
*/
public static class RecordsAboutCitizenPath extends RecordsAboutCitizen implements Path<RecordsAboutCitizenRecord> {
public <O extends Record> RecordsAboutCitizenPath(Table<O> path, ForeignKey<O, RecordsAboutCitizenRecord> childPath, InverseForeignKey<O, RecordsAboutCitizenRecord> parentPath) {
super(path, childPath, parentPath);
}
private RecordsAboutCitizenPath(Name alias, Table<RecordsAboutCitizenRecord> aliased) {
super(alias, aliased);
}
@Override
public RecordsAboutCitizenPath as(String alias) {
return new RecordsAboutCitizenPath(DSL.name(alias), this);
}
@Override
public RecordsAboutCitizenPath as(Name alias) {
return new RecordsAboutCitizenPath(alias, this);
}
@Override
public RecordsAboutCitizenPath as(Table<?> alias) {
return new RecordsAboutCitizenPath(alias.getQualifiedName(), this);
}
}
@Override
public Schema getSchema() {
return aliased() ? null : Actualization.ACTUALIZATION;
@ -165,23 +127,6 @@ public class RecordsAboutCitizen extends TableImpl<RecordsAboutCitizenRecord> {
return Keys.RECORDS_ABOUT_CITIZEN_PKEY;
}
@Override
public List<ForeignKey<RecordsAboutCitizenRecord, ?>> getReferences() {
return Arrays.asList(Keys.RECORDS_ABOUT_CITIZEN__FK_CRIMINAL_ADMINISTRATIVE_LIABILITY_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.RECORDS_ABOUT_CITIZEN__FK_CRIMINAL_ADMINISTRATIVE_LIABILITY_RECRUITMENT_ID, null);
return _recruitment;
}
@Override
public RecordsAboutCitizen as(String alias) {
return new RecordsAboutCitizen(DSL.name(alias), this);

View file

@ -4,7 +4,6 @@
package ru.micord.webbpm.ervu.business_metrics.db_beans.admin_indicators;
import org.jooq.ForeignKey;
import org.jooq.TableField;
import org.jooq.UniqueKey;
import org.jooq.impl.DSL;
@ -18,8 +17,6 @@ import ru.micord.webbpm.ervu.business_metrics.db_beans.admin_indicators.tables.r
import ru.micord.webbpm.ervu.business_metrics.db_beans.admin_indicators.tables.records.UserActivityDynamicsRecord;
import ru.micord.webbpm.ervu.business_metrics.db_beans.admin_indicators.tables.records.UserActivityRecord;
import ru.micord.webbpm.ervu.business_metrics.db_beans.admin_indicators.tables.records.UserAnalysisRecord;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables.Recruitment;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables.records.RecruitmentRecord;
/**
@ -37,11 +34,4 @@ public class Keys {
public static final UniqueKey<UserActivityRecord> USER_ACTIVITY_PKEY = Internal.createUniqueKey(UserActivity.USER_ACTIVITY, DSL.name("user_activity_pkey"), new TableField[] { UserActivity.USER_ACTIVITY.USER_ACTIVITY_ID }, true);
public static final UniqueKey<UserActivityDynamicsRecord> USER_ACTIVITY_DYNAMICS_PKEY = Internal.createUniqueKey(UserActivityDynamics.USER_ACTIVITY_DYNAMICS, DSL.name("user_activity_dynamics_pkey"), new TableField[] { UserActivityDynamics.USER_ACTIVITY_DYNAMICS.USER_ACTIVITY_DYNAMICS_ID }, true);
public static final UniqueKey<UserAnalysisRecord> USER_ANALYSIS_PKEY = Internal.createUniqueKey(UserAnalysis.USER_ANALYSIS, DSL.name("user_analysis_pkey"), new TableField[] { UserAnalysis.USER_ANALYSIS.USER_ANALYSIS_ID }, true);
// -------------------------------------------------------------------------
// FOREIGN KEY definitions
// -------------------------------------------------------------------------
public static final ForeignKey<ActiveServiceTimeRecord, RecruitmentRecord> ACTIVE_SERVICE_TIME__FK_CONV_INFO_RECORDS_FROM_EASU_RECRUITMENT_ID = Internal.createForeignKey(ActiveServiceTime.ACTIVE_SERVICE_TIME, DSL.name("fk_conv_info_records_from_easu_recruitment_id"), new TableField[] { ActiveServiceTime.ACTIVE_SERVICE_TIME.RECRUITMENT_ID }, ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.Keys.RECRUITMENT_PKEY, new TableField[] { Recruitment.RECRUITMENT.ID }, true);
public static final ForeignKey<UserActivityDynamicsRecord, RecruitmentRecord> USER_ACTIVITY_DYNAMICS__FK_CONV_INFO_RECORDS_FROM_EASU_RECRUITMENT_ID = Internal.createForeignKey(UserActivityDynamics.USER_ACTIVITY_DYNAMICS, DSL.name("fk_conv_info_records_from_easu_recruitment_id"), new TableField[] { UserActivityDynamics.USER_ACTIVITY_DYNAMICS.RECRUITMENT_ID }, ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.Keys.RECRUITMENT_PKEY, new TableField[] { Recruitment.RECRUITMENT.ID }, true);
}

View file

@ -6,20 +6,14 @@ package ru.micord.webbpm.ervu.business_metrics.db_beans.admin_indicators.tables;
import java.sql.Date;
import java.sql.Timestamp;
import java.util.Arrays;
import java.util.Collection;
import java.util.List;
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;
@ -35,7 +29,6 @@ import org.jooq.impl.TableImpl;
import ru.micord.webbpm.ervu.business_metrics.db_beans.admin_indicators.AdminIndicators;
import ru.micord.webbpm.ervu.business_metrics.db_beans.admin_indicators.Keys;
import ru.micord.webbpm.ervu.business_metrics.db_beans.admin_indicators.tables.records.ActiveServiceTimeRecord;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables.Recruitment.RecruitmentPath;
/**
@ -198,37 +191,6 @@ public class ActiveServiceTime extends TableImpl<ActiveServiceTimeRecord> {
this(DSL.name("active_service_time"), null);
}
public <O extends Record> ActiveServiceTime(Table<O> path, ForeignKey<O, ActiveServiceTimeRecord> childPath, InverseForeignKey<O, ActiveServiceTimeRecord> parentPath) {
super(path, childPath, parentPath, ACTIVE_SERVICE_TIME);
}
/**
* A subtype implementing {@link Path} for simplified path-based joins.
*/
public static class ActiveServiceTimePath extends ActiveServiceTime implements Path<ActiveServiceTimeRecord> {
public <O extends Record> ActiveServiceTimePath(Table<O> path, ForeignKey<O, ActiveServiceTimeRecord> childPath, InverseForeignKey<O, ActiveServiceTimeRecord> parentPath) {
super(path, childPath, parentPath);
}
private ActiveServiceTimePath(Name alias, Table<ActiveServiceTimeRecord> aliased) {
super(alias, aliased);
}
@Override
public ActiveServiceTimePath as(String alias) {
return new ActiveServiceTimePath(DSL.name(alias), this);
}
@Override
public ActiveServiceTimePath as(Name alias) {
return new ActiveServiceTimePath(alias, this);
}
@Override
public ActiveServiceTimePath as(Table<?> alias) {
return new ActiveServiceTimePath(alias.getQualifiedName(), this);
}
}
@Override
public Schema getSchema() {
return aliased() ? null : AdminIndicators.ADMIN_INDICATORS;
@ -244,23 +206,6 @@ public class ActiveServiceTime extends TableImpl<ActiveServiceTimeRecord> {
return Keys.ACTIVE_SERVICE_TIME_PKEY;
}
@Override
public List<ForeignKey<ActiveServiceTimeRecord, ?>> getReferences() {
return Arrays.asList(Keys.ACTIVE_SERVICE_TIME__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.ACTIVE_SERVICE_TIME__FK_CONV_INFO_RECORDS_FROM_EASU_RECRUITMENT_ID, null);
return _recruitment;
}
@Override
public ActiveServiceTime as(String alias) {
return new ActiveServiceTime(DSL.name(alias), this);

View file

@ -6,20 +6,14 @@ package ru.micord.webbpm.ervu.business_metrics.db_beans.admin_indicators.tables;
import java.sql.Date;
import java.sql.Timestamp;
import java.util.Arrays;
import java.util.Collection;
import java.util.List;
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;
@ -35,7 +29,6 @@ import org.jooq.impl.TableImpl;
import ru.micord.webbpm.ervu.business_metrics.db_beans.admin_indicators.AdminIndicators;
import ru.micord.webbpm.ervu.business_metrics.db_beans.admin_indicators.Keys;
import ru.micord.webbpm.ervu.business_metrics.db_beans.admin_indicators.tables.records.UserActivityDynamicsRecord;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables.Recruitment.RecruitmentPath;
/**
@ -193,37 +186,6 @@ public class UserActivityDynamics extends TableImpl<UserActivityDynamicsRecord>
this(DSL.name("user_activity_dynamics"), null);
}
public <O extends Record> UserActivityDynamics(Table<O> path, ForeignKey<O, UserActivityDynamicsRecord> childPath, InverseForeignKey<O, UserActivityDynamicsRecord> parentPath) {
super(path, childPath, parentPath, USER_ACTIVITY_DYNAMICS);
}
/**
* A subtype implementing {@link Path} for simplified path-based joins.
*/
public static class UserActivityDynamicsPath extends UserActivityDynamics implements Path<UserActivityDynamicsRecord> {
public <O extends Record> UserActivityDynamicsPath(Table<O> path, ForeignKey<O, UserActivityDynamicsRecord> childPath, InverseForeignKey<O, UserActivityDynamicsRecord> parentPath) {
super(path, childPath, parentPath);
}
private UserActivityDynamicsPath(Name alias, Table<UserActivityDynamicsRecord> aliased) {
super(alias, aliased);
}
@Override
public UserActivityDynamicsPath as(String alias) {
return new UserActivityDynamicsPath(DSL.name(alias), this);
}
@Override
public UserActivityDynamicsPath as(Name alias) {
return new UserActivityDynamicsPath(alias, this);
}
@Override
public UserActivityDynamicsPath as(Table<?> alias) {
return new UserActivityDynamicsPath(alias.getQualifiedName(), this);
}
}
@Override
public Schema getSchema() {
return aliased() ? null : AdminIndicators.ADMIN_INDICATORS;
@ -239,23 +201,6 @@ public class UserActivityDynamics extends TableImpl<UserActivityDynamicsRecord>
return Keys.USER_ACTIVITY_DYNAMICS_PKEY;
}
@Override
public List<ForeignKey<UserActivityDynamicsRecord, ?>> getReferences() {
return Arrays.asList(Keys.USER_ACTIVITY_DYNAMICS__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.USER_ACTIVITY_DYNAMICS__FK_CONV_INFO_RECORDS_FROM_EASU_RECRUITMENT_ID, null);
return _recruitment;
}
@Override
public UserActivityDynamics as(String alias) {
return new UserActivityDynamics(DSL.name(alias), this);

View file

@ -4,7 +4,6 @@
package ru.micord.webbpm.ervu.business_metrics.db_beans.deregistration;
import org.jooq.ForeignKey;
import org.jooq.TableField;
import org.jooq.UniqueKey;
import org.jooq.impl.DSL;
@ -34,8 +33,6 @@ import ru.micord.webbpm.ervu.business_metrics.db_beans.deregistration.tables.rec
import ru.micord.webbpm.ervu.business_metrics.db_beans.deregistration.tables.records.RejectionDecisionsRecord;
import ru.micord.webbpm.ervu.business_metrics.db_beans.deregistration.tables.records.RemovalRegistrationRecord;
import ru.micord.webbpm.ervu.business_metrics.db_beans.deregistration.tables.records.SolutionsRecord;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables.Recruitment;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables.records.RecruitmentRecord;
/**
@ -61,21 +58,4 @@ public class Keys {
public static final UniqueKey<RejectionDecisionsRecord> REJECTION_DECISIONS_PKEY = Internal.createUniqueKey(RejectionDecisions.REJECTION_DECISIONS, DSL.name("rejection_decisions_pkey"), new TableField[] { RejectionDecisions.REJECTION_DECISIONS.REJECTION_DECISIONS_ID }, true);
public static final UniqueKey<RemovalRegistrationRecord> REMOVAL_REGISTRATION_PKEY = Internal.createUniqueKey(RemovalRegistration.REMOVAL_REGISTRATION, DSL.name("removal_registration_pkey"), new TableField[] { RemovalRegistration.REMOVAL_REGISTRATION.REMOVAL_REGISTRATION_ID }, true);
public static final UniqueKey<SolutionsRecord> SOLUTIONS_PKEY = Internal.createUniqueKey(Solutions.SOLUTIONS, DSL.name("solutions_pkey"), new TableField[] { Solutions.SOLUTIONS.SOLUTIONS_ID }, true);
// -------------------------------------------------------------------------
// FOREIGN KEY definitions
// -------------------------------------------------------------------------
public static final ForeignKey<ActiveApplicationsRecord, RecruitmentRecord> ACTIVE_APPLICATIONS__FK_CRIMINAL_ADMINISTRATIVE_LIABILITY_RECRUITMENT_ID = Internal.createForeignKey(ActiveApplications.ACTIVE_APPLICATIONS, DSL.name("fk_criminal_administrative_liability_recruitment_id"), new TableField[] { ActiveApplications.ACTIVE_APPLICATIONS.RECRUITMENT_ID }, ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.Keys.RECRUITMENT_PKEY, new TableField[] { Recruitment.RECRUITMENT.ID }, true);
public static final ForeignKey<ApplicationsReceivedFromEpguRecord, RecruitmentRecord> APPLICATIONS_RECEIVED_FROM_EPGU__FK_CONV_INFO_RECORDS_FROM_EASU_RECRUITMENT_ID = Internal.createForeignKey(ApplicationsReceivedFromEpgu.APPLICATIONS_RECEIVED_FROM_EPGU, DSL.name("fk_conv_info_records_from_easu_recruitment_id"), new TableField[] { ApplicationsReceivedFromEpgu.APPLICATIONS_RECEIVED_FROM_EPGU.RECRUITMENT_ID }, ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.Keys.RECRUITMENT_PKEY, new TableField[] { Recruitment.RECRUITMENT.ID }, true);
public static final ForeignKey<ApplicationsSentFromEpguRecord, RecruitmentRecord> APPLICATIONS_SENT_FROM_EPGU__FK_CONV_INFO_RECORDS_FROM_EASU_RECRUITMENT_ID = Internal.createForeignKey(ApplicationsSentFromEpgu.APPLICATIONS_SENT_FROM_EPGU, DSL.name("fk_conv_info_records_from_easu_recruitment_id"), new TableField[] { ApplicationsSentFromEpgu.APPLICATIONS_SENT_FROM_EPGU.RECRUITMENT_ID }, ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.Keys.RECRUITMENT_PKEY, new TableField[] { Recruitment.RECRUITMENT.ID }, true);
public static final ForeignKey<DataFromGirVuRecord, RecruitmentRecord> DATA_FROM_GIR_VU__FK_CRIMINAL_ADMINISTRATIVE_LIABILITY_RECRUITMENT_ID = Internal.createForeignKey(DataFromGirVu.DATA_FROM_GIR_VU, DSL.name("fk_criminal_administrative_liability_recruitment_id"), new TableField[] { DataFromGirVu.DATA_FROM_GIR_VU.RECRUITMENT_ID }, ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.Keys.RECRUITMENT_PKEY, new TableField[] { Recruitment.RECRUITMENT.ID }, true);
public static final ForeignKey<DataFromGisErvuRecord, RecruitmentRecord> DATA_FROM_GIS_ERVU__FK_DATA_FROM_GIS_ERVU_RECRUITMENT_ID = Internal.createForeignKey(DataFromGisErvu.DATA_FROM_GIS_ERVU, DSL.name("fk_data_from_gis_ervu_recruitment_id"), new TableField[] { DataFromGisErvu.DATA_FROM_GIS_ERVU.RECRUITMENT_ID }, ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.Keys.RECRUITMENT_PKEY, new TableField[] { Recruitment.RECRUITMENT.ID }, true);
public static final ForeignKey<DecisionsSigningRecord, RecruitmentRecord> DECISIONS_SIGNING__FK_DECISIONS_SIGNING_RECRUITMENT_ID = Internal.createForeignKey(DecisionsSigning.DECISIONS_SIGNING, DSL.name("fk_decisions_signing_recruitment_id"), new TableField[] { DecisionsSigning.DECISIONS_SIGNING.RECRUITMENT_ID }, ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.Keys.RECRUITMENT_PKEY, new TableField[] { Recruitment.RECRUITMENT.ID }, true);
public static final ForeignKey<GeneratedSolutionsRecord, RecruitmentRecord> GENERATED_SOLUTIONS__FK_GENERATED_SOLUTIONS_RECRUITMENT_ID = Internal.createForeignKey(GeneratedSolutions.GENERATED_SOLUTIONS, DSL.name("fk_generated_solutions_recruitment_id"), new TableField[] { GeneratedSolutions.GENERATED_SOLUTIONS.RECRUITMENT_ID }, ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.Keys.RECRUITMENT_PKEY, new TableField[] { Recruitment.RECRUITMENT.ID }, true);
public static final ForeignKey<IncidentsInfoRecord, RecruitmentRecord> INCIDENTS_INFO__FK_CONV_INFO_RECORDS_FROM_EASU_RECRUITMENT_ID = Internal.createForeignKey(IncidentsInfo.INCIDENTS_INFO, DSL.name("fk_conv_info_records_from_easu_recruitment_id"), new TableField[] { IncidentsInfo.INCIDENTS_INFO.RECRUITMENT_ID }, ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.Keys.RECRUITMENT_PKEY, new TableField[] { Recruitment.RECRUITMENT.ID }, true);
public static final ForeignKey<InfoSentToLkEpguRecord, RecruitmentRecord> INFO_SENT_TO_LK_EPGU__FK_CONV_INFO_RECORDS_FROM_EASU_RECRUITMENT_ID = Internal.createForeignKey(InfoSentToLkEpgu.INFO_SENT_TO_LK_EPGU, DSL.name("fk_conv_info_records_from_easu_recruitment_id"), new TableField[] { InfoSentToLkEpgu.INFO_SENT_TO_LK_EPGU.RECRUITMENT_ID }, ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.Keys.RECRUITMENT_PKEY, new TableField[] { Recruitment.RECRUITMENT.ID }, true);
public static final ForeignKey<RejectionDecisionsRecord, RecruitmentRecord> REJECTION_DECISIONS__FK_REJECTION_DECISIONS_RECRUITMENT_ID = Internal.createForeignKey(RejectionDecisions.REJECTION_DECISIONS, DSL.name("fk_rejection_decisions_recruitment_id"), new TableField[] { RejectionDecisions.REJECTION_DECISIONS.RECRUITMENT_ID }, ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.Keys.RECRUITMENT_PKEY, new TableField[] { Recruitment.RECRUITMENT.ID }, true);
public static final ForeignKey<RemovalRegistrationRecord, RecruitmentRecord> REMOVAL_REGISTRATION__FK_REMOVAL_REGISTRATION_RECRUITMENT_ID = Internal.createForeignKey(RemovalRegistration.REMOVAL_REGISTRATION, DSL.name("fk_removal_registration_recruitment_id"), new TableField[] { RemovalRegistration.REMOVAL_REGISTRATION.RECRUITMENT_ID }, ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.Keys.RECRUITMENT_PKEY, new TableField[] { Recruitment.RECRUITMENT.ID }, true);
public static final ForeignKey<SolutionsRecord, RecruitmentRecord> SOLUTIONS__FK_CRIMINAL_ADMINISTRATIVE_LIABILITY_RECRUITMENT_ID = Internal.createForeignKey(Solutions.SOLUTIONS, DSL.name("fk_criminal_administrative_liability_recruitment_id"), new TableField[] { Solutions.SOLUTIONS.RECRUITMENT_ID }, ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.Keys.RECRUITMENT_PKEY, new TableField[] { Recruitment.RECRUITMENT.ID }, true);
}

View file

@ -6,20 +6,14 @@ package ru.micord.webbpm.ervu.business_metrics.db_beans.deregistration.tables;
import java.sql.Date;
import java.sql.Timestamp;
import java.util.Arrays;
import java.util.Collection;
import java.util.List;
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;
@ -35,7 +29,6 @@ import org.jooq.impl.TableImpl;
import ru.micord.webbpm.ervu.business_metrics.db_beans.deregistration.Deregistration;
import ru.micord.webbpm.ervu.business_metrics.db_beans.deregistration.Keys;
import ru.micord.webbpm.ervu.business_metrics.db_beans.deregistration.tables.records.ActiveApplicationsRecord;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables.Recruitment.RecruitmentPath;
/**
@ -118,37 +111,6 @@ public class ActiveApplications extends TableImpl<ActiveApplicationsRecord> {
this(DSL.name("active_applications"), null);
}
public <O extends Record> ActiveApplications(Table<O> path, ForeignKey<O, ActiveApplicationsRecord> childPath, InverseForeignKey<O, ActiveApplicationsRecord> parentPath) {
super(path, childPath, parentPath, ACTIVE_APPLICATIONS);
}
/**
* A subtype implementing {@link Path} for simplified path-based joins.
*/
public static class ActiveApplicationsPath extends ActiveApplications implements Path<ActiveApplicationsRecord> {
public <O extends Record> ActiveApplicationsPath(Table<O> path, ForeignKey<O, ActiveApplicationsRecord> childPath, InverseForeignKey<O, ActiveApplicationsRecord> parentPath) {
super(path, childPath, parentPath);
}
private ActiveApplicationsPath(Name alias, Table<ActiveApplicationsRecord> aliased) {
super(alias, aliased);
}
@Override
public ActiveApplicationsPath as(String alias) {
return new ActiveApplicationsPath(DSL.name(alias), this);
}
@Override
public ActiveApplicationsPath as(Name alias) {
return new ActiveApplicationsPath(alias, this);
}
@Override
public ActiveApplicationsPath as(Table<?> alias) {
return new ActiveApplicationsPath(alias.getQualifiedName(), this);
}
}
@Override
public Schema getSchema() {
return aliased() ? null : Deregistration.DEREGISTRATION;
@ -164,23 +126,6 @@ public class ActiveApplications extends TableImpl<ActiveApplicationsRecord> {
return Keys.ACTIVE_APPLICATIONS_PKEY;
}
@Override
public List<ForeignKey<ActiveApplicationsRecord, ?>> getReferences() {
return Arrays.asList(Keys.ACTIVE_APPLICATIONS__FK_CRIMINAL_ADMINISTRATIVE_LIABILITY_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.ACTIVE_APPLICATIONS__FK_CRIMINAL_ADMINISTRATIVE_LIABILITY_RECRUITMENT_ID, null);
return _recruitment;
}
@Override
public ActiveApplications as(String alias) {
return new ActiveApplications(DSL.name(alias), this);

View file

@ -6,20 +6,14 @@ package ru.micord.webbpm.ervu.business_metrics.db_beans.deregistration.tables;
import java.sql.Date;
import java.sql.Timestamp;
import java.util.Arrays;
import java.util.Collection;
import java.util.List;
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;
@ -35,7 +29,6 @@ import org.jooq.impl.TableImpl;
import ru.micord.webbpm.ervu.business_metrics.db_beans.deregistration.Deregistration;
import ru.micord.webbpm.ervu.business_metrics.db_beans.deregistration.Keys;
import ru.micord.webbpm.ervu.business_metrics.db_beans.deregistration.tables.records.ApplicationsReceivedFromEpguRecord;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables.Recruitment.RecruitmentPath;
/**
@ -173,37 +166,6 @@ public class ApplicationsReceivedFromEpgu extends TableImpl<ApplicationsReceived
this(DSL.name("applications_received_from_epgu"), null);
}
public <O extends Record> ApplicationsReceivedFromEpgu(Table<O> path, ForeignKey<O, ApplicationsReceivedFromEpguRecord> childPath, InverseForeignKey<O, ApplicationsReceivedFromEpguRecord> parentPath) {
super(path, childPath, parentPath, APPLICATIONS_RECEIVED_FROM_EPGU);
}
/**
* A subtype implementing {@link Path} for simplified path-based joins.
*/
public static class ApplicationsReceivedFromEpguPath extends ApplicationsReceivedFromEpgu implements Path<ApplicationsReceivedFromEpguRecord> {
public <O extends Record> ApplicationsReceivedFromEpguPath(Table<O> path, ForeignKey<O, ApplicationsReceivedFromEpguRecord> childPath, InverseForeignKey<O, ApplicationsReceivedFromEpguRecord> parentPath) {
super(path, childPath, parentPath);
}
private ApplicationsReceivedFromEpguPath(Name alias, Table<ApplicationsReceivedFromEpguRecord> aliased) {
super(alias, aliased);
}
@Override
public ApplicationsReceivedFromEpguPath as(String alias) {
return new ApplicationsReceivedFromEpguPath(DSL.name(alias), this);
}
@Override
public ApplicationsReceivedFromEpguPath as(Name alias) {
return new ApplicationsReceivedFromEpguPath(alias, this);
}
@Override
public ApplicationsReceivedFromEpguPath as(Table<?> alias) {
return new ApplicationsReceivedFromEpguPath(alias.getQualifiedName(), this);
}
}
@Override
public Schema getSchema() {
return aliased() ? null : Deregistration.DEREGISTRATION;
@ -219,23 +181,6 @@ public class ApplicationsReceivedFromEpgu extends TableImpl<ApplicationsReceived
return Keys.APPLICATIONS_RECEIVED_FROM_EPGU_PKEY;
}
@Override
public List<ForeignKey<ApplicationsReceivedFromEpguRecord, ?>> getReferences() {
return Arrays.asList(Keys.APPLICATIONS_RECEIVED_FROM_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.APPLICATIONS_RECEIVED_FROM_EPGU__FK_CONV_INFO_RECORDS_FROM_EASU_RECRUITMENT_ID, null);
return _recruitment;
}
@Override
public ApplicationsReceivedFromEpgu as(String alias) {
return new ApplicationsReceivedFromEpgu(DSL.name(alias), this);

View file

@ -6,20 +6,14 @@ package ru.micord.webbpm.ervu.business_metrics.db_beans.deregistration.tables;
import java.sql.Date;
import java.sql.Timestamp;
import java.util.Arrays;
import java.util.Collection;
import java.util.List;
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;
@ -35,7 +29,6 @@ import org.jooq.impl.TableImpl;
import ru.micord.webbpm.ervu.business_metrics.db_beans.deregistration.Deregistration;
import ru.micord.webbpm.ervu.business_metrics.db_beans.deregistration.Keys;
import ru.micord.webbpm.ervu.business_metrics.db_beans.deregistration.tables.records.ApplicationsSentFromEpguRecord;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables.Recruitment.RecruitmentPath;
/**
@ -140,37 +133,6 @@ public class ApplicationsSentFromEpgu extends TableImpl<ApplicationsSentFromEpgu
this(DSL.name("applications_sent_from_epgu"), null);
}
public <O extends Record> ApplicationsSentFromEpgu(Table<O> path, ForeignKey<O, ApplicationsSentFromEpguRecord> childPath, InverseForeignKey<O, ApplicationsSentFromEpguRecord> parentPath) {
super(path, childPath, parentPath, APPLICATIONS_SENT_FROM_EPGU);
}
/**
* A subtype implementing {@link Path} for simplified path-based joins.
*/
public static class ApplicationsSentFromEpguPath extends ApplicationsSentFromEpgu implements Path<ApplicationsSentFromEpguRecord> {
public <O extends Record> ApplicationsSentFromEpguPath(Table<O> path, ForeignKey<O, ApplicationsSentFromEpguRecord> childPath, InverseForeignKey<O, ApplicationsSentFromEpguRecord> parentPath) {
super(path, childPath, parentPath);
}
private ApplicationsSentFromEpguPath(Name alias, Table<ApplicationsSentFromEpguRecord> aliased) {
super(alias, aliased);
}
@Override
public ApplicationsSentFromEpguPath as(String alias) {
return new ApplicationsSentFromEpguPath(DSL.name(alias), this);
}
@Override
public ApplicationsSentFromEpguPath as(Name alias) {
return new ApplicationsSentFromEpguPath(alias, this);
}
@Override
public ApplicationsSentFromEpguPath as(Table<?> alias) {
return new ApplicationsSentFromEpguPath(alias.getQualifiedName(), this);
}
}
@Override
public Schema getSchema() {
return aliased() ? null : Deregistration.DEREGISTRATION;
@ -186,23 +148,6 @@ public class ApplicationsSentFromEpgu extends TableImpl<ApplicationsSentFromEpgu
return Keys.APPLICATIONS_SENT_FROM_EPGU_PKEY;
}
@Override
public List<ForeignKey<ApplicationsSentFromEpguRecord, ?>> getReferences() {
return Arrays.asList(Keys.APPLICATIONS_SENT_FROM_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.APPLICATIONS_SENT_FROM_EPGU__FK_CONV_INFO_RECORDS_FROM_EASU_RECRUITMENT_ID, null);
return _recruitment;
}
@Override
public ApplicationsSentFromEpgu as(String alias) {
return new ApplicationsSentFromEpgu(DSL.name(alias), this);

View file

@ -6,20 +6,14 @@ package ru.micord.webbpm.ervu.business_metrics.db_beans.deregistration.tables;
import java.sql.Date;
import java.sql.Timestamp;
import java.util.Arrays;
import java.util.Collection;
import java.util.List;
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;
@ -35,7 +29,6 @@ import org.jooq.impl.TableImpl;
import ru.micord.webbpm.ervu.business_metrics.db_beans.deregistration.Deregistration;
import ru.micord.webbpm.ervu.business_metrics.db_beans.deregistration.Keys;
import ru.micord.webbpm.ervu.business_metrics.db_beans.deregistration.tables.records.DataFromGirVuRecord;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables.Recruitment.RecruitmentPath;
/**
@ -125,37 +118,6 @@ public class DataFromGirVu extends TableImpl<DataFromGirVuRecord> {
this(DSL.name("data_from_gir_vu"), null);
}
public <O extends Record> DataFromGirVu(Table<O> path, ForeignKey<O, DataFromGirVuRecord> childPath, InverseForeignKey<O, DataFromGirVuRecord> parentPath) {
super(path, childPath, parentPath, DATA_FROM_GIR_VU);
}
/**
* A subtype implementing {@link Path} for simplified path-based joins.
*/
public static class DataFromGirVuPath extends DataFromGirVu implements Path<DataFromGirVuRecord> {
public <O extends Record> DataFromGirVuPath(Table<O> path, ForeignKey<O, DataFromGirVuRecord> childPath, InverseForeignKey<O, DataFromGirVuRecord> parentPath) {
super(path, childPath, parentPath);
}
private DataFromGirVuPath(Name alias, Table<DataFromGirVuRecord> aliased) {
super(alias, aliased);
}
@Override
public DataFromGirVuPath as(String alias) {
return new DataFromGirVuPath(DSL.name(alias), this);
}
@Override
public DataFromGirVuPath as(Name alias) {
return new DataFromGirVuPath(alias, this);
}
@Override
public DataFromGirVuPath as(Table<?> alias) {
return new DataFromGirVuPath(alias.getQualifiedName(), this);
}
}
@Override
public Schema getSchema() {
return aliased() ? null : Deregistration.DEREGISTRATION;
@ -171,23 +133,6 @@ public class DataFromGirVu extends TableImpl<DataFromGirVuRecord> {
return Keys.DATA_FROM_GIR_VU_PKEY;
}
@Override
public List<ForeignKey<DataFromGirVuRecord, ?>> getReferences() {
return Arrays.asList(Keys.DATA_FROM_GIR_VU__FK_CRIMINAL_ADMINISTRATIVE_LIABILITY_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.DATA_FROM_GIR_VU__FK_CRIMINAL_ADMINISTRATIVE_LIABILITY_RECRUITMENT_ID, null);
return _recruitment;
}
@Override
public DataFromGirVu as(String alias) {
return new DataFromGirVu(DSL.name(alias), this);

View file

@ -6,20 +6,14 @@ package ru.micord.webbpm.ervu.business_metrics.db_beans.deregistration.tables;
import java.sql.Date;
import java.sql.Timestamp;
import java.util.Arrays;
import java.util.Collection;
import java.util.List;
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;
@ -35,7 +29,6 @@ import org.jooq.impl.TableImpl;
import ru.micord.webbpm.ervu.business_metrics.db_beans.deregistration.Deregistration;
import ru.micord.webbpm.ervu.business_metrics.db_beans.deregistration.Keys;
import ru.micord.webbpm.ervu.business_metrics.db_beans.deregistration.tables.records.DataFromGisErvuRecord;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables.Recruitment.RecruitmentPath;
/**
@ -124,37 +117,6 @@ public class DataFromGisErvu extends TableImpl<DataFromGisErvuRecord> {
this(DSL.name("data_from_gis_ervu"), null);
}
public <O extends Record> DataFromGisErvu(Table<O> path, ForeignKey<O, DataFromGisErvuRecord> childPath, InverseForeignKey<O, DataFromGisErvuRecord> parentPath) {
super(path, childPath, parentPath, DATA_FROM_GIS_ERVU);
}
/**
* A subtype implementing {@link Path} for simplified path-based joins.
*/
public static class DataFromGisErvuPath extends DataFromGisErvu implements Path<DataFromGisErvuRecord> {
public <O extends Record> DataFromGisErvuPath(Table<O> path, ForeignKey<O, DataFromGisErvuRecord> childPath, InverseForeignKey<O, DataFromGisErvuRecord> parentPath) {
super(path, childPath, parentPath);
}
private DataFromGisErvuPath(Name alias, Table<DataFromGisErvuRecord> aliased) {
super(alias, aliased);
}
@Override
public DataFromGisErvuPath as(String alias) {
return new DataFromGisErvuPath(DSL.name(alias), this);
}
@Override
public DataFromGisErvuPath as(Name alias) {
return new DataFromGisErvuPath(alias, this);
}
@Override
public DataFromGisErvuPath as(Table<?> alias) {
return new DataFromGisErvuPath(alias.getQualifiedName(), this);
}
}
@Override
public Schema getSchema() {
return aliased() ? null : Deregistration.DEREGISTRATION;
@ -170,23 +132,6 @@ public class DataFromGisErvu extends TableImpl<DataFromGisErvuRecord> {
return Keys.DATA_FROM_GIS_ERVU_PKEY;
}
@Override
public List<ForeignKey<DataFromGisErvuRecord, ?>> getReferences() {
return Arrays.asList(Keys.DATA_FROM_GIS_ERVU__FK_DATA_FROM_GIS_ERVU_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.DATA_FROM_GIS_ERVU__FK_DATA_FROM_GIS_ERVU_RECRUITMENT_ID, null);
return _recruitment;
}
@Override
public DataFromGisErvu as(String alias) {
return new DataFromGisErvu(DSL.name(alias), this);

View file

@ -6,20 +6,14 @@ package ru.micord.webbpm.ervu.business_metrics.db_beans.deregistration.tables;
import java.sql.Date;
import java.sql.Timestamp;
import java.util.Arrays;
import java.util.Collection;
import java.util.List;
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;
@ -35,7 +29,6 @@ import org.jooq.impl.TableImpl;
import ru.micord.webbpm.ervu.business_metrics.db_beans.deregistration.Deregistration;
import ru.micord.webbpm.ervu.business_metrics.db_beans.deregistration.Keys;
import ru.micord.webbpm.ervu.business_metrics.db_beans.deregistration.tables.records.DecisionsSigningRecord;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables.Recruitment.RecruitmentPath;
/**
@ -125,37 +118,6 @@ public class DecisionsSigning extends TableImpl<DecisionsSigningRecord> {
this(DSL.name("decisions_signing"), null);
}
public <O extends Record> DecisionsSigning(Table<O> path, ForeignKey<O, DecisionsSigningRecord> childPath, InverseForeignKey<O, DecisionsSigningRecord> parentPath) {
super(path, childPath, parentPath, DECISIONS_SIGNING);
}
/**
* A subtype implementing {@link Path} for simplified path-based joins.
*/
public static class DecisionsSigningPath extends DecisionsSigning implements Path<DecisionsSigningRecord> {
public <O extends Record> DecisionsSigningPath(Table<O> path, ForeignKey<O, DecisionsSigningRecord> childPath, InverseForeignKey<O, DecisionsSigningRecord> parentPath) {
super(path, childPath, parentPath);
}
private DecisionsSigningPath(Name alias, Table<DecisionsSigningRecord> aliased) {
super(alias, aliased);
}
@Override
public DecisionsSigningPath as(String alias) {
return new DecisionsSigningPath(DSL.name(alias), this);
}
@Override
public DecisionsSigningPath as(Name alias) {
return new DecisionsSigningPath(alias, this);
}
@Override
public DecisionsSigningPath as(Table<?> alias) {
return new DecisionsSigningPath(alias.getQualifiedName(), this);
}
}
@Override
public Schema getSchema() {
return aliased() ? null : Deregistration.DEREGISTRATION;
@ -171,23 +133,6 @@ public class DecisionsSigning extends TableImpl<DecisionsSigningRecord> {
return Keys.DECISIONS_SIGNING_PKEY;
}
@Override
public List<ForeignKey<DecisionsSigningRecord, ?>> getReferences() {
return Arrays.asList(Keys.DECISIONS_SIGNING__FK_DECISIONS_SIGNING_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.DECISIONS_SIGNING__FK_DECISIONS_SIGNING_RECRUITMENT_ID, null);
return _recruitment;
}
@Override
public DecisionsSigning as(String alias) {
return new DecisionsSigning(DSL.name(alias), this);

View file

@ -6,20 +6,14 @@ package ru.micord.webbpm.ervu.business_metrics.db_beans.deregistration.tables;
import java.sql.Date;
import java.sql.Timestamp;
import java.util.Arrays;
import java.util.Collection;
import java.util.List;
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;
@ -35,7 +29,6 @@ import org.jooq.impl.TableImpl;
import ru.micord.webbpm.ervu.business_metrics.db_beans.deregistration.Deregistration;
import ru.micord.webbpm.ervu.business_metrics.db_beans.deregistration.Keys;
import ru.micord.webbpm.ervu.business_metrics.db_beans.deregistration.tables.records.GeneratedSolutionsRecord;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables.Recruitment.RecruitmentPath;
/**
@ -126,37 +119,6 @@ public class GeneratedSolutions extends TableImpl<GeneratedSolutionsRecord> {
this(DSL.name("generated_solutions"), null);
}
public <O extends Record> GeneratedSolutions(Table<O> path, ForeignKey<O, GeneratedSolutionsRecord> childPath, InverseForeignKey<O, GeneratedSolutionsRecord> parentPath) {
super(path, childPath, parentPath, GENERATED_SOLUTIONS);
}
/**
* A subtype implementing {@link Path} for simplified path-based joins.
*/
public static class GeneratedSolutionsPath extends GeneratedSolutions implements Path<GeneratedSolutionsRecord> {
public <O extends Record> GeneratedSolutionsPath(Table<O> path, ForeignKey<O, GeneratedSolutionsRecord> childPath, InverseForeignKey<O, GeneratedSolutionsRecord> parentPath) {
super(path, childPath, parentPath);
}
private GeneratedSolutionsPath(Name alias, Table<GeneratedSolutionsRecord> aliased) {
super(alias, aliased);
}
@Override
public GeneratedSolutionsPath as(String alias) {
return new GeneratedSolutionsPath(DSL.name(alias), this);
}
@Override
public GeneratedSolutionsPath as(Name alias) {
return new GeneratedSolutionsPath(alias, this);
}
@Override
public GeneratedSolutionsPath as(Table<?> alias) {
return new GeneratedSolutionsPath(alias.getQualifiedName(), this);
}
}
@Override
public Schema getSchema() {
return aliased() ? null : Deregistration.DEREGISTRATION;
@ -172,23 +134,6 @@ public class GeneratedSolutions extends TableImpl<GeneratedSolutionsRecord> {
return Keys.GENERATED_SOLUTIONS_PKEY;
}
@Override
public List<ForeignKey<GeneratedSolutionsRecord, ?>> getReferences() {
return Arrays.asList(Keys.GENERATED_SOLUTIONS__FK_GENERATED_SOLUTIONS_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.GENERATED_SOLUTIONS__FK_GENERATED_SOLUTIONS_RECRUITMENT_ID, null);
return _recruitment;
}
@Override
public GeneratedSolutions as(String alias) {
return new GeneratedSolutions(DSL.name(alias), this);

View file

@ -6,20 +6,14 @@ package ru.micord.webbpm.ervu.business_metrics.db_beans.deregistration.tables;
import java.sql.Date;
import java.sql.Timestamp;
import java.util.Arrays;
import java.util.Collection;
import java.util.List;
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;
@ -35,7 +29,6 @@ import org.jooq.impl.TableImpl;
import ru.micord.webbpm.ervu.business_metrics.db_beans.deregistration.Deregistration;
import ru.micord.webbpm.ervu.business_metrics.db_beans.deregistration.Keys;
import ru.micord.webbpm.ervu.business_metrics.db_beans.deregistration.tables.records.IncidentsInfoRecord;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables.Recruitment.RecruitmentPath;
/**
@ -117,37 +110,6 @@ public class IncidentsInfo extends TableImpl<IncidentsInfoRecord> {
this(DSL.name("incidents_info"), null);
}
public <O extends Record> IncidentsInfo(Table<O> path, ForeignKey<O, IncidentsInfoRecord> childPath, InverseForeignKey<O, IncidentsInfoRecord> parentPath) {
super(path, childPath, parentPath, INCIDENTS_INFO);
}
/**
* A subtype implementing {@link Path} for simplified path-based joins.
*/
public static class IncidentsInfoPath extends IncidentsInfo implements Path<IncidentsInfoRecord> {
public <O extends Record> IncidentsInfoPath(Table<O> path, ForeignKey<O, IncidentsInfoRecord> childPath, InverseForeignKey<O, IncidentsInfoRecord> parentPath) {
super(path, childPath, parentPath);
}
private IncidentsInfoPath(Name alias, Table<IncidentsInfoRecord> aliased) {
super(alias, aliased);
}
@Override
public IncidentsInfoPath as(String alias) {
return new IncidentsInfoPath(DSL.name(alias), this);
}
@Override
public IncidentsInfoPath as(Name alias) {
return new IncidentsInfoPath(alias, this);
}
@Override
public IncidentsInfoPath as(Table<?> alias) {
return new IncidentsInfoPath(alias.getQualifiedName(), this);
}
}
@Override
public Schema getSchema() {
return aliased() ? null : Deregistration.DEREGISTRATION;
@ -163,23 +125,6 @@ public class IncidentsInfo extends TableImpl<IncidentsInfoRecord> {
return Keys.INCIDENTS_INFO_PKEY;
}
@Override
public List<ForeignKey<IncidentsInfoRecord, ?>> getReferences() {
return Arrays.asList(Keys.INCIDENTS_INFO__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.INCIDENTS_INFO__FK_CONV_INFO_RECORDS_FROM_EASU_RECRUITMENT_ID, null);
return _recruitment;
}
@Override
public IncidentsInfo as(String alias) {
return new IncidentsInfo(DSL.name(alias), this);

View file

@ -13,14 +13,10 @@ import java.util.List;
import org.jooq.Check;
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;
@ -37,7 +33,6 @@ import org.jooq.impl.TableImpl;
import ru.micord.webbpm.ervu.business_metrics.db_beans.deregistration.Deregistration;
import ru.micord.webbpm.ervu.business_metrics.db_beans.deregistration.Keys;
import ru.micord.webbpm.ervu.business_metrics.db_beans.deregistration.tables.records.InfoSentToLkEpguRecord;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables.Recruitment.RecruitmentPath;
/**
@ -173,37 +168,6 @@ public class InfoSentToLkEpgu extends TableImpl<InfoSentToLkEpguRecord> {
this(DSL.name("info_sent_to_lk_epgu"), null);
}
public <O extends Record> InfoSentToLkEpgu(Table<O> path, ForeignKey<O, InfoSentToLkEpguRecord> childPath, InverseForeignKey<O, InfoSentToLkEpguRecord> parentPath) {
super(path, childPath, parentPath, INFO_SENT_TO_LK_EPGU);
}
/**
* A subtype implementing {@link Path} for simplified path-based joins.
*/
public static class InfoSentToLkEpguPath extends InfoSentToLkEpgu implements Path<InfoSentToLkEpguRecord> {
public <O extends Record> InfoSentToLkEpguPath(Table<O> path, ForeignKey<O, InfoSentToLkEpguRecord> childPath, InverseForeignKey<O, InfoSentToLkEpguRecord> parentPath) {
super(path, childPath, parentPath);
}
private InfoSentToLkEpguPath(Name alias, Table<InfoSentToLkEpguRecord> aliased) {
super(alias, aliased);
}
@Override
public InfoSentToLkEpguPath as(String alias) {
return new InfoSentToLkEpguPath(DSL.name(alias), this);
}
@Override
public InfoSentToLkEpguPath as(Name alias) {
return new InfoSentToLkEpguPath(alias, this);
}
@Override
public InfoSentToLkEpguPath as(Table<?> alias) {
return new InfoSentToLkEpguPath(alias.getQualifiedName(), this);
}
}
@Override
public Schema getSchema() {
return aliased() ? null : Deregistration.DEREGISTRATION;
@ -219,23 +183,6 @@ public class InfoSentToLkEpgu extends TableImpl<InfoSentToLkEpguRecord> {
return Keys.INFO_SENT_TO_LK_EPGU_PKEY;
}
@Override
public List<ForeignKey<InfoSentToLkEpguRecord, ?>> getReferences() {
return Arrays.asList(Keys.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.INFO_SENT_TO_LK_EPGU__FK_CONV_INFO_RECORDS_FROM_EASU_RECRUITMENT_ID, null);
return _recruitment;
}
@Override
public List<Check<InfoSentToLkEpguRecord>> getChecks() {
return Arrays.asList(

View file

@ -6,20 +6,14 @@ package ru.micord.webbpm.ervu.business_metrics.db_beans.deregistration.tables;
import java.sql.Date;
import java.sql.Timestamp;
import java.util.Arrays;
import java.util.Collection;
import java.util.List;
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;
@ -35,7 +29,6 @@ import org.jooq.impl.TableImpl;
import ru.micord.webbpm.ervu.business_metrics.db_beans.deregistration.Deregistration;
import ru.micord.webbpm.ervu.business_metrics.db_beans.deregistration.Keys;
import ru.micord.webbpm.ervu.business_metrics.db_beans.deregistration.tables.records.RejectionDecisionsRecord;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables.Recruitment.RecruitmentPath;
/**
@ -131,37 +124,6 @@ public class RejectionDecisions extends TableImpl<RejectionDecisionsRecord> {
this(DSL.name("rejection_decisions"), null);
}
public <O extends Record> RejectionDecisions(Table<O> path, ForeignKey<O, RejectionDecisionsRecord> childPath, InverseForeignKey<O, RejectionDecisionsRecord> parentPath) {
super(path, childPath, parentPath, REJECTION_DECISIONS);
}
/**
* A subtype implementing {@link Path} for simplified path-based joins.
*/
public static class RejectionDecisionsPath extends RejectionDecisions implements Path<RejectionDecisionsRecord> {
public <O extends Record> RejectionDecisionsPath(Table<O> path, ForeignKey<O, RejectionDecisionsRecord> childPath, InverseForeignKey<O, RejectionDecisionsRecord> parentPath) {
super(path, childPath, parentPath);
}
private RejectionDecisionsPath(Name alias, Table<RejectionDecisionsRecord> aliased) {
super(alias, aliased);
}
@Override
public RejectionDecisionsPath as(String alias) {
return new RejectionDecisionsPath(DSL.name(alias), this);
}
@Override
public RejectionDecisionsPath as(Name alias) {
return new RejectionDecisionsPath(alias, this);
}
@Override
public RejectionDecisionsPath as(Table<?> alias) {
return new RejectionDecisionsPath(alias.getQualifiedName(), this);
}
}
@Override
public Schema getSchema() {
return aliased() ? null : Deregistration.DEREGISTRATION;
@ -177,23 +139,6 @@ public class RejectionDecisions extends TableImpl<RejectionDecisionsRecord> {
return Keys.REJECTION_DECISIONS_PKEY;
}
@Override
public List<ForeignKey<RejectionDecisionsRecord, ?>> getReferences() {
return Arrays.asList(Keys.REJECTION_DECISIONS__FK_REJECTION_DECISIONS_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.REJECTION_DECISIONS__FK_REJECTION_DECISIONS_RECRUITMENT_ID, null);
return _recruitment;
}
@Override
public RejectionDecisions as(String alias) {
return new RejectionDecisions(DSL.name(alias), this);

View file

@ -6,20 +6,14 @@ package ru.micord.webbpm.ervu.business_metrics.db_beans.deregistration.tables;
import java.sql.Date;
import java.sql.Timestamp;
import java.util.Arrays;
import java.util.Collection;
import java.util.List;
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;
@ -35,7 +29,6 @@ import org.jooq.impl.TableImpl;
import ru.micord.webbpm.ervu.business_metrics.db_beans.deregistration.Deregistration;
import ru.micord.webbpm.ervu.business_metrics.db_beans.deregistration.Keys;
import ru.micord.webbpm.ervu.business_metrics.db_beans.deregistration.tables.records.RemovalRegistrationRecord;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables.Recruitment.RecruitmentPath;
/**
@ -137,37 +130,6 @@ public class RemovalRegistration extends TableImpl<RemovalRegistrationRecord> {
this(DSL.name("removal_registration"), null);
}
public <O extends Record> RemovalRegistration(Table<O> path, ForeignKey<O, RemovalRegistrationRecord> childPath, InverseForeignKey<O, RemovalRegistrationRecord> parentPath) {
super(path, childPath, parentPath, REMOVAL_REGISTRATION);
}
/**
* A subtype implementing {@link Path} for simplified path-based joins.
*/
public static class RemovalRegistrationPath extends RemovalRegistration implements Path<RemovalRegistrationRecord> {
public <O extends Record> RemovalRegistrationPath(Table<O> path, ForeignKey<O, RemovalRegistrationRecord> childPath, InverseForeignKey<O, RemovalRegistrationRecord> parentPath) {
super(path, childPath, parentPath);
}
private RemovalRegistrationPath(Name alias, Table<RemovalRegistrationRecord> aliased) {
super(alias, aliased);
}
@Override
public RemovalRegistrationPath as(String alias) {
return new RemovalRegistrationPath(DSL.name(alias), this);
}
@Override
public RemovalRegistrationPath as(Name alias) {
return new RemovalRegistrationPath(alias, this);
}
@Override
public RemovalRegistrationPath as(Table<?> alias) {
return new RemovalRegistrationPath(alias.getQualifiedName(), this);
}
}
@Override
public Schema getSchema() {
return aliased() ? null : Deregistration.DEREGISTRATION;
@ -183,23 +145,6 @@ public class RemovalRegistration extends TableImpl<RemovalRegistrationRecord> {
return Keys.REMOVAL_REGISTRATION_PKEY;
}
@Override
public List<ForeignKey<RemovalRegistrationRecord, ?>> getReferences() {
return Arrays.asList(Keys.REMOVAL_REGISTRATION__FK_REMOVAL_REGISTRATION_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.REMOVAL_REGISTRATION__FK_REMOVAL_REGISTRATION_RECRUITMENT_ID, null);
return _recruitment;
}
@Override
public RemovalRegistration as(String alias) {
return new RemovalRegistration(DSL.name(alias), this);

View file

@ -13,14 +13,10 @@ import java.util.List;
import org.jooq.Check;
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;
@ -37,7 +33,6 @@ import org.jooq.impl.TableImpl;
import ru.micord.webbpm.ervu.business_metrics.db_beans.deregistration.Deregistration;
import ru.micord.webbpm.ervu.business_metrics.db_beans.deregistration.Keys;
import ru.micord.webbpm.ervu.business_metrics.db_beans.deregistration.tables.records.SolutionsRecord;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables.Recruitment.RecruitmentPath;
/**
@ -133,37 +128,6 @@ public class Solutions extends TableImpl<SolutionsRecord> {
this(DSL.name("solutions"), null);
}
public <O extends Record> Solutions(Table<O> path, ForeignKey<O, SolutionsRecord> childPath, InverseForeignKey<O, SolutionsRecord> parentPath) {
super(path, childPath, parentPath, SOLUTIONS);
}
/**
* A subtype implementing {@link Path} for simplified path-based joins.
*/
public static class SolutionsPath extends Solutions implements Path<SolutionsRecord> {
public <O extends Record> SolutionsPath(Table<O> path, ForeignKey<O, SolutionsRecord> childPath, InverseForeignKey<O, SolutionsRecord> parentPath) {
super(path, childPath, parentPath);
}
private SolutionsPath(Name alias, Table<SolutionsRecord> aliased) {
super(alias, aliased);
}
@Override
public SolutionsPath as(String alias) {
return new SolutionsPath(DSL.name(alias), this);
}
@Override
public SolutionsPath as(Name alias) {
return new SolutionsPath(alias, this);
}
@Override
public SolutionsPath as(Table<?> alias) {
return new SolutionsPath(alias.getQualifiedName(), this);
}
}
@Override
public Schema getSchema() {
return aliased() ? null : Deregistration.DEREGISTRATION;
@ -179,23 +143,6 @@ public class Solutions extends TableImpl<SolutionsRecord> {
return Keys.SOLUTIONS_PKEY;
}
@Override
public List<ForeignKey<SolutionsRecord, ?>> getReferences() {
return Arrays.asList(Keys.SOLUTIONS__FK_CRIMINAL_ADMINISTRATIVE_LIABILITY_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.SOLUTIONS__FK_CRIMINAL_ADMINISTRATIVE_LIABILITY_RECRUITMENT_ID, null);
return _recruitment;
}
@Override
public List<Check<SolutionsRecord>> getChecks() {
return Arrays.asList(

View file

@ -83,8 +83,8 @@ public class ViewSolutions extends TableImpl<ViewSolutionsRecord> {
super(alias, null, aliased, parameters, DSL.comment(""), TableOptions.view("""
create view "view_solutions" as SELECT solutions.solutions_id,
((solutions.count_accepted_signed + solutions.count_accepted_for_sign) + solutions.count_refused) AS count_accepted_all,
COALESCE(round((((solutions.count_accepted_signed)::numeric * (100)::numeric) / NULLIF((((solutions.count_accepted_signed + solutions.count_accepted_for_sign) + solutions.count_refused))::numeric, (0)::numeric))), (0)::numeric) AS percent_accepted_for_sign,
COALESCE(round((((solutions.count_accepted_for_sign)::numeric * (100)::numeric) / NULLIF((((solutions.count_accepted_signed + solutions.count_accepted_for_sign) + solutions.count_refused))::numeric, (0)::numeric))), (0)::numeric) AS percent_accepted_signed,
COALESCE(round((((solutions.count_accepted_for_sign)::numeric * (100)::numeric) / NULLIF((((solutions.count_accepted_signed + solutions.count_accepted_for_sign) + solutions.count_refused))::numeric, (0)::numeric))), (0)::numeric) AS percent_accepted_for_sign,
COALESCE(round((((solutions.count_accepted_signed)::numeric * (100)::numeric) / NULLIF((((solutions.count_accepted_signed + solutions.count_accepted_for_sign) + solutions.count_refused))::numeric, (0)::numeric))), (0)::numeric) AS percent_accepted_signed,
COALESCE(round((((solutions.count_refused)::numeric * (100)::numeric) / NULLIF((((solutions.count_accepted_signed + solutions.count_accepted_for_sign) + solutions.count_refused))::numeric, (0)::numeric))), (0)::numeric) AS percent_refused
FROM deregistration.solutions;
"""), where);

View file

@ -4,7 +4,6 @@
package ru.micord.webbpm.ervu.business_metrics.db_beans.init_registration_info;
import org.jooq.ForeignKey;
import org.jooq.TableField;
import org.jooq.UniqueKey;
import org.jooq.impl.DSL;
@ -28,8 +27,6 @@ import ru.micord.webbpm.ervu.business_metrics.db_beans.init_registration_info.ta
import ru.micord.webbpm.ervu.business_metrics.db_beans.init_registration_info.tables.records.InitRegistrationFromGirVuRecord;
import ru.micord.webbpm.ervu.business_metrics.db_beans.init_registration_info.tables.records.RecordsInfoIdUkIdErnRecord;
import ru.micord.webbpm.ervu.business_metrics.db_beans.init_registration_info.tables.records.StatusesDecisionsOnEpguRecord;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables.Recruitment;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables.records.RecruitmentRecord;
/**
@ -52,18 +49,4 @@ public class Keys {
public static final UniqueKey<InitRegistrationFromGirVuRecord> INIT_REGISTRATION_FROM_GIR_VU_PKEY = Internal.createUniqueKey(InitRegistrationFromGirVu.INIT_REGISTRATION_FROM_GIR_VU, DSL.name("init_registration_from_gir_vu_pkey"), new TableField[] { InitRegistrationFromGirVu.INIT_REGISTRATION_FROM_GIR_VU.INIT_REGISTRATION_FROM_GIR_VU_ID }, true);
public static final UniqueKey<RecordsInfoIdUkIdErnRecord> RECORDS_INFO_ID_UK_ID_ERN_PKEY = Internal.createUniqueKey(RecordsInfoIdUkIdErn.RECORDS_INFO_ID_UK_ID_ERN, DSL.name("records_info_id_uk_id_ern_pkey"), new TableField[] { RecordsInfoIdUkIdErn.RECORDS_INFO_ID_UK_ID_ERN.RECORDS_INFO_ID_UK_ID_ERN_ID }, true);
public static final UniqueKey<StatusesDecisionsOnEpguRecord> STATUSES_DECISIONS_ON_EPGU_PKEY = Internal.createUniqueKey(StatusesDecisionsOnEpgu.STATUSES_DECISIONS_ON_EPGU, DSL.name("statuses_decisions_on_epgu_pkey"), new TableField[] { StatusesDecisionsOnEpgu.STATUSES_DECISIONS_ON_EPGU.STATUSES_DECISIONS_ON_EPGU_ID }, true);
// -------------------------------------------------------------------------
// FOREIGN KEY definitions
// -------------------------------------------------------------------------
public static final ForeignKey<ApplicationsReceivedFromEpguRecord, RecruitmentRecord> APPLICATIONS_RECEIVED_FROM_EPGU__FK_CONV_INFO_RECORDS_FROM_EASU_RECRUITMENT_ID = Internal.createForeignKey(ApplicationsReceivedFromEpgu.APPLICATIONS_RECEIVED_FROM_EPGU, DSL.name("fk_conv_info_records_from_easu_recruitment_id"), new TableField[] { ApplicationsReceivedFromEpgu.APPLICATIONS_RECEIVED_FROM_EPGU.RECRUITMENT_ID }, ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.Keys.RECRUITMENT_PKEY, new TableField[] { Recruitment.RECRUITMENT.ID }, true);
public static final ForeignKey<CitizensNextYearAgeRecord, RecruitmentRecord> CITIZENS_NEXT_YEAR_AGE__FK_CONV_INFO_RECORDS_FROM_EASU_RECRUITMENT_ID = Internal.createForeignKey(CitizensNextYearAge.CITIZENS_NEXT_YEAR_AGE, DSL.name("fk_conv_info_records_from_easu_recruitment_id"), new TableField[] { CitizensNextYearAge.CITIZENS_NEXT_YEAR_AGE.RECRUITMENT_ID }, ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.Keys.RECRUITMENT_PKEY, new TableField[] { Recruitment.RECRUITMENT.ID }, true);
public static final ForeignKey<DecisionFormationStatusRecord, RecruitmentRecord> DECISION_FORMATION_STATUS__FK_CONV_INFO_RECORDS_FROM_EASU_RECRUITMENT_ID = Internal.createForeignKey(DecisionFormationStatus.DECISION_FORMATION_STATUS, DSL.name("fk_conv_info_records_from_easu_recruitment_id"), new TableField[] { DecisionFormationStatus.DECISION_FORMATION_STATUS.RECRUITMENT_ID }, ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.Keys.RECRUITMENT_PKEY, new TableField[] { Recruitment.RECRUITMENT.ID }, true);
public static final ForeignKey<IncidentsInfoRecord, RecruitmentRecord> INCIDENTS_INFO__FK_CONV_INFO_RECORDS_FROM_EASU_RECRUITMENT_ID = Internal.createForeignKey(IncidentsInfo.INCIDENTS_INFO, DSL.name("fk_conv_info_records_from_easu_recruitment_id"), new TableField[] { IncidentsInfo.INCIDENTS_INFO.RECRUITMENT_ID }, ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.Keys.RECRUITMENT_PKEY, new TableField[] { Recruitment.RECRUITMENT.ID }, true);
public static final ForeignKey<IncomingCreatingRecordsRecord, RecruitmentRecord> INCOMING_CREATING_RECORDS__FK_CONV_INFO_RECORDS_FROM_EASU_RECRUITMENT_ID = Internal.createForeignKey(IncomingCreatingRecords.INCOMING_CREATING_RECORDS, DSL.name("fk_conv_info_records_from_easu_recruitment_id"), new TableField[] { IncomingCreatingRecords.INCOMING_CREATING_RECORDS.RECRUITMENT_ID }, ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.Keys.RECRUITMENT_PKEY, new TableField[] { Recruitment.RECRUITMENT.ID }, true);
public static final ForeignKey<InfoSentToLkEpguRecord, RecruitmentRecord> INFO_SENT_TO_LK_EPGU__FK_CONV_INFO_RECORDS_FROM_EASU_RECRUITMENT_ID = Internal.createForeignKey(InfoSentToLkEpgu.INFO_SENT_TO_LK_EPGU, DSL.name("fk_conv_info_records_from_easu_recruitment_id"), new TableField[] { InfoSentToLkEpgu.INFO_SENT_TO_LK_EPGU.RECRUITMENT_ID }, ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.Keys.RECRUITMENT_PKEY, new TableField[] { Recruitment.RECRUITMENT.ID }, true);
public static final ForeignKey<InitRegistrationFromGirVuRecord, RecruitmentRecord> INIT_REGISTRATION_FROM_GIR_VU__FK_CONV_INFO_RECORDS_FROM_EASU_RECRUITMENT_ID = Internal.createForeignKey(InitRegistrationFromGirVu.INIT_REGISTRATION_FROM_GIR_VU, DSL.name("fk_conv_info_records_from_easu_recruitment_id"), new TableField[] { InitRegistrationFromGirVu.INIT_REGISTRATION_FROM_GIR_VU.RECRUITMENT_ID }, ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.Keys.RECRUITMENT_PKEY, new TableField[] { Recruitment.RECRUITMENT.ID }, true);
public static final ForeignKey<RecordsInfoIdUkIdErnRecord, RecruitmentRecord> RECORDS_INFO_ID_UK_ID_ERN__FK_CONV_INFO_RECORDS_FROM_EASU_RECRUITMENT_ID = Internal.createForeignKey(RecordsInfoIdUkIdErn.RECORDS_INFO_ID_UK_ID_ERN, DSL.name("fk_conv_info_records_from_easu_recruitment_id"), new TableField[] { RecordsInfoIdUkIdErn.RECORDS_INFO_ID_UK_ID_ERN.RECRUITMENT_ID }, ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.Keys.RECRUITMENT_PKEY, new TableField[] { Recruitment.RECRUITMENT.ID }, true);
public static final ForeignKey<StatusesDecisionsOnEpguRecord, RecruitmentRecord> STATUSES_DECISIONS_ON_EPGU__FK_CONV_INFO_RECORDS_FROM_EASU_RECRUITMENT_ID = Internal.createForeignKey(StatusesDecisionsOnEpgu.STATUSES_DECISIONS_ON_EPGU, DSL.name("fk_conv_info_records_from_easu_recruitment_id"), new TableField[] { StatusesDecisionsOnEpgu.STATUSES_DECISIONS_ON_EPGU.RECRUITMENT_ID }, ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.Keys.RECRUITMENT_PKEY, new TableField[] { Recruitment.RECRUITMENT.ID }, true);
}

View file

@ -13,14 +13,10 @@ import java.util.List;
import org.jooq.Check;
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;
@ -37,7 +33,6 @@ import org.jooq.impl.TableImpl;
import ru.micord.webbpm.ervu.business_metrics.db_beans.init_registration_info.InitRegistrationInfo;
import ru.micord.webbpm.ervu.business_metrics.db_beans.init_registration_info.Keys;
import ru.micord.webbpm.ervu.business_metrics.db_beans.init_registration_info.tables.records.ApplicationsReceivedFromEpguRecord;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables.Recruitment.RecruitmentPath;
/**
@ -187,37 +182,6 @@ public class ApplicationsReceivedFromEpgu extends TableImpl<ApplicationsReceived
this(DSL.name("applications_received_from_epgu"), null);
}
public <O extends Record> ApplicationsReceivedFromEpgu(Table<O> path, ForeignKey<O, ApplicationsReceivedFromEpguRecord> childPath, InverseForeignKey<O, ApplicationsReceivedFromEpguRecord> parentPath) {
super(path, childPath, parentPath, APPLICATIONS_RECEIVED_FROM_EPGU);
}
/**
* A subtype implementing {@link Path} for simplified path-based joins.
*/
public static class ApplicationsReceivedFromEpguPath extends ApplicationsReceivedFromEpgu implements Path<ApplicationsReceivedFromEpguRecord> {
public <O extends Record> ApplicationsReceivedFromEpguPath(Table<O> path, ForeignKey<O, ApplicationsReceivedFromEpguRecord> childPath, InverseForeignKey<O, ApplicationsReceivedFromEpguRecord> parentPath) {
super(path, childPath, parentPath);
}
private ApplicationsReceivedFromEpguPath(Name alias, Table<ApplicationsReceivedFromEpguRecord> aliased) {
super(alias, aliased);
}
@Override
public ApplicationsReceivedFromEpguPath as(String alias) {
return new ApplicationsReceivedFromEpguPath(DSL.name(alias), this);
}
@Override
public ApplicationsReceivedFromEpguPath as(Name alias) {
return new ApplicationsReceivedFromEpguPath(alias, this);
}
@Override
public ApplicationsReceivedFromEpguPath as(Table<?> alias) {
return new ApplicationsReceivedFromEpguPath(alias.getQualifiedName(), this);
}
}
@Override
public Schema getSchema() {
return aliased() ? null : InitRegistrationInfo.INIT_REGISTRATION_INFO;
@ -233,23 +197,6 @@ public class ApplicationsReceivedFromEpgu extends TableImpl<ApplicationsReceived
return Keys.APPLICATIONS_RECEIVED_FROM_EPGU_PKEY;
}
@Override
public List<ForeignKey<ApplicationsReceivedFromEpguRecord, ?>> getReferences() {
return Arrays.asList(Keys.APPLICATIONS_RECEIVED_FROM_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.APPLICATIONS_RECEIVED_FROM_EPGU__FK_CONV_INFO_RECORDS_FROM_EASU_RECRUITMENT_ID, null);
return _recruitment;
}
@Override
public List<Check<ApplicationsReceivedFromEpguRecord>> getChecks() {
return Arrays.asList(

View file

@ -13,14 +13,10 @@ import java.util.List;
import org.jooq.Check;
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;
@ -37,7 +33,6 @@ import org.jooq.impl.TableImpl;
import ru.micord.webbpm.ervu.business_metrics.db_beans.init_registration_info.InitRegistrationInfo;
import ru.micord.webbpm.ervu.business_metrics.db_beans.init_registration_info.Keys;
import ru.micord.webbpm.ervu.business_metrics.db_beans.init_registration_info.tables.records.CitizensNextYearAgeRecord;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables.Recruitment.RecruitmentPath;
/**
@ -141,37 +136,6 @@ public class CitizensNextYearAge extends TableImpl<CitizensNextYearAgeRecord> {
this(DSL.name("citizens_next_year_age"), null);
}
public <O extends Record> CitizensNextYearAge(Table<O> path, ForeignKey<O, CitizensNextYearAgeRecord> childPath, InverseForeignKey<O, CitizensNextYearAgeRecord> parentPath) {
super(path, childPath, parentPath, CITIZENS_NEXT_YEAR_AGE);
}
/**
* A subtype implementing {@link Path} for simplified path-based joins.
*/
public static class CitizensNextYearAgePath extends CitizensNextYearAge implements Path<CitizensNextYearAgeRecord> {
public <O extends Record> CitizensNextYearAgePath(Table<O> path, ForeignKey<O, CitizensNextYearAgeRecord> childPath, InverseForeignKey<O, CitizensNextYearAgeRecord> parentPath) {
super(path, childPath, parentPath);
}
private CitizensNextYearAgePath(Name alias, Table<CitizensNextYearAgeRecord> aliased) {
super(alias, aliased);
}
@Override
public CitizensNextYearAgePath as(String alias) {
return new CitizensNextYearAgePath(DSL.name(alias), this);
}
@Override
public CitizensNextYearAgePath as(Name alias) {
return new CitizensNextYearAgePath(alias, this);
}
@Override
public CitizensNextYearAgePath as(Table<?> alias) {
return new CitizensNextYearAgePath(alias.getQualifiedName(), this);
}
}
@Override
public Schema getSchema() {
return aliased() ? null : InitRegistrationInfo.INIT_REGISTRATION_INFO;
@ -187,23 +151,6 @@ public class CitizensNextYearAge extends TableImpl<CitizensNextYearAgeRecord> {
return Keys.CITIZENS_NEXT_YEAR_AGE_PKEY;
}
@Override
public List<ForeignKey<CitizensNextYearAgeRecord, ?>> getReferences() {
return Arrays.asList(Keys.CITIZENS_NEXT_YEAR_AGE__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.CITIZENS_NEXT_YEAR_AGE__FK_CONV_INFO_RECORDS_FROM_EASU_RECRUITMENT_ID, null);
return _recruitment;
}
@Override
public List<Check<CitizensNextYearAgeRecord>> getChecks() {
return Arrays.asList(

View file

@ -13,14 +13,10 @@ import java.util.List;
import org.jooq.Check;
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;
@ -37,7 +33,6 @@ import org.jooq.impl.TableImpl;
import ru.micord.webbpm.ervu.business_metrics.db_beans.init_registration_info.InitRegistrationInfo;
import ru.micord.webbpm.ervu.business_metrics.db_beans.init_registration_info.Keys;
import ru.micord.webbpm.ervu.business_metrics.db_beans.init_registration_info.tables.records.DecisionFormationStatusRecord;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables.Recruitment.RecruitmentPath;
/**
@ -159,37 +154,6 @@ public class DecisionFormationStatus extends TableImpl<DecisionFormationStatusRe
this(DSL.name("decision_formation_status"), null);
}
public <O extends Record> DecisionFormationStatus(Table<O> path, ForeignKey<O, DecisionFormationStatusRecord> childPath, InverseForeignKey<O, DecisionFormationStatusRecord> parentPath) {
super(path, childPath, parentPath, DECISION_FORMATION_STATUS);
}
/**
* A subtype implementing {@link Path} for simplified path-based joins.
*/
public static class DecisionFormationStatusPath extends DecisionFormationStatus implements Path<DecisionFormationStatusRecord> {
public <O extends Record> DecisionFormationStatusPath(Table<O> path, ForeignKey<O, DecisionFormationStatusRecord> childPath, InverseForeignKey<O, DecisionFormationStatusRecord> parentPath) {
super(path, childPath, parentPath);
}
private DecisionFormationStatusPath(Name alias, Table<DecisionFormationStatusRecord> aliased) {
super(alias, aliased);
}
@Override
public DecisionFormationStatusPath as(String alias) {
return new DecisionFormationStatusPath(DSL.name(alias), this);
}
@Override
public DecisionFormationStatusPath as(Name alias) {
return new DecisionFormationStatusPath(alias, this);
}
@Override
public DecisionFormationStatusPath as(Table<?> alias) {
return new DecisionFormationStatusPath(alias.getQualifiedName(), this);
}
}
@Override
public Schema getSchema() {
return aliased() ? null : InitRegistrationInfo.INIT_REGISTRATION_INFO;
@ -205,23 +169,6 @@ public class DecisionFormationStatus extends TableImpl<DecisionFormationStatusRe
return Keys.DECISION_FORMATION_STATUS_PKEY;
}
@Override
public List<ForeignKey<DecisionFormationStatusRecord, ?>> getReferences() {
return Arrays.asList(Keys.DECISION_FORMATION_STATUS__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.DECISION_FORMATION_STATUS__FK_CONV_INFO_RECORDS_FROM_EASU_RECRUITMENT_ID, null);
return _recruitment;
}
@Override
public List<Check<DecisionFormationStatusRecord>> getChecks() {
return Arrays.asList(

View file

@ -13,14 +13,10 @@ import java.util.List;
import org.jooq.Check;
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;
@ -37,7 +33,6 @@ import org.jooq.impl.TableImpl;
import ru.micord.webbpm.ervu.business_metrics.db_beans.init_registration_info.InitRegistrationInfo;
import ru.micord.webbpm.ervu.business_metrics.db_beans.init_registration_info.Keys;
import ru.micord.webbpm.ervu.business_metrics.db_beans.init_registration_info.tables.records.IncidentsInfoRecord;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables.Recruitment.RecruitmentPath;
/**
@ -142,37 +137,6 @@ public class IncidentsInfo extends TableImpl<IncidentsInfoRecord> {
this(DSL.name("incidents_info"), null);
}
public <O extends Record> IncidentsInfo(Table<O> path, ForeignKey<O, IncidentsInfoRecord> childPath, InverseForeignKey<O, IncidentsInfoRecord> parentPath) {
super(path, childPath, parentPath, INCIDENTS_INFO);
}
/**
* A subtype implementing {@link Path} for simplified path-based joins.
*/
public static class IncidentsInfoPath extends IncidentsInfo implements Path<IncidentsInfoRecord> {
public <O extends Record> IncidentsInfoPath(Table<O> path, ForeignKey<O, IncidentsInfoRecord> childPath, InverseForeignKey<O, IncidentsInfoRecord> parentPath) {
super(path, childPath, parentPath);
}
private IncidentsInfoPath(Name alias, Table<IncidentsInfoRecord> aliased) {
super(alias, aliased);
}
@Override
public IncidentsInfoPath as(String alias) {
return new IncidentsInfoPath(DSL.name(alias), this);
}
@Override
public IncidentsInfoPath as(Name alias) {
return new IncidentsInfoPath(alias, this);
}
@Override
public IncidentsInfoPath as(Table<?> alias) {
return new IncidentsInfoPath(alias.getQualifiedName(), this);
}
}
@Override
public Schema getSchema() {
return aliased() ? null : InitRegistrationInfo.INIT_REGISTRATION_INFO;
@ -188,23 +152,6 @@ public class IncidentsInfo extends TableImpl<IncidentsInfoRecord> {
return Keys.INCIDENTS_INFO_PKEY;
}
@Override
public List<ForeignKey<IncidentsInfoRecord, ?>> getReferences() {
return Arrays.asList(Keys.INCIDENTS_INFO__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.INCIDENTS_INFO__FK_CONV_INFO_RECORDS_FROM_EASU_RECRUITMENT_ID, null);
return _recruitment;
}
@Override
public List<Check<IncidentsInfoRecord>> getChecks() {
return Arrays.asList(

View file

@ -6,20 +6,14 @@ package ru.micord.webbpm.ervu.business_metrics.db_beans.init_registration_info.t
import java.sql.Date;
import java.sql.Timestamp;
import java.util.Arrays;
import java.util.Collection;
import java.util.List;
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;
@ -35,7 +29,6 @@ import org.jooq.impl.TableImpl;
import ru.micord.webbpm.ervu.business_metrics.db_beans.init_registration_info.InitRegistrationInfo;
import ru.micord.webbpm.ervu.business_metrics.db_beans.init_registration_info.Keys;
import ru.micord.webbpm.ervu.business_metrics.db_beans.init_registration_info.tables.records.IncomingCreatingRecordsRecord;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables.Recruitment.RecruitmentPath;
/**
@ -168,37 +161,6 @@ public class IncomingCreatingRecords extends TableImpl<IncomingCreatingRecordsRe
this(DSL.name("incoming_creating_records"), null);
}
public <O extends Record> IncomingCreatingRecords(Table<O> path, ForeignKey<O, IncomingCreatingRecordsRecord> childPath, InverseForeignKey<O, IncomingCreatingRecordsRecord> parentPath) {
super(path, childPath, parentPath, INCOMING_CREATING_RECORDS);
}
/**
* A subtype implementing {@link Path} for simplified path-based joins.
*/
public static class IncomingCreatingRecordsPath extends IncomingCreatingRecords implements Path<IncomingCreatingRecordsRecord> {
public <O extends Record> IncomingCreatingRecordsPath(Table<O> path, ForeignKey<O, IncomingCreatingRecordsRecord> childPath, InverseForeignKey<O, IncomingCreatingRecordsRecord> parentPath) {
super(path, childPath, parentPath);
}
private IncomingCreatingRecordsPath(Name alias, Table<IncomingCreatingRecordsRecord> aliased) {
super(alias, aliased);
}
@Override
public IncomingCreatingRecordsPath as(String alias) {
return new IncomingCreatingRecordsPath(DSL.name(alias), this);
}
@Override
public IncomingCreatingRecordsPath as(Name alias) {
return new IncomingCreatingRecordsPath(alias, this);
}
@Override
public IncomingCreatingRecordsPath as(Table<?> alias) {
return new IncomingCreatingRecordsPath(alias.getQualifiedName(), this);
}
}
@Override
public Schema getSchema() {
return aliased() ? null : InitRegistrationInfo.INIT_REGISTRATION_INFO;
@ -214,23 +176,6 @@ public class IncomingCreatingRecords extends TableImpl<IncomingCreatingRecordsRe
return Keys.INCOMING_CREATING_RECORDS_PKEY;
}
@Override
public List<ForeignKey<IncomingCreatingRecordsRecord, ?>> getReferences() {
return Arrays.asList(Keys.INCOMING_CREATING_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.INCOMING_CREATING_RECORDS__FK_CONV_INFO_RECORDS_FROM_EASU_RECRUITMENT_ID, null);
return _recruitment;
}
@Override
public IncomingCreatingRecords as(String alias) {
return new IncomingCreatingRecords(DSL.name(alias), this);

View file

@ -13,14 +13,10 @@ import java.util.List;
import org.jooq.Check;
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;
@ -37,7 +33,6 @@ import org.jooq.impl.TableImpl;
import ru.micord.webbpm.ervu.business_metrics.db_beans.init_registration_info.InitRegistrationInfo;
import ru.micord.webbpm.ervu.business_metrics.db_beans.init_registration_info.Keys;
import ru.micord.webbpm.ervu.business_metrics.db_beans.init_registration_info.tables.records.InfoSentToLkEpguRecord;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables.Recruitment.RecruitmentPath;
/**
@ -188,37 +183,6 @@ public class InfoSentToLkEpgu extends TableImpl<InfoSentToLkEpguRecord> {
this(DSL.name("info_sent_to_lk_epgu"), null);
}
public <O extends Record> InfoSentToLkEpgu(Table<O> path, ForeignKey<O, InfoSentToLkEpguRecord> childPath, InverseForeignKey<O, InfoSentToLkEpguRecord> parentPath) {
super(path, childPath, parentPath, INFO_SENT_TO_LK_EPGU);
}
/**
* A subtype implementing {@link Path} for simplified path-based joins.
*/
public static class InfoSentToLkEpguPath extends InfoSentToLkEpgu implements Path<InfoSentToLkEpguRecord> {
public <O extends Record> InfoSentToLkEpguPath(Table<O> path, ForeignKey<O, InfoSentToLkEpguRecord> childPath, InverseForeignKey<O, InfoSentToLkEpguRecord> parentPath) {
super(path, childPath, parentPath);
}
private InfoSentToLkEpguPath(Name alias, Table<InfoSentToLkEpguRecord> aliased) {
super(alias, aliased);
}
@Override
public InfoSentToLkEpguPath as(String alias) {
return new InfoSentToLkEpguPath(DSL.name(alias), this);
}
@Override
public InfoSentToLkEpguPath as(Name alias) {
return new InfoSentToLkEpguPath(alias, this);
}
@Override
public InfoSentToLkEpguPath as(Table<?> alias) {
return new InfoSentToLkEpguPath(alias.getQualifiedName(), this);
}
}
@Override
public Schema getSchema() {
return aliased() ? null : InitRegistrationInfo.INIT_REGISTRATION_INFO;
@ -234,23 +198,6 @@ public class InfoSentToLkEpgu extends TableImpl<InfoSentToLkEpguRecord> {
return Keys.INFO_SENT_TO_LK_EPGU_PKEY;
}
@Override
public List<ForeignKey<InfoSentToLkEpguRecord, ?>> getReferences() {
return Arrays.asList(Keys.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.INFO_SENT_TO_LK_EPGU__FK_CONV_INFO_RECORDS_FROM_EASU_RECRUITMENT_ID, null);
return _recruitment;
}
@Override
public List<Check<InfoSentToLkEpguRecord>> getChecks() {
return Arrays.asList(

View file

@ -6,20 +6,14 @@ package ru.micord.webbpm.ervu.business_metrics.db_beans.init_registration_info.t
import java.sql.Date;
import java.sql.Timestamp;
import java.util.Arrays;
import java.util.Collection;
import java.util.List;
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;
@ -35,7 +29,6 @@ import org.jooq.impl.TableImpl;
import ru.micord.webbpm.ervu.business_metrics.db_beans.init_registration_info.InitRegistrationInfo;
import ru.micord.webbpm.ervu.business_metrics.db_beans.init_registration_info.Keys;
import ru.micord.webbpm.ervu.business_metrics.db_beans.init_registration_info.tables.records.InitRegistrationFromGirVuRecord;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables.Recruitment.RecruitmentPath;
/**
@ -139,37 +132,6 @@ public class InitRegistrationFromGirVu extends TableImpl<InitRegistrationFromGir
this(DSL.name("init_registration_from_gir_vu"), null);
}
public <O extends Record> InitRegistrationFromGirVu(Table<O> path, ForeignKey<O, InitRegistrationFromGirVuRecord> childPath, InverseForeignKey<O, InitRegistrationFromGirVuRecord> parentPath) {
super(path, childPath, parentPath, INIT_REGISTRATION_FROM_GIR_VU);
}
/**
* A subtype implementing {@link Path} for simplified path-based joins.
*/
public static class InitRegistrationFromGirVuPath extends InitRegistrationFromGirVu implements Path<InitRegistrationFromGirVuRecord> {
public <O extends Record> InitRegistrationFromGirVuPath(Table<O> path, ForeignKey<O, InitRegistrationFromGirVuRecord> childPath, InverseForeignKey<O, InitRegistrationFromGirVuRecord> parentPath) {
super(path, childPath, parentPath);
}
private InitRegistrationFromGirVuPath(Name alias, Table<InitRegistrationFromGirVuRecord> aliased) {
super(alias, aliased);
}
@Override
public InitRegistrationFromGirVuPath as(String alias) {
return new InitRegistrationFromGirVuPath(DSL.name(alias), this);
}
@Override
public InitRegistrationFromGirVuPath as(Name alias) {
return new InitRegistrationFromGirVuPath(alias, this);
}
@Override
public InitRegistrationFromGirVuPath as(Table<?> alias) {
return new InitRegistrationFromGirVuPath(alias.getQualifiedName(), this);
}
}
@Override
public Schema getSchema() {
return aliased() ? null : InitRegistrationInfo.INIT_REGISTRATION_INFO;
@ -185,23 +147,6 @@ public class InitRegistrationFromGirVu extends TableImpl<InitRegistrationFromGir
return Keys.INIT_REGISTRATION_FROM_GIR_VU_PKEY;
}
@Override
public List<ForeignKey<InitRegistrationFromGirVuRecord, ?>> getReferences() {
return Arrays.asList(Keys.INIT_REGISTRATION_FROM_GIR_VU__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.INIT_REGISTRATION_FROM_GIR_VU__FK_CONV_INFO_RECORDS_FROM_EASU_RECRUITMENT_ID, null);
return _recruitment;
}
@Override
public InitRegistrationFromGirVu as(String alias) {
return new InitRegistrationFromGirVu(DSL.name(alias), this);

View file

@ -13,14 +13,10 @@ import java.util.List;
import org.jooq.Check;
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;
@ -37,7 +33,6 @@ import org.jooq.impl.TableImpl;
import ru.micord.webbpm.ervu.business_metrics.db_beans.init_registration_info.InitRegistrationInfo;
import ru.micord.webbpm.ervu.business_metrics.db_beans.init_registration_info.Keys;
import ru.micord.webbpm.ervu.business_metrics.db_beans.init_registration_info.tables.records.RecordsInfoIdUkIdErnRecord;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables.Recruitment.RecruitmentPath;
/**
@ -146,37 +141,6 @@ public class RecordsInfoIdUkIdErn extends TableImpl<RecordsInfoIdUkIdErnRecord>
this(DSL.name("records_info_id_uk_id_ern"), null);
}
public <O extends Record> RecordsInfoIdUkIdErn(Table<O> path, ForeignKey<O, RecordsInfoIdUkIdErnRecord> childPath, InverseForeignKey<O, RecordsInfoIdUkIdErnRecord> parentPath) {
super(path, childPath, parentPath, RECORDS_INFO_ID_UK_ID_ERN);
}
/**
* A subtype implementing {@link Path} for simplified path-based joins.
*/
public static class RecordsInfoIdUkIdErnPath extends RecordsInfoIdUkIdErn implements Path<RecordsInfoIdUkIdErnRecord> {
public <O extends Record> RecordsInfoIdUkIdErnPath(Table<O> path, ForeignKey<O, RecordsInfoIdUkIdErnRecord> childPath, InverseForeignKey<O, RecordsInfoIdUkIdErnRecord> parentPath) {
super(path, childPath, parentPath);
}
private RecordsInfoIdUkIdErnPath(Name alias, Table<RecordsInfoIdUkIdErnRecord> aliased) {
super(alias, aliased);
}
@Override
public RecordsInfoIdUkIdErnPath as(String alias) {
return new RecordsInfoIdUkIdErnPath(DSL.name(alias), this);
}
@Override
public RecordsInfoIdUkIdErnPath as(Name alias) {
return new RecordsInfoIdUkIdErnPath(alias, this);
}
@Override
public RecordsInfoIdUkIdErnPath as(Table<?> alias) {
return new RecordsInfoIdUkIdErnPath(alias.getQualifiedName(), this);
}
}
@Override
public Schema getSchema() {
return aliased() ? null : InitRegistrationInfo.INIT_REGISTRATION_INFO;
@ -192,23 +156,6 @@ public class RecordsInfoIdUkIdErn extends TableImpl<RecordsInfoIdUkIdErnRecord>
return Keys.RECORDS_INFO_ID_UK_ID_ERN_PKEY;
}
@Override
public List<ForeignKey<RecordsInfoIdUkIdErnRecord, ?>> getReferences() {
return Arrays.asList(Keys.RECORDS_INFO_ID_UK_ID_ERN__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.RECORDS_INFO_ID_UK_ID_ERN__FK_CONV_INFO_RECORDS_FROM_EASU_RECRUITMENT_ID, null);
return _recruitment;
}
@Override
public List<Check<RecordsInfoIdUkIdErnRecord>> getChecks() {
return Arrays.asList(

View file

@ -6,20 +6,14 @@ package ru.micord.webbpm.ervu.business_metrics.db_beans.init_registration_info.t
import java.sql.Date;
import java.sql.Timestamp;
import java.util.Arrays;
import java.util.Collection;
import java.util.List;
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;
@ -35,7 +29,6 @@ import org.jooq.impl.TableImpl;
import ru.micord.webbpm.ervu.business_metrics.db_beans.init_registration_info.InitRegistrationInfo;
import ru.micord.webbpm.ervu.business_metrics.db_beans.init_registration_info.Keys;
import ru.micord.webbpm.ervu.business_metrics.db_beans.init_registration_info.tables.records.StatusesDecisionsOnEpguRecord;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables.Recruitment.RecruitmentPath;
/**
@ -137,37 +130,6 @@ public class StatusesDecisionsOnEpgu extends TableImpl<StatusesDecisionsOnEpguRe
this(DSL.name("statuses_decisions_on_epgu"), null);
}
public <O extends Record> StatusesDecisionsOnEpgu(Table<O> path, ForeignKey<O, StatusesDecisionsOnEpguRecord> childPath, InverseForeignKey<O, StatusesDecisionsOnEpguRecord> parentPath) {
super(path, childPath, parentPath, STATUSES_DECISIONS_ON_EPGU);
}
/**
* A subtype implementing {@link Path} for simplified path-based joins.
*/
public static class StatusesDecisionsOnEpguPath extends StatusesDecisionsOnEpgu implements Path<StatusesDecisionsOnEpguRecord> {
public <O extends Record> StatusesDecisionsOnEpguPath(Table<O> path, ForeignKey<O, StatusesDecisionsOnEpguRecord> childPath, InverseForeignKey<O, StatusesDecisionsOnEpguRecord> parentPath) {
super(path, childPath, parentPath);
}
private StatusesDecisionsOnEpguPath(Name alias, Table<StatusesDecisionsOnEpguRecord> aliased) {
super(alias, aliased);
}
@Override
public StatusesDecisionsOnEpguPath as(String alias) {
return new StatusesDecisionsOnEpguPath(DSL.name(alias), this);
}
@Override
public StatusesDecisionsOnEpguPath as(Name alias) {
return new StatusesDecisionsOnEpguPath(alias, this);
}
@Override
public StatusesDecisionsOnEpguPath as(Table<?> alias) {
return new StatusesDecisionsOnEpguPath(alias.getQualifiedName(), this);
}
}
@Override
public Schema getSchema() {
return aliased() ? null : InitRegistrationInfo.INIT_REGISTRATION_INFO;
@ -183,23 +145,6 @@ public class StatusesDecisionsOnEpgu extends TableImpl<StatusesDecisionsOnEpguRe
return Keys.STATUSES_DECISIONS_ON_EPGU_PKEY;
}
@Override
public List<ForeignKey<StatusesDecisionsOnEpguRecord, ?>> getReferences() {
return Arrays.asList(Keys.STATUSES_DECISIONS_ON_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.STATUSES_DECISIONS_ON_EPGU__FK_CONV_INFO_RECORDS_FROM_EASU_RECRUITMENT_ID, null);
return _recruitment;
}
@Override
public StatusesDecisionsOnEpgu as(String alias) {
return new StatusesDecisionsOnEpgu(DSL.name(alias), this);

View file

@ -42,9 +42,7 @@ import ru.micord.webbpm.ervu.business_metrics.db_beans.journal_log.tables.record
import ru.micord.webbpm.ervu.business_metrics.db_beans.journal_log.tables.records.UserInfoRecord;
import ru.micord.webbpm.ervu.business_metrics.db_beans.journal_log.tables.records.UserOperationRecord;
import ru.micord.webbpm.ervu.business_metrics.db_beans.journal_log.tables.records.UserWorkTimeRecord;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables.Recruitment;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables.Users;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables.records.RecruitmentRecord;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables.records.UsersRecord;
@ -80,23 +78,7 @@ public class Keys {
// FOREIGN KEY definitions
// -------------------------------------------------------------------------
public static final ForeignKey<DictionaryUpdateRecord, RecruitmentRecord> DICTIONARY_UPDATE__FK_CONV_INFO_RECORDS_FROM_EASU_RECRUITMENT_ID = Internal.createForeignKey(DictionaryUpdate.DICTIONARY_UPDATE, DSL.name("fk_conv_info_records_from_easu_recruitment_id"), new TableField[] { DictionaryUpdate.DICTIONARY_UPDATE.RECRUITMENT_ID }, ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.Keys.RECRUITMENT_PKEY, new TableField[] { Recruitment.RECRUITMENT.ID }, true);
public static final ForeignKey<EpguNoticeSentRecord, RecruitmentRecord> EPGU_NOTICE_SENT__FK_CONV_INFO_0RECORDS_FROM_EASU_RECRUITMENT_ID = Internal.createForeignKey(EpguNoticeSent.EPGU_NOTICE_SENT, DSL.name("fk_conv_info_0records_from_easu_recruitment_id"), new TableField[] { EpguNoticeSent.EPGU_NOTICE_SENT.RECRUITMENT_ID }, ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.Keys.RECRUITMENT_PKEY, new TableField[] { Recruitment.RECRUITMENT.ID }, true);
public static final ForeignKey<EpguNoticeSentErrorRecord, RecruitmentRecord> EPGU_NOTICE_SENT_ERROR__FK_CONV_INFO_RECORDS_FROM_EASU_RECRUITMENT_ID = Internal.createForeignKey(EpguNoticeSentError.EPGU_NOTICE_SENT_ERROR, DSL.name("fk_conv_info_records_from_easu_recruitment_id"), new TableField[] { EpguNoticeSentError.EPGU_NOTICE_SENT_ERROR.RECRUITMENT_ID }, ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.Keys.RECRUITMENT_PKEY, new TableField[] { Recruitment.RECRUITMENT.ID }, true);
public static final ForeignKey<ExternalSystemTransactionRecord, RecruitmentRecord> EXTERNAL_SYSTEM_TRANSACTION__FK_CONV_INFO_RECORDS_FROM_EASU_RECRUITMENT_ID = Internal.createForeignKey(ExternalSystemTransaction.EXTERNAL_SYSTEM_TRANSACTION, DSL.name("fk_conv_info_records_from_easu_recruitment_id"), new TableField[] { ExternalSystemTransaction.EXTERNAL_SYSTEM_TRANSACTION.RECRUITMENT_ID }, ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.Keys.RECRUITMENT_PKEY, new TableField[] { Recruitment.RECRUITMENT.ID }, true);
public static final ForeignKey<LoadFilesJourRecord, RecruitmentRecord> LOAD_FILES_JOUR__FK_CONV_INFO_RECORDS_FROM_EASU_RECRUITMENT_ID = Internal.createForeignKey(LoadFilesJour.LOAD_FILES_JOUR, DSL.name("fk_conv_info_records_from_easu_recruitment_id"), new TableField[] { LoadFilesJour.LOAD_FILES_JOUR.RECRUITMENT_ID }, ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.Keys.RECRUITMENT_PKEY, new TableField[] { Recruitment.RECRUITMENT.ID }, true);
public static final ForeignKey<LoadFilesSpeedJourRecord, RecruitmentRecord> LOAD_FILES_SPEED_JOUR__FK_CONV_INFO_RECORDS_FROM_EASU_RECRUITMENT_ID = Internal.createForeignKey(LoadFilesSpeedJour.LOAD_FILES_SPEED_JOUR, DSL.name("fk_conv_info_records_from_easu_recruitment_id"), new TableField[] { LoadFilesSpeedJour.LOAD_FILES_SPEED_JOUR.RECRUITMENT_ID }, ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.Keys.RECRUITMENT_PKEY, new TableField[] { Recruitment.RECRUITMENT.ID }, true);
public static final ForeignKey<LoadRecordJourRecord, RecruitmentRecord> LOAD_RECORD_JOUR__FK_CONV_INFO_RECORDS_FROM_EASU_RECRUITMENT_ID = Internal.createForeignKey(LoadRecordJour.LOAD_RECORD_JOUR, DSL.name("fk_conv_info_records_from_easu_recruitment_id"), new TableField[] { LoadRecordJour.LOAD_RECORD_JOUR.RECRUITMENT_ID }, ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.Keys.RECRUITMENT_PKEY, new TableField[] { Recruitment.RECRUITMENT.ID }, true);
public static final ForeignKey<MessageJournalRecord, RecruitmentRecord> MESSAGE_JOURNAL__FK_CONV_INFO_RECORDS_FROM_EASU_RECRUITMENT_ID = Internal.createForeignKey(MessageJournal.MESSAGE_JOURNAL, DSL.name("fk_conv_info_records_from_easu_recruitment_id"), new TableField[] { MessageJournal.MESSAGE_JOURNAL.RECRUITMENT_ID }, ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.Keys.RECRUITMENT_PKEY, new TableField[] { Recruitment.RECRUITMENT.ID }, true);
public static final ForeignKey<ProcessedRecordsRecord, RecruitmentRecord> PROCESSED_RECORDS__FK_CONV_INFO_RECORDS_FROM_EASU_RECRUITMENT_ID = Internal.createForeignKey(ProcessedRecords.PROCESSED_RECORDS, DSL.name("fk_conv_info_records_from_easu_recruitment_id"), new TableField[] { ProcessedRecords.PROCESSED_RECORDS.RECRUITMENT_ID }, ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.Keys.RECRUITMENT_PKEY, new TableField[] { Recruitment.RECRUITMENT.ID }, true);
public static final ForeignKey<ProcessingTimeFilesAndRecordsRecord, RecruitmentRecord> PROCESSING_TIME_FILES_AND_RECORDS__FK_CONV_INFO_RECORDS_FROM_EASU_RECRUITMENT_ID = Internal.createForeignKey(ProcessingTimeFilesAndRecords.PROCESSING_TIME_FILES_AND_RECORDS, DSL.name("fk_conv_info_records_from_easu_recruitment_id"), new TableField[] { ProcessingTimeFilesAndRecords.PROCESSING_TIME_FILES_AND_RECORDS.RECRUITMENT_ID }, ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.Keys.RECRUITMENT_PKEY, new TableField[] { Recruitment.RECRUITMENT.ID }, true);
public static final ForeignKey<SignJournalRecord, RecruitmentRecord> SIGN_JOURNAL__FK_CONV_INFO_RECORDS_FROM_EASU_RECRUITMENT_ID = Internal.createForeignKey(SignJournal.SIGN_JOURNAL, DSL.name("fk_conv_info_records_from_easu_recruitment_id"), new TableField[] { SignJournal.SIGN_JOURNAL.RECRUITMENT_ID }, ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.Keys.RECRUITMENT_PKEY, new TableField[] { Recruitment.RECRUITMENT.ID }, true);
public static final ForeignKey<SummonsesListDataExchangeRecord, RecruitmentRecord> SUMMONSES_LIST_DATA_EXCHANGE__FK_CONV_INFO_RECORDS_FROM_EASU_RECRUITMENT_ID = Internal.createForeignKey(SummonsesListDataExchange.SUMMONSES_LIST_DATA_EXCHANGE, DSL.name("fk_conv_info_records_from_easu_recruitment_id"), new TableField[] { SummonsesListDataExchange.SUMMONSES_LIST_DATA_EXCHANGE.RECRUITMENT_ID }, ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.Keys.RECRUITMENT_PKEY, new TableField[] { Recruitment.RECRUITMENT.ID }, true);
public static final ForeignKey<SummonsesListDataExchangeErrorRecord, RecruitmentRecord> SUMMONSES_LIST_DATA_EXCHANGE_ERROR__FK_CONV_INFO_RECORDS_FROM_EASU_RECRUITMENT_ID = Internal.createForeignKey(SummonsesListDataExchangeError.SUMMONSES_LIST_DATA_EXCHANGE_ERROR, DSL.name("fk_conv_info_records_from_easu_recruitment_id"), new TableField[] { SummonsesListDataExchangeError.SUMMONSES_LIST_DATA_EXCHANGE_ERROR.RECRUITMENT_ID }, ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.Keys.RECRUITMENT_PKEY, new TableField[] { Recruitment.RECRUITMENT.ID }, true);
public static final ForeignKey<UserInfoRecord, RecruitmentRecord> USER_INFO__FK_RECRUITMENT_ID = Internal.createForeignKey(UserInfo.USER_INFO, DSL.name("fk_recruitment_id"), new TableField[] { UserInfo.USER_INFO.RECRUITMENT_ID }, ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.Keys.RECRUITMENT_PKEY, new TableField[] { Recruitment.RECRUITMENT.ID }, true);
public static final ForeignKey<UserInfoRecord, UsersRecord> USER_INFO__FK_USER_ID = Internal.createForeignKey(UserInfo.USER_INFO, DSL.name("fk_user_id"), new TableField[] { UserInfo.USER_INFO.USER_ID }, ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.Keys.USERS_PKEY, new TableField[] { Users.USERS.USERS_ID }, true);
public static final ForeignKey<UserOperationRecord, RecruitmentRecord> USER_OPERATION__FK_CONV_INFO_RECORDS_FROM_EASU_RECRUITMENT_ID = Internal.createForeignKey(UserOperation.USER_OPERATION, DSL.name("fk_conv_info_records_from_easu_recruitment_id"), new TableField[] { UserOperation.USER_OPERATION.RECRUITMENT_ID }, ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.Keys.RECRUITMENT_PKEY, new TableField[] { Recruitment.RECRUITMENT.ID }, true);
public static final ForeignKey<UserOperationRecord, UsersRecord> USER_OPERATION__FK_USER_ID = Internal.createForeignKey(UserOperation.USER_OPERATION, DSL.name("fk_user_id"), new TableField[] { UserOperation.USER_OPERATION.USER_ID }, ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.Keys.USERS_PKEY, new TableField[] { Users.USERS.USERS_ID }, true);
public static final ForeignKey<UserWorkTimeRecord, RecruitmentRecord> USER_WORK_TIME__FK_RECRUITMENT_ID = Internal.createForeignKey(UserWorkTime.USER_WORK_TIME, DSL.name("fk_recruitment_id"), new TableField[] { UserWorkTime.USER_WORK_TIME.RECRUITMENT_ID }, ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.Keys.RECRUITMENT_PKEY, new TableField[] { Recruitment.RECRUITMENT.ID }, true);
public static final ForeignKey<UserWorkTimeRecord, UsersRecord> USER_WORK_TIME__FK_USER_ID = Internal.createForeignKey(UserWorkTime.USER_WORK_TIME, DSL.name("fk_user_id"), new TableField[] { UserWorkTime.USER_WORK_TIME.USER_ID }, ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.Keys.USERS_PKEY, new TableField[] { Users.USERS.USERS_ID }, true);
}

View file

@ -6,20 +6,14 @@ package ru.micord.webbpm.ervu.business_metrics.db_beans.journal_log.tables;
import java.sql.Date;
import java.sql.Timestamp;
import java.util.Arrays;
import java.util.Collection;
import java.util.List;
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;
@ -35,7 +29,6 @@ import org.jooq.impl.TableImpl;
import ru.micord.webbpm.ervu.business_metrics.db_beans.journal_log.JournalLog;
import ru.micord.webbpm.ervu.business_metrics.db_beans.journal_log.Keys;
import ru.micord.webbpm.ervu.business_metrics.db_beans.journal_log.tables.records.DictionaryUpdateRecord;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables.Recruitment.RecruitmentPath;
/**
@ -151,37 +144,6 @@ public class DictionaryUpdate extends TableImpl<DictionaryUpdateRecord> {
this(DSL.name("dictionary_update"), null);
}
public <O extends Record> DictionaryUpdate(Table<O> path, ForeignKey<O, DictionaryUpdateRecord> childPath, InverseForeignKey<O, DictionaryUpdateRecord> parentPath) {
super(path, childPath, parentPath, DICTIONARY_UPDATE);
}
/**
* A subtype implementing {@link Path} for simplified path-based joins.
*/
public static class DictionaryUpdatePath extends DictionaryUpdate implements Path<DictionaryUpdateRecord> {
public <O extends Record> DictionaryUpdatePath(Table<O> path, ForeignKey<O, DictionaryUpdateRecord> childPath, InverseForeignKey<O, DictionaryUpdateRecord> parentPath) {
super(path, childPath, parentPath);
}
private DictionaryUpdatePath(Name alias, Table<DictionaryUpdateRecord> aliased) {
super(alias, aliased);
}
@Override
public DictionaryUpdatePath as(String alias) {
return new DictionaryUpdatePath(DSL.name(alias), this);
}
@Override
public DictionaryUpdatePath as(Name alias) {
return new DictionaryUpdatePath(alias, this);
}
@Override
public DictionaryUpdatePath as(Table<?> alias) {
return new DictionaryUpdatePath(alias.getQualifiedName(), this);
}
}
@Override
public Schema getSchema() {
return aliased() ? null : JournalLog.JOURNAL_LOG;
@ -197,23 +159,6 @@ public class DictionaryUpdate extends TableImpl<DictionaryUpdateRecord> {
return Keys.DICTIONARY_UPDATE_PKEY;
}
@Override
public List<ForeignKey<DictionaryUpdateRecord, ?>> getReferences() {
return Arrays.asList(Keys.DICTIONARY_UPDATE__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.DICTIONARY_UPDATE__FK_CONV_INFO_RECORDS_FROM_EASU_RECRUITMENT_ID, null);
return _recruitment;
}
@Override
public DictionaryUpdate as(String alias) {
return new DictionaryUpdate(DSL.name(alias), this);

View file

@ -6,20 +6,14 @@ package ru.micord.webbpm.ervu.business_metrics.db_beans.journal_log.tables;
import java.sql.Date;
import java.sql.Timestamp;
import java.util.Arrays;
import java.util.Collection;
import java.util.List;
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;
@ -35,7 +29,6 @@ import org.jooq.impl.TableImpl;
import ru.micord.webbpm.ervu.business_metrics.db_beans.journal_log.JournalLog;
import ru.micord.webbpm.ervu.business_metrics.db_beans.journal_log.Keys;
import ru.micord.webbpm.ervu.business_metrics.db_beans.journal_log.tables.records.EpguNoticeSentRecord;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables.Recruitment.RecruitmentPath;
/**
@ -150,37 +143,6 @@ public class EpguNoticeSent extends TableImpl<EpguNoticeSentRecord> {
this(DSL.name("epgu_notice_sent"), null);
}
public <O extends Record> EpguNoticeSent(Table<O> path, ForeignKey<O, EpguNoticeSentRecord> childPath, InverseForeignKey<O, EpguNoticeSentRecord> parentPath) {
super(path, childPath, parentPath, EPGU_NOTICE_SENT);
}
/**
* A subtype implementing {@link Path} for simplified path-based joins.
*/
public static class EpguNoticeSentPath extends EpguNoticeSent implements Path<EpguNoticeSentRecord> {
public <O extends Record> EpguNoticeSentPath(Table<O> path, ForeignKey<O, EpguNoticeSentRecord> childPath, InverseForeignKey<O, EpguNoticeSentRecord> parentPath) {
super(path, childPath, parentPath);
}
private EpguNoticeSentPath(Name alias, Table<EpguNoticeSentRecord> aliased) {
super(alias, aliased);
}
@Override
public EpguNoticeSentPath as(String alias) {
return new EpguNoticeSentPath(DSL.name(alias), this);
}
@Override
public EpguNoticeSentPath as(Name alias) {
return new EpguNoticeSentPath(alias, this);
}
@Override
public EpguNoticeSentPath as(Table<?> alias) {
return new EpguNoticeSentPath(alias.getQualifiedName(), this);
}
}
@Override
public Schema getSchema() {
return aliased() ? null : JournalLog.JOURNAL_LOG;
@ -196,23 +158,6 @@ public class EpguNoticeSent extends TableImpl<EpguNoticeSentRecord> {
return Keys.EPGU_NOTICE_SENT_PKEY;
}
@Override
public List<ForeignKey<EpguNoticeSentRecord, ?>> getReferences() {
return Arrays.asList(Keys.EPGU_NOTICE_SENT__FK_CONV_INFO_0RECORDS_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.EPGU_NOTICE_SENT__FK_CONV_INFO_0RECORDS_FROM_EASU_RECRUITMENT_ID, null);
return _recruitment;
}
@Override
public EpguNoticeSent as(String alias) {
return new EpguNoticeSent(DSL.name(alias), this);

View file

@ -6,20 +6,14 @@ package ru.micord.webbpm.ervu.business_metrics.db_beans.journal_log.tables;
import java.sql.Date;
import java.sql.Timestamp;
import java.util.Arrays;
import java.util.Collection;
import java.util.List;
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;
@ -35,7 +29,6 @@ import org.jooq.impl.TableImpl;
import ru.micord.webbpm.ervu.business_metrics.db_beans.journal_log.JournalLog;
import ru.micord.webbpm.ervu.business_metrics.db_beans.journal_log.Keys;
import ru.micord.webbpm.ervu.business_metrics.db_beans.journal_log.tables.records.EpguNoticeSentErrorRecord;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables.Recruitment.RecruitmentPath;
/**
@ -139,37 +132,6 @@ public class EpguNoticeSentError extends TableImpl<EpguNoticeSentErrorRecord> {
this(DSL.name("epgu_notice_sent_error"), null);
}
public <O extends Record> EpguNoticeSentError(Table<O> path, ForeignKey<O, EpguNoticeSentErrorRecord> childPath, InverseForeignKey<O, EpguNoticeSentErrorRecord> parentPath) {
super(path, childPath, parentPath, EPGU_NOTICE_SENT_ERROR);
}
/**
* A subtype implementing {@link Path} for simplified path-based joins.
*/
public static class EpguNoticeSentErrorPath extends EpguNoticeSentError implements Path<EpguNoticeSentErrorRecord> {
public <O extends Record> EpguNoticeSentErrorPath(Table<O> path, ForeignKey<O, EpguNoticeSentErrorRecord> childPath, InverseForeignKey<O, EpguNoticeSentErrorRecord> parentPath) {
super(path, childPath, parentPath);
}
private EpguNoticeSentErrorPath(Name alias, Table<EpguNoticeSentErrorRecord> aliased) {
super(alias, aliased);
}
@Override
public EpguNoticeSentErrorPath as(String alias) {
return new EpguNoticeSentErrorPath(DSL.name(alias), this);
}
@Override
public EpguNoticeSentErrorPath as(Name alias) {
return new EpguNoticeSentErrorPath(alias, this);
}
@Override
public EpguNoticeSentErrorPath as(Table<?> alias) {
return new EpguNoticeSentErrorPath(alias.getQualifiedName(), this);
}
}
@Override
public Schema getSchema() {
return aliased() ? null : JournalLog.JOURNAL_LOG;
@ -185,23 +147,6 @@ public class EpguNoticeSentError extends TableImpl<EpguNoticeSentErrorRecord> {
return Keys.EPGU_NOTICE_SENT_ERROR_PKEY;
}
@Override
public List<ForeignKey<EpguNoticeSentErrorRecord, ?>> getReferences() {
return Arrays.asList(Keys.EPGU_NOTICE_SENT_ERROR__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.EPGU_NOTICE_SENT_ERROR__FK_CONV_INFO_RECORDS_FROM_EASU_RECRUITMENT_ID, null);
return _recruitment;
}
@Override
public EpguNoticeSentError as(String alias) {
return new EpguNoticeSentError(DSL.name(alias), this);

View file

@ -6,20 +6,14 @@ package ru.micord.webbpm.ervu.business_metrics.db_beans.journal_log.tables;
import java.sql.Date;
import java.sql.Timestamp;
import java.util.Arrays;
import java.util.Collection;
import java.util.List;
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;
@ -35,7 +29,6 @@ import org.jooq.impl.TableImpl;
import ru.micord.webbpm.ervu.business_metrics.db_beans.journal_log.JournalLog;
import ru.micord.webbpm.ervu.business_metrics.db_beans.journal_log.Keys;
import ru.micord.webbpm.ervu.business_metrics.db_beans.journal_log.tables.records.ExternalSystemTransactionRecord;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables.Recruitment.RecruitmentPath;
/**
@ -136,37 +129,6 @@ public class ExternalSystemTransaction extends TableImpl<ExternalSystemTransacti
this(DSL.name("external_system_transaction"), null);
}
public <O extends Record> ExternalSystemTransaction(Table<O> path, ForeignKey<O, ExternalSystemTransactionRecord> childPath, InverseForeignKey<O, ExternalSystemTransactionRecord> parentPath) {
super(path, childPath, parentPath, EXTERNAL_SYSTEM_TRANSACTION);
}
/**
* A subtype implementing {@link Path} for simplified path-based joins.
*/
public static class ExternalSystemTransactionPath extends ExternalSystemTransaction implements Path<ExternalSystemTransactionRecord> {
public <O extends Record> ExternalSystemTransactionPath(Table<O> path, ForeignKey<O, ExternalSystemTransactionRecord> childPath, InverseForeignKey<O, ExternalSystemTransactionRecord> parentPath) {
super(path, childPath, parentPath);
}
private ExternalSystemTransactionPath(Name alias, Table<ExternalSystemTransactionRecord> aliased) {
super(alias, aliased);
}
@Override
public ExternalSystemTransactionPath as(String alias) {
return new ExternalSystemTransactionPath(DSL.name(alias), this);
}
@Override
public ExternalSystemTransactionPath as(Name alias) {
return new ExternalSystemTransactionPath(alias, this);
}
@Override
public ExternalSystemTransactionPath as(Table<?> alias) {
return new ExternalSystemTransactionPath(alias.getQualifiedName(), this);
}
}
@Override
public Schema getSchema() {
return aliased() ? null : JournalLog.JOURNAL_LOG;
@ -182,23 +144,6 @@ public class ExternalSystemTransaction extends TableImpl<ExternalSystemTransacti
return Keys.EXTERNAL_SYSTEM_TRANSACTION_PKEY;
}
@Override
public List<ForeignKey<ExternalSystemTransactionRecord, ?>> getReferences() {
return Arrays.asList(Keys.EXTERNAL_SYSTEM_TRANSACTION__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.EXTERNAL_SYSTEM_TRANSACTION__FK_CONV_INFO_RECORDS_FROM_EASU_RECRUITMENT_ID, null);
return _recruitment;
}
@Override
public ExternalSystemTransaction as(String alias) {
return new ExternalSystemTransaction(DSL.name(alias), this);

View file

@ -6,20 +6,14 @@ package ru.micord.webbpm.ervu.business_metrics.db_beans.journal_log.tables;
import java.sql.Date;
import java.sql.Timestamp;
import java.util.Arrays;
import java.util.Collection;
import java.util.List;
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;
@ -35,7 +29,6 @@ import org.jooq.impl.TableImpl;
import ru.micord.webbpm.ervu.business_metrics.db_beans.journal_log.JournalLog;
import ru.micord.webbpm.ervu.business_metrics.db_beans.journal_log.Keys;
import ru.micord.webbpm.ervu.business_metrics.db_beans.journal_log.tables.records.LoadFilesJourRecord;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables.Recruitment.RecruitmentPath;
/**
@ -131,37 +124,6 @@ public class LoadFilesJour extends TableImpl<LoadFilesJourRecord> {
this(DSL.name("load_files_jour"), null);
}
public <O extends Record> LoadFilesJour(Table<O> path, ForeignKey<O, LoadFilesJourRecord> childPath, InverseForeignKey<O, LoadFilesJourRecord> parentPath) {
super(path, childPath, parentPath, LOAD_FILES_JOUR);
}
/**
* A subtype implementing {@link Path} for simplified path-based joins.
*/
public static class LoadFilesJourPath extends LoadFilesJour implements Path<LoadFilesJourRecord> {
public <O extends Record> LoadFilesJourPath(Table<O> path, ForeignKey<O, LoadFilesJourRecord> childPath, InverseForeignKey<O, LoadFilesJourRecord> parentPath) {
super(path, childPath, parentPath);
}
private LoadFilesJourPath(Name alias, Table<LoadFilesJourRecord> aliased) {
super(alias, aliased);
}
@Override
public LoadFilesJourPath as(String alias) {
return new LoadFilesJourPath(DSL.name(alias), this);
}
@Override
public LoadFilesJourPath as(Name alias) {
return new LoadFilesJourPath(alias, this);
}
@Override
public LoadFilesJourPath as(Table<?> alias) {
return new LoadFilesJourPath(alias.getQualifiedName(), this);
}
}
@Override
public Schema getSchema() {
return aliased() ? null : JournalLog.JOURNAL_LOG;
@ -177,23 +139,6 @@ public class LoadFilesJour extends TableImpl<LoadFilesJourRecord> {
return Keys.LOAD_FILES_JOUR_PKEY;
}
@Override
public List<ForeignKey<LoadFilesJourRecord, ?>> getReferences() {
return Arrays.asList(Keys.LOAD_FILES_JOUR__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.LOAD_FILES_JOUR__FK_CONV_INFO_RECORDS_FROM_EASU_RECRUITMENT_ID, null);
return _recruitment;
}
@Override
public LoadFilesJour as(String alias) {
return new LoadFilesJour(DSL.name(alias), this);

View file

@ -6,20 +6,14 @@ package ru.micord.webbpm.ervu.business_metrics.db_beans.journal_log.tables;
import java.sql.Date;
import java.sql.Timestamp;
import java.util.Arrays;
import java.util.Collection;
import java.util.List;
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;
@ -35,7 +29,6 @@ import org.jooq.impl.TableImpl;
import ru.micord.webbpm.ervu.business_metrics.db_beans.journal_log.JournalLog;
import ru.micord.webbpm.ervu.business_metrics.db_beans.journal_log.Keys;
import ru.micord.webbpm.ervu.business_metrics.db_beans.journal_log.tables.records.LoadFilesSpeedJourRecord;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables.Recruitment.RecruitmentPath;
/**
@ -130,37 +123,6 @@ public class LoadFilesSpeedJour extends TableImpl<LoadFilesSpeedJourRecord> {
this(DSL.name("load_files_speed_jour"), null);
}
public <O extends Record> LoadFilesSpeedJour(Table<O> path, ForeignKey<O, LoadFilesSpeedJourRecord> childPath, InverseForeignKey<O, LoadFilesSpeedJourRecord> parentPath) {
super(path, childPath, parentPath, LOAD_FILES_SPEED_JOUR);
}
/**
* A subtype implementing {@link Path} for simplified path-based joins.
*/
public static class LoadFilesSpeedJourPath extends LoadFilesSpeedJour implements Path<LoadFilesSpeedJourRecord> {
public <O extends Record> LoadFilesSpeedJourPath(Table<O> path, ForeignKey<O, LoadFilesSpeedJourRecord> childPath, InverseForeignKey<O, LoadFilesSpeedJourRecord> parentPath) {
super(path, childPath, parentPath);
}
private LoadFilesSpeedJourPath(Name alias, Table<LoadFilesSpeedJourRecord> aliased) {
super(alias, aliased);
}
@Override
public LoadFilesSpeedJourPath as(String alias) {
return new LoadFilesSpeedJourPath(DSL.name(alias), this);
}
@Override
public LoadFilesSpeedJourPath as(Name alias) {
return new LoadFilesSpeedJourPath(alias, this);
}
@Override
public LoadFilesSpeedJourPath as(Table<?> alias) {
return new LoadFilesSpeedJourPath(alias.getQualifiedName(), this);
}
}
@Override
public Schema getSchema() {
return aliased() ? null : JournalLog.JOURNAL_LOG;
@ -176,23 +138,6 @@ public class LoadFilesSpeedJour extends TableImpl<LoadFilesSpeedJourRecord> {
return Keys.LOAD_FILES_SPEED_JOUR_PKEY;
}
@Override
public List<ForeignKey<LoadFilesSpeedJourRecord, ?>> getReferences() {
return Arrays.asList(Keys.LOAD_FILES_SPEED_JOUR__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.LOAD_FILES_SPEED_JOUR__FK_CONV_INFO_RECORDS_FROM_EASU_RECRUITMENT_ID, null);
return _recruitment;
}
@Override
public LoadFilesSpeedJour as(String alias) {
return new LoadFilesSpeedJour(DSL.name(alias), this);

View file

@ -13,14 +13,10 @@ import java.util.List;
import org.jooq.Check;
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;
@ -37,7 +33,6 @@ import org.jooq.impl.TableImpl;
import ru.micord.webbpm.ervu.business_metrics.db_beans.journal_log.JournalLog;
import ru.micord.webbpm.ervu.business_metrics.db_beans.journal_log.Keys;
import ru.micord.webbpm.ervu.business_metrics.db_beans.journal_log.tables.records.LoadRecordJourRecord;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables.Recruitment.RecruitmentPath;
/**
@ -137,37 +132,6 @@ public class LoadRecordJour extends TableImpl<LoadRecordJourRecord> {
this(DSL.name("load_record_jour"), null);
}
public <O extends Record> LoadRecordJour(Table<O> path, ForeignKey<O, LoadRecordJourRecord> childPath, InverseForeignKey<O, LoadRecordJourRecord> parentPath) {
super(path, childPath, parentPath, LOAD_RECORD_JOUR);
}
/**
* A subtype implementing {@link Path} for simplified path-based joins.
*/
public static class LoadRecordJourPath extends LoadRecordJour implements Path<LoadRecordJourRecord> {
public <O extends Record> LoadRecordJourPath(Table<O> path, ForeignKey<O, LoadRecordJourRecord> childPath, InverseForeignKey<O, LoadRecordJourRecord> parentPath) {
super(path, childPath, parentPath);
}
private LoadRecordJourPath(Name alias, Table<LoadRecordJourRecord> aliased) {
super(alias, aliased);
}
@Override
public LoadRecordJourPath as(String alias) {
return new LoadRecordJourPath(DSL.name(alias), this);
}
@Override
public LoadRecordJourPath as(Name alias) {
return new LoadRecordJourPath(alias, this);
}
@Override
public LoadRecordJourPath as(Table<?> alias) {
return new LoadRecordJourPath(alias.getQualifiedName(), this);
}
}
@Override
public Schema getSchema() {
return aliased() ? null : JournalLog.JOURNAL_LOG;
@ -183,23 +147,6 @@ public class LoadRecordJour extends TableImpl<LoadRecordJourRecord> {
return Keys.LOAD_RECORD_JOUR_PKEY;
}
@Override
public List<ForeignKey<LoadRecordJourRecord, ?>> getReferences() {
return Arrays.asList(Keys.LOAD_RECORD_JOUR__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.LOAD_RECORD_JOUR__FK_CONV_INFO_RECORDS_FROM_EASU_RECRUITMENT_ID, null);
return _recruitment;
}
@Override
public List<Check<LoadRecordJourRecord>> getChecks() {
return Arrays.asList(

View file

@ -13,14 +13,10 @@ import java.util.List;
import org.jooq.Check;
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;
@ -37,7 +33,6 @@ import org.jooq.impl.TableImpl;
import ru.micord.webbpm.ervu.business_metrics.db_beans.journal_log.JournalLog;
import ru.micord.webbpm.ervu.business_metrics.db_beans.journal_log.Keys;
import ru.micord.webbpm.ervu.business_metrics.db_beans.journal_log.tables.records.MessageJournalRecord;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables.Recruitment.RecruitmentPath;
/**
@ -150,37 +145,6 @@ public class MessageJournal extends TableImpl<MessageJournalRecord> {
this(DSL.name("message_journal"), null);
}
public <O extends Record> MessageJournal(Table<O> path, ForeignKey<O, MessageJournalRecord> childPath, InverseForeignKey<O, MessageJournalRecord> parentPath) {
super(path, childPath, parentPath, MESSAGE_JOURNAL);
}
/**
* A subtype implementing {@link Path} for simplified path-based joins.
*/
public static class MessageJournalPath extends MessageJournal implements Path<MessageJournalRecord> {
public <O extends Record> MessageJournalPath(Table<O> path, ForeignKey<O, MessageJournalRecord> childPath, InverseForeignKey<O, MessageJournalRecord> parentPath) {
super(path, childPath, parentPath);
}
private MessageJournalPath(Name alias, Table<MessageJournalRecord> aliased) {
super(alias, aliased);
}
@Override
public MessageJournalPath as(String alias) {
return new MessageJournalPath(DSL.name(alias), this);
}
@Override
public MessageJournalPath as(Name alias) {
return new MessageJournalPath(alias, this);
}
@Override
public MessageJournalPath as(Table<?> alias) {
return new MessageJournalPath(alias.getQualifiedName(), this);
}
}
@Override
public Schema getSchema() {
return aliased() ? null : JournalLog.JOURNAL_LOG;
@ -196,23 +160,6 @@ public class MessageJournal extends TableImpl<MessageJournalRecord> {
return Keys.MESSAGE_JOURNAL_PKEY;
}
@Override
public List<ForeignKey<MessageJournalRecord, ?>> getReferences() {
return Arrays.asList(Keys.MESSAGE_JOURNAL__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.MESSAGE_JOURNAL__FK_CONV_INFO_RECORDS_FROM_EASU_RECRUITMENT_ID, null);
return _recruitment;
}
@Override
public List<Check<MessageJournalRecord>> getChecks() {
return Arrays.asList(

View file

@ -6,20 +6,14 @@ package ru.micord.webbpm.ervu.business_metrics.db_beans.journal_log.tables;
import java.sql.Date;
import java.sql.Timestamp;
import java.util.Arrays;
import java.util.Collection;
import java.util.List;
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;
@ -35,7 +29,6 @@ import org.jooq.impl.TableImpl;
import ru.micord.webbpm.ervu.business_metrics.db_beans.journal_log.JournalLog;
import ru.micord.webbpm.ervu.business_metrics.db_beans.journal_log.Keys;
import ru.micord.webbpm.ervu.business_metrics.db_beans.journal_log.tables.records.ProcessedRecordsRecord;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables.Recruitment.RecruitmentPath;
/**
@ -135,37 +128,6 @@ public class ProcessedRecords extends TableImpl<ProcessedRecordsRecord> {
this(DSL.name("processed_records"), null);
}
public <O extends Record> ProcessedRecords(Table<O> path, ForeignKey<O, ProcessedRecordsRecord> childPath, InverseForeignKey<O, ProcessedRecordsRecord> parentPath) {
super(path, childPath, parentPath, PROCESSED_RECORDS);
}
/**
* A subtype implementing {@link Path} for simplified path-based joins.
*/
public static class ProcessedRecordsPath extends ProcessedRecords implements Path<ProcessedRecordsRecord> {
public <O extends Record> ProcessedRecordsPath(Table<O> path, ForeignKey<O, ProcessedRecordsRecord> childPath, InverseForeignKey<O, ProcessedRecordsRecord> parentPath) {
super(path, childPath, parentPath);
}
private ProcessedRecordsPath(Name alias, Table<ProcessedRecordsRecord> aliased) {
super(alias, aliased);
}
@Override
public ProcessedRecordsPath as(String alias) {
return new ProcessedRecordsPath(DSL.name(alias), this);
}
@Override
public ProcessedRecordsPath as(Name alias) {
return new ProcessedRecordsPath(alias, this);
}
@Override
public ProcessedRecordsPath as(Table<?> alias) {
return new ProcessedRecordsPath(alias.getQualifiedName(), this);
}
}
@Override
public Schema getSchema() {
return aliased() ? null : JournalLog.JOURNAL_LOG;
@ -181,23 +143,6 @@ public class ProcessedRecords extends TableImpl<ProcessedRecordsRecord> {
return Keys.PROCESSED_RECORDS_PKEY;
}
@Override
public List<ForeignKey<ProcessedRecordsRecord, ?>> getReferences() {
return Arrays.asList(Keys.PROCESSED_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.PROCESSED_RECORDS__FK_CONV_INFO_RECORDS_FROM_EASU_RECRUITMENT_ID, null);
return _recruitment;
}
@Override
public ProcessedRecords as(String alias) {
return new ProcessedRecords(DSL.name(alias), this);

View file

@ -13,14 +13,10 @@ import java.util.List;
import org.jooq.Check;
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;
@ -37,7 +33,6 @@ import org.jooq.impl.TableImpl;
import ru.micord.webbpm.ervu.business_metrics.db_beans.journal_log.JournalLog;
import ru.micord.webbpm.ervu.business_metrics.db_beans.journal_log.Keys;
import ru.micord.webbpm.ervu.business_metrics.db_beans.journal_log.tables.records.ProcessingTimeFilesAndRecordsRecord;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables.Recruitment.RecruitmentPath;
/**
@ -149,37 +144,6 @@ public class ProcessingTimeFilesAndRecords extends TableImpl<ProcessingTimeFiles
this(DSL.name("processing_time_files_and_records"), null);
}
public <O extends Record> ProcessingTimeFilesAndRecords(Table<O> path, ForeignKey<O, ProcessingTimeFilesAndRecordsRecord> childPath, InverseForeignKey<O, ProcessingTimeFilesAndRecordsRecord> parentPath) {
super(path, childPath, parentPath, PROCESSING_TIME_FILES_AND_RECORDS);
}
/**
* A subtype implementing {@link Path} for simplified path-based joins.
*/
public static class ProcessingTimeFilesAndRecordsPath extends ProcessingTimeFilesAndRecords implements Path<ProcessingTimeFilesAndRecordsRecord> {
public <O extends Record> ProcessingTimeFilesAndRecordsPath(Table<O> path, ForeignKey<O, ProcessingTimeFilesAndRecordsRecord> childPath, InverseForeignKey<O, ProcessingTimeFilesAndRecordsRecord> parentPath) {
super(path, childPath, parentPath);
}
private ProcessingTimeFilesAndRecordsPath(Name alias, Table<ProcessingTimeFilesAndRecordsRecord> aliased) {
super(alias, aliased);
}
@Override
public ProcessingTimeFilesAndRecordsPath as(String alias) {
return new ProcessingTimeFilesAndRecordsPath(DSL.name(alias), this);
}
@Override
public ProcessingTimeFilesAndRecordsPath as(Name alias) {
return new ProcessingTimeFilesAndRecordsPath(alias, this);
}
@Override
public ProcessingTimeFilesAndRecordsPath as(Table<?> alias) {
return new ProcessingTimeFilesAndRecordsPath(alias.getQualifiedName(), this);
}
}
@Override
public Schema getSchema() {
return aliased() ? null : JournalLog.JOURNAL_LOG;
@ -195,23 +159,6 @@ public class ProcessingTimeFilesAndRecords extends TableImpl<ProcessingTimeFiles
return Keys.PROCESSING_TIME_FILES_AND_RECORDS_PKEY;
}
@Override
public List<ForeignKey<ProcessingTimeFilesAndRecordsRecord, ?>> getReferences() {
return Arrays.asList(Keys.PROCESSING_TIME_FILES_AND_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.PROCESSING_TIME_FILES_AND_RECORDS__FK_CONV_INFO_RECORDS_FROM_EASU_RECRUITMENT_ID, null);
return _recruitment;
}
@Override
public List<Check<ProcessingTimeFilesAndRecordsRecord>> getChecks() {
return Arrays.asList(

View file

@ -6,20 +6,14 @@ package ru.micord.webbpm.ervu.business_metrics.db_beans.journal_log.tables;
import java.sql.Date;
import java.sql.Timestamp;
import java.util.Arrays;
import java.util.Collection;
import java.util.List;
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;
@ -35,7 +29,6 @@ import org.jooq.impl.TableImpl;
import ru.micord.webbpm.ervu.business_metrics.db_beans.journal_log.JournalLog;
import ru.micord.webbpm.ervu.business_metrics.db_beans.journal_log.Keys;
import ru.micord.webbpm.ervu.business_metrics.db_beans.journal_log.tables.records.SignJournalRecord;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables.Recruitment.RecruitmentPath;
/**
@ -118,37 +111,6 @@ public class SignJournal extends TableImpl<SignJournalRecord> {
this(DSL.name("sign_journal"), null);
}
public <O extends Record> SignJournal(Table<O> path, ForeignKey<O, SignJournalRecord> childPath, InverseForeignKey<O, SignJournalRecord> parentPath) {
super(path, childPath, parentPath, SIGN_JOURNAL);
}
/**
* A subtype implementing {@link Path} for simplified path-based joins.
*/
public static class SignJournalPath extends SignJournal implements Path<SignJournalRecord> {
public <O extends Record> SignJournalPath(Table<O> path, ForeignKey<O, SignJournalRecord> childPath, InverseForeignKey<O, SignJournalRecord> parentPath) {
super(path, childPath, parentPath);
}
private SignJournalPath(Name alias, Table<SignJournalRecord> aliased) {
super(alias, aliased);
}
@Override
public SignJournalPath as(String alias) {
return new SignJournalPath(DSL.name(alias), this);
}
@Override
public SignJournalPath as(Name alias) {
return new SignJournalPath(alias, this);
}
@Override
public SignJournalPath as(Table<?> alias) {
return new SignJournalPath(alias.getQualifiedName(), this);
}
}
@Override
public Schema getSchema() {
return aliased() ? null : JournalLog.JOURNAL_LOG;
@ -164,23 +126,6 @@ public class SignJournal extends TableImpl<SignJournalRecord> {
return Keys.SIGN_JOURNAL_PKEY;
}
@Override
public List<ForeignKey<SignJournalRecord, ?>> getReferences() {
return Arrays.asList(Keys.SIGN_JOURNAL__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.SIGN_JOURNAL__FK_CONV_INFO_RECORDS_FROM_EASU_RECRUITMENT_ID, null);
return _recruitment;
}
@Override
public SignJournal as(String alias) {
return new SignJournal(DSL.name(alias), this);

View file

@ -6,20 +6,14 @@ package ru.micord.webbpm.ervu.business_metrics.db_beans.journal_log.tables;
import java.sql.Date;
import java.sql.Timestamp;
import java.util.Arrays;
import java.util.Collection;
import java.util.List;
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;
@ -35,7 +29,6 @@ import org.jooq.impl.TableImpl;
import ru.micord.webbpm.ervu.business_metrics.db_beans.journal_log.JournalLog;
import ru.micord.webbpm.ervu.business_metrics.db_beans.journal_log.Keys;
import ru.micord.webbpm.ervu.business_metrics.db_beans.journal_log.tables.records.SummonsesListDataExchangeRecord;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables.Recruitment.RecruitmentPath;
/**
@ -144,37 +137,6 @@ public class SummonsesListDataExchange extends TableImpl<SummonsesListDataExchan
this(DSL.name("summonses_list_data_exchange"), null);
}
public <O extends Record> SummonsesListDataExchange(Table<O> path, ForeignKey<O, SummonsesListDataExchangeRecord> childPath, InverseForeignKey<O, SummonsesListDataExchangeRecord> parentPath) {
super(path, childPath, parentPath, SUMMONSES_LIST_DATA_EXCHANGE);
}
/**
* A subtype implementing {@link Path} for simplified path-based joins.
*/
public static class SummonsesListDataExchangePath extends SummonsesListDataExchange implements Path<SummonsesListDataExchangeRecord> {
public <O extends Record> SummonsesListDataExchangePath(Table<O> path, ForeignKey<O, SummonsesListDataExchangeRecord> childPath, InverseForeignKey<O, SummonsesListDataExchangeRecord> parentPath) {
super(path, childPath, parentPath);
}
private SummonsesListDataExchangePath(Name alias, Table<SummonsesListDataExchangeRecord> aliased) {
super(alias, aliased);
}
@Override
public SummonsesListDataExchangePath as(String alias) {
return new SummonsesListDataExchangePath(DSL.name(alias), this);
}
@Override
public SummonsesListDataExchangePath as(Name alias) {
return new SummonsesListDataExchangePath(alias, this);
}
@Override
public SummonsesListDataExchangePath as(Table<?> alias) {
return new SummonsesListDataExchangePath(alias.getQualifiedName(), this);
}
}
@Override
public Schema getSchema() {
return aliased() ? null : JournalLog.JOURNAL_LOG;
@ -190,23 +152,6 @@ public class SummonsesListDataExchange extends TableImpl<SummonsesListDataExchan
return Keys.SUMMONSES_LIST_DATA_EXCHANGE_PKEY;
}
@Override
public List<ForeignKey<SummonsesListDataExchangeRecord, ?>> getReferences() {
return Arrays.asList(Keys.SUMMONSES_LIST_DATA_EXCHANGE__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.SUMMONSES_LIST_DATA_EXCHANGE__FK_CONV_INFO_RECORDS_FROM_EASU_RECRUITMENT_ID, null);
return _recruitment;
}
@Override
public SummonsesListDataExchange as(String alias) {
return new SummonsesListDataExchange(DSL.name(alias), this);

View file

@ -6,20 +6,14 @@ package ru.micord.webbpm.ervu.business_metrics.db_beans.journal_log.tables;
import java.sql.Date;
import java.sql.Timestamp;
import java.util.Arrays;
import java.util.Collection;
import java.util.List;
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;
@ -35,7 +29,6 @@ import org.jooq.impl.TableImpl;
import ru.micord.webbpm.ervu.business_metrics.db_beans.journal_log.JournalLog;
import ru.micord.webbpm.ervu.business_metrics.db_beans.journal_log.Keys;
import ru.micord.webbpm.ervu.business_metrics.db_beans.journal_log.tables.records.SummonsesListDataExchangeErrorRecord;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables.Recruitment.RecruitmentPath;
/**
@ -173,37 +166,6 @@ public class SummonsesListDataExchangeError extends TableImpl<SummonsesListDataE
this(DSL.name("summonses_list_data_exchange_error"), null);
}
public <O extends Record> SummonsesListDataExchangeError(Table<O> path, ForeignKey<O, SummonsesListDataExchangeErrorRecord> childPath, InverseForeignKey<O, SummonsesListDataExchangeErrorRecord> parentPath) {
super(path, childPath, parentPath, SUMMONSES_LIST_DATA_EXCHANGE_ERROR);
}
/**
* A subtype implementing {@link Path} for simplified path-based joins.
*/
public static class SummonsesListDataExchangeErrorPath extends SummonsesListDataExchangeError implements Path<SummonsesListDataExchangeErrorRecord> {
public <O extends Record> SummonsesListDataExchangeErrorPath(Table<O> path, ForeignKey<O, SummonsesListDataExchangeErrorRecord> childPath, InverseForeignKey<O, SummonsesListDataExchangeErrorRecord> parentPath) {
super(path, childPath, parentPath);
}
private SummonsesListDataExchangeErrorPath(Name alias, Table<SummonsesListDataExchangeErrorRecord> aliased) {
super(alias, aliased);
}
@Override
public SummonsesListDataExchangeErrorPath as(String alias) {
return new SummonsesListDataExchangeErrorPath(DSL.name(alias), this);
}
@Override
public SummonsesListDataExchangeErrorPath as(Name alias) {
return new SummonsesListDataExchangeErrorPath(alias, this);
}
@Override
public SummonsesListDataExchangeErrorPath as(Table<?> alias) {
return new SummonsesListDataExchangeErrorPath(alias.getQualifiedName(), this);
}
}
@Override
public Schema getSchema() {
return aliased() ? null : JournalLog.JOURNAL_LOG;
@ -219,23 +181,6 @@ public class SummonsesListDataExchangeError extends TableImpl<SummonsesListDataE
return Keys.SUMMONSES_LIST_DATA_EXCHANGE_ERROR_PKEY;
}
@Override
public List<ForeignKey<SummonsesListDataExchangeErrorRecord, ?>> getReferences() {
return Arrays.asList(Keys.SUMMONSES_LIST_DATA_EXCHANGE_ERROR__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.SUMMONSES_LIST_DATA_EXCHANGE_ERROR__FK_CONV_INFO_RECORDS_FROM_EASU_RECRUITMENT_ID, null);
return _recruitment;
}
@Override
public SummonsesListDataExchangeError as(String alias) {
return new SummonsesListDataExchangeError(DSL.name(alias), this);

View file

@ -35,7 +35,6 @@ import org.jooq.impl.TableImpl;
import ru.micord.webbpm.ervu.business_metrics.db_beans.journal_log.JournalLog;
import ru.micord.webbpm.ervu.business_metrics.db_beans.journal_log.Keys;
import ru.micord.webbpm.ervu.business_metrics.db_beans.journal_log.tables.records.UserInfoRecord;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables.Recruitment.RecruitmentPath;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables.Users.UsersPath;
@ -182,19 +181,7 @@ public class UserInfo extends TableImpl<UserInfoRecord> {
@Override
public List<ForeignKey<UserInfoRecord, ?>> getReferences() {
return Arrays.asList(Keys.USER_INFO__FK_RECRUITMENT_ID, Keys.USER_INFO__FK_USER_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.USER_INFO__FK_RECRUITMENT_ID, null);
return _recruitment;
return Arrays.asList(Keys.USER_INFO__FK_USER_ID);
}
private transient UsersPath _users;

View file

@ -37,7 +37,6 @@ import org.jooq.impl.TableImpl;
import ru.micord.webbpm.ervu.business_metrics.db_beans.journal_log.JournalLog;
import ru.micord.webbpm.ervu.business_metrics.db_beans.journal_log.Keys;
import ru.micord.webbpm.ervu.business_metrics.db_beans.journal_log.tables.records.UserOperationRecord;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables.Recruitment.RecruitmentPath;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables.Users.UsersPath;
@ -192,19 +191,7 @@ public class UserOperation extends TableImpl<UserOperationRecord> {
@Override
public List<ForeignKey<UserOperationRecord, ?>> getReferences() {
return Arrays.asList(Keys.USER_OPERATION__FK_CONV_INFO_RECORDS_FROM_EASU_RECRUITMENT_ID, Keys.USER_OPERATION__FK_USER_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.USER_OPERATION__FK_CONV_INFO_RECORDS_FROM_EASU_RECRUITMENT_ID, null);
return _recruitment;
return Arrays.asList(Keys.USER_OPERATION__FK_USER_ID);
}
private transient UsersPath _users;

View file

@ -35,7 +35,6 @@ import org.jooq.impl.TableImpl;
import ru.micord.webbpm.ervu.business_metrics.db_beans.journal_log.JournalLog;
import ru.micord.webbpm.ervu.business_metrics.db_beans.journal_log.Keys;
import ru.micord.webbpm.ervu.business_metrics.db_beans.journal_log.tables.records.UserWorkTimeRecord;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables.Recruitment.RecruitmentPath;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables.Users.UsersPath;
@ -172,19 +171,7 @@ public class UserWorkTime extends TableImpl<UserWorkTimeRecord> {
@Override
public List<ForeignKey<UserWorkTimeRecord, ?>> getReferences() {
return Arrays.asList(Keys.USER_WORK_TIME__FK_RECRUITMENT_ID, Keys.USER_WORK_TIME__FK_USER_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.USER_WORK_TIME__FK_RECRUITMENT_ID, null);
return _recruitment;
return Arrays.asList(Keys.USER_WORK_TIME__FK_USER_ID);
}
private transient UsersPath _users;

View file

@ -74,7 +74,6 @@ public class Keys {
public static final UniqueKey<IncidentsFilesRequestsRecord> INCIDENTS_FILES_REQUESTS_PKEY = Internal.createUniqueKey(IncidentsFilesRequests.INCIDENTS_FILES_REQUESTS, DSL.name("incidents_files_requests_pkey"), new TableField[] { IncidentsFilesRequests.INCIDENTS_FILES_REQUESTS.INCIDENTS_FILES_REQUESTS_ID }, true);
public static final UniqueKey<IncidentsRecievedByDataFromGirVuRecord> INCIDENTS_RECIEVED_BY_DATA_FROM_GIR_VU_PKEY = Internal.createUniqueKey(IncidentsRecievedByDataFromGirVu.INCIDENTS_RECIEVED_BY_DATA_FROM_GIR_VU, DSL.name("incidents_recieved_by_data_from_gir_vu_pkey"), new TableField[] { IncidentsRecievedByDataFromGirVu.INCIDENTS_RECIEVED_BY_DATA_FROM_GIR_VU.INCIDENTS_RECIEVED_BY_DATA_FROM_GIR_VU_ID }, true);
public static final UniqueKey<RecordsAboutCitizenRecord> RECORDS_ABOUT_CITIZEN_PKEY = Internal.createUniqueKey(RecordsAboutCitizen.RECORDS_ABOUT_CITIZEN, DSL.name("records_about_citizen_pkey"), new TableField[] { RecordsAboutCitizen.RECORDS_ABOUT_CITIZEN.RECORDS_ABOUT_CITIZEN_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);
public static final UniqueKey<RegionRecord> REGION_PKEY = Internal.createUniqueKey(Region.REGION, DSL.name("region_pkey"), new TableField[] { Region.REGION.REGION_ID }, true);
public static final UniqueKey<RegionRecord> UNI_REGION1 = Internal.createUniqueKey(Region.REGION, DSL.name("uni_region1"), new TableField[] { Region.REGION.SUBJECT_CODE }, true);
@ -84,21 +83,5 @@ public class Keys {
// FOREIGN KEY definitions
// -------------------------------------------------------------------------
public static final ForeignKey<ActiveApplicationsRecord, RecruitmentRecord> ACTIVE_APPLICATIONS__FK_CRIMINAL_ADMINISTRATIVE_LIABILITY_RECRUITMENT_ID = Internal.createForeignKey(ActiveApplications.ACTIVE_APPLICATIONS, DSL.name("fk_criminal_administrative_liability_recruitment_id"), new TableField[] { ActiveApplications.ACTIVE_APPLICATIONS.RECRUITMENT_ID }, Keys.RECRUITMENT_PKEY, new TableField[] { Recruitment.RECRUITMENT.ID }, true);
public static final ForeignKey<CitizenAppealsRecord, RecruitmentRecord> CITIZEN_APPEALS__FK_CRIMINAL_ADMINISTRATIVE_LIABILITY_RECRUITMENT_ID = Internal.createForeignKey(CitizenAppeals.CITIZEN_APPEALS, DSL.name("fk_criminal_administrative_liability_recruitment_id"), new TableField[] { CitizenAppeals.CITIZEN_APPEALS.RECRUITMENT_ID }, Keys.RECRUITMENT_PKEY, new TableField[] { Recruitment.RECRUITMENT.ID }, true);
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);
public static final ForeignKey<CriminalAdministrativeLiabilityRecord, RecruitmentRecord> CRIMINAL_ADMINISTRATIVE_LIABILITY__FK_CRIMINAL_ADMINISTRATIVE_LIABILITY_RECRUITMENT_ID = Internal.createForeignKey(CriminalAdministrativeLiability.CRIMINAL_ADMINISTRATIVE_LIABILITY, DSL.name("fk_criminal_administrative_liability_recruitment_id"), new TableField[] { CriminalAdministrativeLiability.CRIMINAL_ADMINISTRATIVE_LIABILITY.RECRUITMENT_ID }, Keys.RECRUITMENT_PKEY, new TableField[] { Recruitment.RECRUITMENT.ID }, true);
public static final ForeignKey<Fz_53AppealsRecord, RecruitmentRecord> FZ_53_APPEALS__FK_CRIMINAL_ADMINISTRATIVE_LIABILITY_RECRUITMENT_ID = Internal.createForeignKey(Fz_53Appeals.FZ_53_APPEALS, DSL.name("fk_criminal_administrative_liability_recruitment_id"), new TableField[] { Fz_53Appeals.FZ_53_APPEALS.RECRUITMENT_ID }, Keys.RECRUITMENT_PKEY, new TableField[] { Recruitment.RECRUITMENT.ID }, true);
public static final ForeignKey<IncidentsChangeDataFromGirVuRecord, RecruitmentRecord> INCIDENTS_CHANGE_DATA_FROM_GIR_VU__FK_CRIMINAL_ADMINISTRATIVE_LIABILITY_RECRUITMENT_ID = Internal.createForeignKey(IncidentsChangeDataFromGirVu.INCIDENTS_CHANGE_DATA_FROM_GIR_VU, DSL.name("fk_criminal_administrative_liability_recruitment_id"), new TableField[] { IncidentsChangeDataFromGirVu.INCIDENTS_CHANGE_DATA_FROM_GIR_VU.RECRUITMENT_ID }, Keys.RECRUITMENT_PKEY, new TableField[] { Recruitment.RECRUITMENT.ID }, true);
public static final ForeignKey<IncidentsClosedRecord, RecruitmentRecord> INCIDENTS_CLOSED__FK_CRIMINAL_ADMINISTRATIVE_LIABILITY_RECRUITMENT_ID = Internal.createForeignKey(IncidentsClosed.INCIDENTS_CLOSED, DSL.name("fk_criminal_administrative_liability_recruitment_id"), new TableField[] { IncidentsClosed.INCIDENTS_CLOSED.RECRUITMENT_ID }, Keys.RECRUITMENT_PKEY, new TableField[] { Recruitment.RECRUITMENT.ID }, true);
public static final ForeignKey<IncidentsFilesRequestsRecord, RecruitmentRecord> INCIDENTS_FILES_REQUESTS__FK_INCIDENTS_FILES_REQUESTS_RECRUITMENT_ID = Internal.createForeignKey(IncidentsFilesRequests.INCIDENTS_FILES_REQUESTS, DSL.name("fk_incidents_files_requests_recruitment_id"), new TableField[] { IncidentsFilesRequests.INCIDENTS_FILES_REQUESTS.RECRUITMENT_ID }, Keys.RECRUITMENT_PKEY, new TableField[] { Recruitment.RECRUITMENT.ID }, true);
public static final ForeignKey<IncidentsRecievedByDataFromGirVuRecord, RecruitmentRecord> INCIDENTS_RECIEVED_BY_DATA_FROM_GIR_VU__FK_CRIMINAL_ADMINISTRATIVE_LIABILITY_RECRUITMENT_ID = Internal.createForeignKey(IncidentsRecievedByDataFromGirVu.INCIDENTS_RECIEVED_BY_DATA_FROM_GIR_VU, DSL.name("fk_criminal_administrative_liability_recruitment_id"), new TableField[] { IncidentsRecievedByDataFromGirVu.INCIDENTS_RECIEVED_BY_DATA_FROM_GIR_VU.RECRUITMENT_ID }, Keys.RECRUITMENT_PKEY, new TableField[] { Recruitment.RECRUITMENT.ID }, true);
public static final ForeignKey<RecordsAboutCitizenRecord, RecruitmentRecord> RECORDS_ABOUT_CITIZEN__FK_CRIMINAL_ADMINISTRATIVE_LIABILITY_RECRUITMENT_ID = Internal.createForeignKey(RecordsAboutCitizen.RECORDS_ABOUT_CITIZEN, DSL.name("fk_criminal_administrative_liability_recruitment_id"), new TableField[] { RecordsAboutCitizen.RECORDS_ABOUT_CITIZEN.RECRUITMENT_ID }, Keys.RECRUITMENT_PKEY, new TableField[] { Recruitment.RECRUITMENT.ID }, true);
public static final ForeignKey<RecruitmentRecord, RegionRecord> RECRUITMENT__FK_RECRUITMENT_REGION_ID = Internal.createForeignKey(Recruitment.RECRUITMENT, DSL.name("fk_recruitment_region_id"), new TableField[] { Recruitment.RECRUITMENT.REGION_ID }, Keys.REGION_PKEY, new TableField[] { Region.REGION.REGION_ID }, true);
public static final ForeignKey<UsersRecord, RecruitmentRecord> USERS__FK_CONV_INFO_RECORDS_FROM_EASU_RECRUITMENT_ID = Internal.createForeignKey(Users.USERS, DSL.name("fk_conv_info_records_from_easu_recruitment_id"), new TableField[] { Users.USERS.RECRUITMENT_ID }, Keys.RECRUITMENT_PKEY, new TableField[] { Recruitment.RECRUITMENT.ID }, true);
}

View file

@ -6,20 +6,14 @@ package ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables;
import java.sql.Date;
import java.sql.Timestamp;
import java.util.Arrays;
import java.util.Collection;
import java.util.List;
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;
@ -34,7 +28,6 @@ import org.jooq.impl.TableImpl;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.Keys;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.Metrics;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables.Recruitment.RecruitmentPath;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables.records.ActiveApplicationsRecord;
@ -117,37 +110,6 @@ public class ActiveApplications extends TableImpl<ActiveApplicationsRecord> {
this(DSL.name("active_applications"), null);
}
public <O extends Record> ActiveApplications(Table<O> path, ForeignKey<O, ActiveApplicationsRecord> childPath, InverseForeignKey<O, ActiveApplicationsRecord> parentPath) {
super(path, childPath, parentPath, ACTIVE_APPLICATIONS);
}
/**
* A subtype implementing {@link Path} for simplified path-based joins.
*/
public static class ActiveApplicationsPath extends ActiveApplications implements Path<ActiveApplicationsRecord> {
public <O extends Record> ActiveApplicationsPath(Table<O> path, ForeignKey<O, ActiveApplicationsRecord> childPath, InverseForeignKey<O, ActiveApplicationsRecord> parentPath) {
super(path, childPath, parentPath);
}
private ActiveApplicationsPath(Name alias, Table<ActiveApplicationsRecord> aliased) {
super(alias, aliased);
}
@Override
public ActiveApplicationsPath as(String alias) {
return new ActiveApplicationsPath(DSL.name(alias), this);
}
@Override
public ActiveApplicationsPath as(Name alias) {
return new ActiveApplicationsPath(alias, this);
}
@Override
public ActiveApplicationsPath as(Table<?> alias) {
return new ActiveApplicationsPath(alias.getQualifiedName(), this);
}
}
@Override
public Schema getSchema() {
return aliased() ? null : Metrics.METRICS;
@ -163,23 +125,6 @@ public class ActiveApplications extends TableImpl<ActiveApplicationsRecord> {
return Keys.ACTIVE_APPLICATIONS_PKEY;
}
@Override
public List<ForeignKey<ActiveApplicationsRecord, ?>> getReferences() {
return Arrays.asList(Keys.ACTIVE_APPLICATIONS__FK_CRIMINAL_ADMINISTRATIVE_LIABILITY_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.ACTIVE_APPLICATIONS__FK_CRIMINAL_ADMINISTRATIVE_LIABILITY_RECRUITMENT_ID, null);
return _recruitment;
}
@Override
public ActiveApplications as(String alias) {
return new ActiveApplications(DSL.name(alias), this);

View file

@ -6,20 +6,14 @@ package ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables;
import java.sql.Date;
import java.sql.Timestamp;
import java.util.Arrays;
import java.util.Collection;
import java.util.List;
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;
@ -34,7 +28,6 @@ import org.jooq.impl.TableImpl;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.Keys;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.Metrics;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables.Recruitment.RecruitmentPath;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables.records.CitizenAppealsRecord;
@ -144,37 +137,6 @@ public class CitizenAppeals extends TableImpl<CitizenAppealsRecord> {
this(DSL.name("citizen_appeals"), null);
}
public <O extends Record> CitizenAppeals(Table<O> path, ForeignKey<O, CitizenAppealsRecord> childPath, InverseForeignKey<O, CitizenAppealsRecord> parentPath) {
super(path, childPath, parentPath, CITIZEN_APPEALS);
}
/**
* A subtype implementing {@link Path} for simplified path-based joins.
*/
public static class CitizenAppealsPath extends CitizenAppeals implements Path<CitizenAppealsRecord> {
public <O extends Record> CitizenAppealsPath(Table<O> path, ForeignKey<O, CitizenAppealsRecord> childPath, InverseForeignKey<O, CitizenAppealsRecord> parentPath) {
super(path, childPath, parentPath);
}
private CitizenAppealsPath(Name alias, Table<CitizenAppealsRecord> aliased) {
super(alias, aliased);
}
@Override
public CitizenAppealsPath as(String alias) {
return new CitizenAppealsPath(DSL.name(alias), this);
}
@Override
public CitizenAppealsPath as(Name alias) {
return new CitizenAppealsPath(alias, this);
}
@Override
public CitizenAppealsPath as(Table<?> alias) {
return new CitizenAppealsPath(alias.getQualifiedName(), this);
}
}
@Override
public Schema getSchema() {
return aliased() ? null : Metrics.METRICS;
@ -190,23 +152,6 @@ public class CitizenAppeals extends TableImpl<CitizenAppealsRecord> {
return Keys.CITIZEN_APPEALS_PKEY;
}
@Override
public List<ForeignKey<CitizenAppealsRecord, ?>> getReferences() {
return Arrays.asList(Keys.CITIZEN_APPEALS__FK_CRIMINAL_ADMINISTRATIVE_LIABILITY_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.CITIZEN_APPEALS__FK_CRIMINAL_ADMINISTRATIVE_LIABILITY_RECRUITMENT_ID, null);
return _recruitment;
}
@Override
public CitizenAppeals as(String alias) {
return new CitizenAppeals(DSL.name(alias), this);

View file

@ -6,20 +6,14 @@ package ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables;
import java.sql.Date;
import java.sql.Timestamp;
import java.util.Arrays;
import java.util.Collection;
import java.util.List;
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;
@ -34,7 +28,6 @@ import org.jooq.impl.TableImpl;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.Keys;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.Metrics;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables.Recruitment.RecruitmentPath;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables.records.ConvertInfoCommonResultsRecord;
@ -136,37 +129,6 @@ public class ConvertInfoCommonResults extends TableImpl<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;
@ -182,23 +144,6 @@ public class ConvertInfoCommonResults extends TableImpl<ConvertInfoCommonResults
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);

View file

@ -6,20 +6,14 @@ package ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables;
import java.sql.Date;
import java.sql.Timestamp;
import java.util.Arrays;
import java.util.Collection;
import java.util.List;
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;
@ -34,7 +28,6 @@ import org.jooq.impl.TableImpl;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.Keys;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.Metrics;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables.Recruitment.RecruitmentPath;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables.records.ConvertInfoComparisonCsvXmlRecord;
@ -128,37 +121,6 @@ public class ConvertInfoComparisonCsvXml extends TableImpl<ConvertInfoComparison
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;
@ -174,23 +136,6 @@ public class ConvertInfoComparisonCsvXml extends TableImpl<ConvertInfoComparison
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);

View file

@ -6,20 +6,14 @@ package ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables;
import java.sql.Date;
import java.sql.Timestamp;
import java.util.Arrays;
import java.util.Collection;
import java.util.List;
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;
@ -34,7 +28,6 @@ import org.jooq.impl.TableImpl;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.Keys;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.Metrics;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables.Recruitment.RecruitmentPath;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables.records.ConvertInfoLoadedRecordsRecord;
@ -130,37 +123,6 @@ public class ConvertInfoLoadedRecords extends TableImpl<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;
@ -176,23 +138,6 @@ public class ConvertInfoLoadedRecords extends TableImpl<ConvertInfoLoadedRecords
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);

View file

@ -6,20 +6,14 @@ package ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables;
import java.sql.Date;
import java.sql.Timestamp;
import java.util.Arrays;
import java.util.Collection;
import java.util.List;
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;
@ -34,7 +28,6 @@ import org.jooq.impl.TableImpl;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.Keys;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.Metrics;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables.Recruitment.RecruitmentPath;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables.records.ConvertInfoNotIdentifitedRecordsRecord;
@ -128,37 +121,6 @@ public class ConvertInfoNotIdentifitedRecords extends TableImpl<ConvertInfoNotId
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;
@ -174,23 +136,6 @@ public class ConvertInfoNotIdentifitedRecords extends TableImpl<ConvertInfoNotId
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);

View file

@ -6,20 +6,14 @@ package ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables;
import java.sql.Date;
import java.sql.Timestamp;
import java.util.Arrays;
import java.util.Collection;
import java.util.List;
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;
@ -34,7 +28,6 @@ import org.jooq.impl.TableImpl;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.Keys;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.Metrics;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables.Recruitment.RecruitmentPath;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables.records.ConvertInfoRecordsFromEasuRecord;
@ -127,37 +120,6 @@ public class ConvertInfoRecordsFromEasu extends TableImpl<ConvertInfoRecordsFrom
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;
@ -173,23 +135,6 @@ public class ConvertInfoRecordsFromEasu extends TableImpl<ConvertInfoRecordsFrom
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);

View file

@ -6,20 +6,14 @@ package ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables;
import java.sql.Date;
import java.sql.Timestamp;
import java.util.Arrays;
import java.util.Collection;
import java.util.List;
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;
@ -34,7 +28,6 @@ import org.jooq.impl.TableImpl;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.Keys;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.Metrics;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables.Recruitment.RecruitmentPath;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables.records.ConvertInfoSentToLkEpguRecord;
@ -169,37 +162,6 @@ public class ConvertInfoSentToLkEpgu extends TableImpl<ConvertInfoSentToLkEpguRe
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;
@ -215,23 +177,6 @@ public class ConvertInfoSentToLkEpgu extends TableImpl<ConvertInfoSentToLkEpguRe
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);

View file

@ -6,20 +6,14 @@ package ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables;
import java.sql.Date;
import java.sql.Timestamp;
import java.util.Arrays;
import java.util.Collection;
import java.util.List;
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;
@ -34,7 +28,6 @@ import org.jooq.impl.TableImpl;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.Keys;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.Metrics;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables.Recruitment.RecruitmentPath;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables.records.CriminalAdministrativeLiabilityRecord;
@ -134,37 +127,6 @@ public class CriminalAdministrativeLiability extends TableImpl<CriminalAdministr
this(DSL.name("criminal_administrative_liability"), null);
}
public <O extends Record> CriminalAdministrativeLiability(Table<O> path, ForeignKey<O, CriminalAdministrativeLiabilityRecord> childPath, InverseForeignKey<O, CriminalAdministrativeLiabilityRecord> parentPath) {
super(path, childPath, parentPath, CRIMINAL_ADMINISTRATIVE_LIABILITY);
}
/**
* A subtype implementing {@link Path} for simplified path-based joins.
*/
public static class CriminalAdministrativeLiabilityPath extends CriminalAdministrativeLiability implements Path<CriminalAdministrativeLiabilityRecord> {
public <O extends Record> CriminalAdministrativeLiabilityPath(Table<O> path, ForeignKey<O, CriminalAdministrativeLiabilityRecord> childPath, InverseForeignKey<O, CriminalAdministrativeLiabilityRecord> parentPath) {
super(path, childPath, parentPath);
}
private CriminalAdministrativeLiabilityPath(Name alias, Table<CriminalAdministrativeLiabilityRecord> aliased) {
super(alias, aliased);
}
@Override
public CriminalAdministrativeLiabilityPath as(String alias) {
return new CriminalAdministrativeLiabilityPath(DSL.name(alias), this);
}
@Override
public CriminalAdministrativeLiabilityPath as(Name alias) {
return new CriminalAdministrativeLiabilityPath(alias, this);
}
@Override
public CriminalAdministrativeLiabilityPath as(Table<?> alias) {
return new CriminalAdministrativeLiabilityPath(alias.getQualifiedName(), this);
}
}
@Override
public Schema getSchema() {
return aliased() ? null : Metrics.METRICS;
@ -180,23 +142,6 @@ public class CriminalAdministrativeLiability extends TableImpl<CriminalAdministr
return Keys.CRIMINAL_ADMINISTRATIVE_LIABILITY_PKEY;
}
@Override
public List<ForeignKey<CriminalAdministrativeLiabilityRecord, ?>> getReferences() {
return Arrays.asList(Keys.CRIMINAL_ADMINISTRATIVE_LIABILITY__FK_CRIMINAL_ADMINISTRATIVE_LIABILITY_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.CRIMINAL_ADMINISTRATIVE_LIABILITY__FK_CRIMINAL_ADMINISTRATIVE_LIABILITY_RECRUITMENT_ID, null);
return _recruitment;
}
@Override
public CriminalAdministrativeLiability as(String alias) {
return new CriminalAdministrativeLiability(DSL.name(alias), this);

View file

@ -6,20 +6,14 @@ package ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables;
import java.sql.Date;
import java.sql.Timestamp;
import java.util.Arrays;
import java.util.Collection;
import java.util.List;
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;
@ -34,7 +28,6 @@ import org.jooq.impl.TableImpl;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.Keys;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.Metrics;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables.Recruitment.RecruitmentPath;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables.records.Fz_53AppealsRecord;
@ -125,37 +118,6 @@ public class Fz_53Appeals extends TableImpl<Fz_53AppealsRecord> {
this(DSL.name("fz_53_appeals"), null);
}
public <O extends Record> Fz_53Appeals(Table<O> path, ForeignKey<O, Fz_53AppealsRecord> childPath, InverseForeignKey<O, Fz_53AppealsRecord> parentPath) {
super(path, childPath, parentPath, FZ_53_APPEALS);
}
/**
* A subtype implementing {@link Path} for simplified path-based joins.
*/
public static class Fz_53AppealsPath extends Fz_53Appeals implements Path<Fz_53AppealsRecord> {
public <O extends Record> Fz_53AppealsPath(Table<O> path, ForeignKey<O, Fz_53AppealsRecord> childPath, InverseForeignKey<O, Fz_53AppealsRecord> parentPath) {
super(path, childPath, parentPath);
}
private Fz_53AppealsPath(Name alias, Table<Fz_53AppealsRecord> aliased) {
super(alias, aliased);
}
@Override
public Fz_53AppealsPath as(String alias) {
return new Fz_53AppealsPath(DSL.name(alias), this);
}
@Override
public Fz_53AppealsPath as(Name alias) {
return new Fz_53AppealsPath(alias, this);
}
@Override
public Fz_53AppealsPath as(Table<?> alias) {
return new Fz_53AppealsPath(alias.getQualifiedName(), this);
}
}
@Override
public Schema getSchema() {
return aliased() ? null : Metrics.METRICS;
@ -171,23 +133,6 @@ public class Fz_53Appeals extends TableImpl<Fz_53AppealsRecord> {
return Keys.FZ_53_APPEALS_PKEY;
}
@Override
public List<ForeignKey<Fz_53AppealsRecord, ?>> getReferences() {
return Arrays.asList(Keys.FZ_53_APPEALS__FK_CRIMINAL_ADMINISTRATIVE_LIABILITY_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.FZ_53_APPEALS__FK_CRIMINAL_ADMINISTRATIVE_LIABILITY_RECRUITMENT_ID, null);
return _recruitment;
}
@Override
public Fz_53Appeals as(String alias) {
return new Fz_53Appeals(DSL.name(alias), this);

View file

@ -6,20 +6,14 @@ package ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables;
import java.sql.Date;
import java.sql.Timestamp;
import java.util.Arrays;
import java.util.Collection;
import java.util.List;
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;
@ -34,7 +28,6 @@ import org.jooq.impl.TableImpl;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.Keys;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.Metrics;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables.Recruitment.RecruitmentPath;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables.records.IncidentsChangeDataFromGirVuRecord;
@ -140,37 +133,6 @@ public class IncidentsChangeDataFromGirVu extends TableImpl<IncidentsChangeDataF
this(DSL.name("incidents_change_data_from_gir_vu"), null);
}
public <O extends Record> IncidentsChangeDataFromGirVu(Table<O> path, ForeignKey<O, IncidentsChangeDataFromGirVuRecord> childPath, InverseForeignKey<O, IncidentsChangeDataFromGirVuRecord> parentPath) {
super(path, childPath, parentPath, INCIDENTS_CHANGE_DATA_FROM_GIR_VU);
}
/**
* A subtype implementing {@link Path} for simplified path-based joins.
*/
public static class IncidentsChangeDataFromGirVuPath extends IncidentsChangeDataFromGirVu implements Path<IncidentsChangeDataFromGirVuRecord> {
public <O extends Record> IncidentsChangeDataFromGirVuPath(Table<O> path, ForeignKey<O, IncidentsChangeDataFromGirVuRecord> childPath, InverseForeignKey<O, IncidentsChangeDataFromGirVuRecord> parentPath) {
super(path, childPath, parentPath);
}
private IncidentsChangeDataFromGirVuPath(Name alias, Table<IncidentsChangeDataFromGirVuRecord> aliased) {
super(alias, aliased);
}
@Override
public IncidentsChangeDataFromGirVuPath as(String alias) {
return new IncidentsChangeDataFromGirVuPath(DSL.name(alias), this);
}
@Override
public IncidentsChangeDataFromGirVuPath as(Name alias) {
return new IncidentsChangeDataFromGirVuPath(alias, this);
}
@Override
public IncidentsChangeDataFromGirVuPath as(Table<?> alias) {
return new IncidentsChangeDataFromGirVuPath(alias.getQualifiedName(), this);
}
}
@Override
public Schema getSchema() {
return aliased() ? null : Metrics.METRICS;
@ -186,23 +148,6 @@ public class IncidentsChangeDataFromGirVu extends TableImpl<IncidentsChangeDataF
return Keys.INCIDENTS_CHANGE_DATA_FROM_GIR_VU_PKEY;
}
@Override
public List<ForeignKey<IncidentsChangeDataFromGirVuRecord, ?>> getReferences() {
return Arrays.asList(Keys.INCIDENTS_CHANGE_DATA_FROM_GIR_VU__FK_CRIMINAL_ADMINISTRATIVE_LIABILITY_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.INCIDENTS_CHANGE_DATA_FROM_GIR_VU__FK_CRIMINAL_ADMINISTRATIVE_LIABILITY_RECRUITMENT_ID, null);
return _recruitment;
}
@Override
public IncidentsChangeDataFromGirVu as(String alias) {
return new IncidentsChangeDataFromGirVu(DSL.name(alias), this);

View file

@ -6,20 +6,14 @@ package ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables;
import java.sql.Date;
import java.sql.Timestamp;
import java.util.Arrays;
import java.util.Collection;
import java.util.List;
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;
@ -34,7 +28,6 @@ import org.jooq.impl.TableImpl;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.Keys;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.Metrics;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables.Recruitment.RecruitmentPath;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables.records.IncidentsClosedRecord;
@ -135,37 +128,6 @@ public class IncidentsClosed extends TableImpl<IncidentsClosedRecord> {
this(DSL.name("incidents_closed"), null);
}
public <O extends Record> IncidentsClosed(Table<O> path, ForeignKey<O, IncidentsClosedRecord> childPath, InverseForeignKey<O, IncidentsClosedRecord> parentPath) {
super(path, childPath, parentPath, INCIDENTS_CLOSED);
}
/**
* A subtype implementing {@link Path} for simplified path-based joins.
*/
public static class IncidentsClosedPath extends IncidentsClosed implements Path<IncidentsClosedRecord> {
public <O extends Record> IncidentsClosedPath(Table<O> path, ForeignKey<O, IncidentsClosedRecord> childPath, InverseForeignKey<O, IncidentsClosedRecord> parentPath) {
super(path, childPath, parentPath);
}
private IncidentsClosedPath(Name alias, Table<IncidentsClosedRecord> aliased) {
super(alias, aliased);
}
@Override
public IncidentsClosedPath as(String alias) {
return new IncidentsClosedPath(DSL.name(alias), this);
}
@Override
public IncidentsClosedPath as(Name alias) {
return new IncidentsClosedPath(alias, this);
}
@Override
public IncidentsClosedPath as(Table<?> alias) {
return new IncidentsClosedPath(alias.getQualifiedName(), this);
}
}
@Override
public Schema getSchema() {
return aliased() ? null : Metrics.METRICS;
@ -181,23 +143,6 @@ public class IncidentsClosed extends TableImpl<IncidentsClosedRecord> {
return Keys.INCIDENTS_CLOSED_PKEY;
}
@Override
public List<ForeignKey<IncidentsClosedRecord, ?>> getReferences() {
return Arrays.asList(Keys.INCIDENTS_CLOSED__FK_CRIMINAL_ADMINISTRATIVE_LIABILITY_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.INCIDENTS_CLOSED__FK_CRIMINAL_ADMINISTRATIVE_LIABILITY_RECRUITMENT_ID, null);
return _recruitment;
}
@Override
public IncidentsClosed as(String alias) {
return new IncidentsClosed(DSL.name(alias), this);

View file

@ -6,20 +6,14 @@ package ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables;
import java.sql.Date;
import java.sql.Timestamp;
import java.util.Arrays;
import java.util.Collection;
import java.util.List;
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;
@ -34,7 +28,6 @@ import org.jooq.impl.TableImpl;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.Keys;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.Metrics;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables.Recruitment.RecruitmentPath;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables.records.IncidentsFilesRequestsRecord;
@ -139,37 +132,6 @@ public class IncidentsFilesRequests extends TableImpl<IncidentsFilesRequestsReco
this(DSL.name("incidents_files_requests"), null);
}
public <O extends Record> IncidentsFilesRequests(Table<O> path, ForeignKey<O, IncidentsFilesRequestsRecord> childPath, InverseForeignKey<O, IncidentsFilesRequestsRecord> parentPath) {
super(path, childPath, parentPath, INCIDENTS_FILES_REQUESTS);
}
/**
* A subtype implementing {@link Path} for simplified path-based joins.
*/
public static class IncidentsFilesRequestsPath extends IncidentsFilesRequests implements Path<IncidentsFilesRequestsRecord> {
public <O extends Record> IncidentsFilesRequestsPath(Table<O> path, ForeignKey<O, IncidentsFilesRequestsRecord> childPath, InverseForeignKey<O, IncidentsFilesRequestsRecord> parentPath) {
super(path, childPath, parentPath);
}
private IncidentsFilesRequestsPath(Name alias, Table<IncidentsFilesRequestsRecord> aliased) {
super(alias, aliased);
}
@Override
public IncidentsFilesRequestsPath as(String alias) {
return new IncidentsFilesRequestsPath(DSL.name(alias), this);
}
@Override
public IncidentsFilesRequestsPath as(Name alias) {
return new IncidentsFilesRequestsPath(alias, this);
}
@Override
public IncidentsFilesRequestsPath as(Table<?> alias) {
return new IncidentsFilesRequestsPath(alias.getQualifiedName(), this);
}
}
@Override
public Schema getSchema() {
return aliased() ? null : Metrics.METRICS;
@ -185,23 +147,6 @@ public class IncidentsFilesRequests extends TableImpl<IncidentsFilesRequestsReco
return Keys.INCIDENTS_FILES_REQUESTS_PKEY;
}
@Override
public List<ForeignKey<IncidentsFilesRequestsRecord, ?>> getReferences() {
return Arrays.asList(Keys.INCIDENTS_FILES_REQUESTS__FK_INCIDENTS_FILES_REQUESTS_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.INCIDENTS_FILES_REQUESTS__FK_INCIDENTS_FILES_REQUESTS_RECRUITMENT_ID, null);
return _recruitment;
}
@Override
public IncidentsFilesRequests as(String alias) {
return new IncidentsFilesRequests(DSL.name(alias), this);

View file

@ -6,20 +6,14 @@ package ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables;
import java.sql.Date;
import java.sql.Timestamp;
import java.util.Arrays;
import java.util.Collection;
import java.util.List;
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;
@ -34,7 +28,6 @@ import org.jooq.impl.TableImpl;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.Keys;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.Metrics;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables.Recruitment.RecruitmentPath;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables.records.IncidentsRecievedByDataFromGirVuRecord;
@ -130,37 +123,6 @@ public class IncidentsRecievedByDataFromGirVu extends TableImpl<IncidentsRecieve
this(DSL.name("incidents_recieved_by_data_from_gir_vu"), null);
}
public <O extends Record> IncidentsRecievedByDataFromGirVu(Table<O> path, ForeignKey<O, IncidentsRecievedByDataFromGirVuRecord> childPath, InverseForeignKey<O, IncidentsRecievedByDataFromGirVuRecord> parentPath) {
super(path, childPath, parentPath, INCIDENTS_RECIEVED_BY_DATA_FROM_GIR_VU);
}
/**
* A subtype implementing {@link Path} for simplified path-based joins.
*/
public static class IncidentsRecievedByDataFromGirVuPath extends IncidentsRecievedByDataFromGirVu implements Path<IncidentsRecievedByDataFromGirVuRecord> {
public <O extends Record> IncidentsRecievedByDataFromGirVuPath(Table<O> path, ForeignKey<O, IncidentsRecievedByDataFromGirVuRecord> childPath, InverseForeignKey<O, IncidentsRecievedByDataFromGirVuRecord> parentPath) {
super(path, childPath, parentPath);
}
private IncidentsRecievedByDataFromGirVuPath(Name alias, Table<IncidentsRecievedByDataFromGirVuRecord> aliased) {
super(alias, aliased);
}
@Override
public IncidentsRecievedByDataFromGirVuPath as(String alias) {
return new IncidentsRecievedByDataFromGirVuPath(DSL.name(alias), this);
}
@Override
public IncidentsRecievedByDataFromGirVuPath as(Name alias) {
return new IncidentsRecievedByDataFromGirVuPath(alias, this);
}
@Override
public IncidentsRecievedByDataFromGirVuPath as(Table<?> alias) {
return new IncidentsRecievedByDataFromGirVuPath(alias.getQualifiedName(), this);
}
}
@Override
public Schema getSchema() {
return aliased() ? null : Metrics.METRICS;
@ -176,23 +138,6 @@ public class IncidentsRecievedByDataFromGirVu extends TableImpl<IncidentsRecieve
return Keys.INCIDENTS_RECIEVED_BY_DATA_FROM_GIR_VU_PKEY;
}
@Override
public List<ForeignKey<IncidentsRecievedByDataFromGirVuRecord, ?>> getReferences() {
return Arrays.asList(Keys.INCIDENTS_RECIEVED_BY_DATA_FROM_GIR_VU__FK_CRIMINAL_ADMINISTRATIVE_LIABILITY_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.INCIDENTS_RECIEVED_BY_DATA_FROM_GIR_VU__FK_CRIMINAL_ADMINISTRATIVE_LIABILITY_RECRUITMENT_ID, null);
return _recruitment;
}
@Override
public IncidentsRecievedByDataFromGirVu as(String alias) {
return new IncidentsRecievedByDataFromGirVu(DSL.name(alias), this);

View file

@ -6,20 +6,14 @@ package ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables;
import java.sql.Date;
import java.sql.Timestamp;
import java.util.Arrays;
import java.util.Collection;
import java.util.List;
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;
@ -34,7 +28,6 @@ import org.jooq.impl.TableImpl;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.Keys;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.Metrics;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables.Recruitment.RecruitmentPath;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables.records.RecordsAboutCitizenRecord;
@ -117,37 +110,6 @@ public class RecordsAboutCitizen extends TableImpl<RecordsAboutCitizenRecord> {
this(DSL.name("records_about_citizen"), null);
}
public <O extends Record> RecordsAboutCitizen(Table<O> path, ForeignKey<O, RecordsAboutCitizenRecord> childPath, InverseForeignKey<O, RecordsAboutCitizenRecord> parentPath) {
super(path, childPath, parentPath, RECORDS_ABOUT_CITIZEN);
}
/**
* A subtype implementing {@link Path} for simplified path-based joins.
*/
public static class RecordsAboutCitizenPath extends RecordsAboutCitizen implements Path<RecordsAboutCitizenRecord> {
public <O extends Record> RecordsAboutCitizenPath(Table<O> path, ForeignKey<O, RecordsAboutCitizenRecord> childPath, InverseForeignKey<O, RecordsAboutCitizenRecord> parentPath) {
super(path, childPath, parentPath);
}
private RecordsAboutCitizenPath(Name alias, Table<RecordsAboutCitizenRecord> aliased) {
super(alias, aliased);
}
@Override
public RecordsAboutCitizenPath as(String alias) {
return new RecordsAboutCitizenPath(DSL.name(alias), this);
}
@Override
public RecordsAboutCitizenPath as(Name alias) {
return new RecordsAboutCitizenPath(alias, this);
}
@Override
public RecordsAboutCitizenPath as(Table<?> alias) {
return new RecordsAboutCitizenPath(alias.getQualifiedName(), this);
}
}
@Override
public Schema getSchema() {
return aliased() ? null : Metrics.METRICS;
@ -163,23 +125,6 @@ public class RecordsAboutCitizen extends TableImpl<RecordsAboutCitizenRecord> {
return Keys.RECORDS_ABOUT_CITIZEN_PKEY;
}
@Override
public List<ForeignKey<RecordsAboutCitizenRecord, ?>> getReferences() {
return Arrays.asList(Keys.RECORDS_ABOUT_CITIZEN__FK_CRIMINAL_ADMINISTRATIVE_LIABILITY_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.RECORDS_ABOUT_CITIZEN__FK_CRIMINAL_ADMINISTRATIVE_LIABILITY_RECRUITMENT_ID, null);
return _recruitment;
}
@Override
public RecordsAboutCitizen as(String alias) {
return new RecordsAboutCitizen(DSL.name(alias), this);

View file

@ -5,9 +5,7 @@ package ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables;
import java.sql.Timestamp;
import java.util.Arrays;
import java.util.Collection;
import java.util.List;
import org.jooq.Condition;
import org.jooq.Field;
@ -36,7 +34,6 @@ import ru.micord.webbpm.ervu.business_metrics.db_beans.journal_log.tables.UserOp
import ru.micord.webbpm.ervu.business_metrics.db_beans.journal_log.tables.UserWorkTime.UserWorkTimePath;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.Keys;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.Metrics;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables.Recruitment.RecruitmentPath;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables.records.UsersRecord;
@ -181,23 +178,6 @@ public class Users extends TableImpl<UsersRecord> {
return Keys.USERS_PKEY;
}
@Override
public List<ForeignKey<UsersRecord, ?>> getReferences() {
return Arrays.asList(Keys.USERS__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.USERS__FK_CONV_INFO_RECORDS_FROM_EASU_RECRUITMENT_ID, null);
return _recruitment;
}
private transient UserInfoPath _userInfo;
/**

View file

@ -57,9 +57,9 @@ public class ViewConvertInfoComparisonCsvXml extends TableImpl<ViewConvertInfoCo
/**
* The column
* <code>metrics.view_convert_info_comparison_csv_xml.percent_csv_formed</code>.
* <code>metrics.view_convert_info_comparison_csv_xml.percent_xml_formed</code>.
*/
public final TableField<ViewConvertInfoComparisonCsvXmlRecord, BigDecimal> PERCENT_CSV_FORMED = createField(DSL.name("percent_csv_formed"), SQLDataType.NUMERIC, this, "");
public final TableField<ViewConvertInfoComparisonCsvXmlRecord, BigDecimal> PERCENT_XML_FORMED = createField(DSL.name("percent_xml_formed"), SQLDataType.NUMERIC, this, "");
private ViewConvertInfoComparisonCsvXml(Name alias, Table<ViewConvertInfoComparisonCsvXmlRecord> aliased) {
this(alias, aliased, (Field<?>[]) null, null);
@ -68,7 +68,7 @@ public class ViewConvertInfoComparisonCsvXml extends TableImpl<ViewConvertInfoCo
private ViewConvertInfoComparisonCsvXml(Name alias, Table<ViewConvertInfoComparisonCsvXmlRecord> aliased, Field<?>[] parameters, Condition where) {
super(alias, null, aliased, parameters, DSL.comment(""), TableOptions.view("""
create view "view_convert_info_comparison_csv_xml" as SELECT convert_info_comparison_csv_xml.convert_info_comparison_csv_xml_id,
COALESCE(round((((convert_info_comparison_csv_xml.count_csv_formed)::numeric * (100)::numeric) / NULLIF((convert_info_comparison_csv_xml.count_xml_formed)::numeric, (0)::numeric))), (0)::numeric) AS percent_csv_formed
COALESCE(round((((convert_info_comparison_csv_xml.count_xml_formed)::numeric * (100)::numeric) / NULLIF((convert_info_comparison_csv_xml.count_csv_formed)::numeric, (0)::numeric))), (0)::numeric) AS percent_xml_formed
FROM metrics.convert_info_comparison_csv_xml;
"""), where);
}

View file

@ -37,17 +37,17 @@ public class ViewConvertInfoComparisonCsvXmlRecord extends TableRecordImpl<ViewC
/**
* Setter for
* <code>metrics.view_convert_info_comparison_csv_xml.percent_csv_formed</code>.
* <code>metrics.view_convert_info_comparison_csv_xml.percent_xml_formed</code>.
*/
public void setPercentCsvFormed(BigDecimal value) {
public void setPercentXmlFormed(BigDecimal value) {
set(1, value);
}
/**
* Getter for
* <code>metrics.view_convert_info_comparison_csv_xml.percent_csv_formed</code>.
* <code>metrics.view_convert_info_comparison_csv_xml.percent_xml_formed</code>.
*/
public BigDecimal getPercentCsvFormed() {
public BigDecimal getPercentXmlFormed() {
return (BigDecimal) get(1);
}
@ -65,11 +65,11 @@ public class ViewConvertInfoComparisonCsvXmlRecord extends TableRecordImpl<ViewC
/**
* Create a detached, initialised ViewConvertInfoComparisonCsvXmlRecord
*/
public ViewConvertInfoComparisonCsvXmlRecord(Long convertInfoComparisonCsvXmlId, BigDecimal percentCsvFormed) {
public ViewConvertInfoComparisonCsvXmlRecord(Long convertInfoComparisonCsvXmlId, BigDecimal percentXmlFormed) {
super(ViewConvertInfoComparisonCsvXml.VIEW_CONVERT_INFO_COMPARISON_CSV_XML);
setConvertInfoComparisonCsvXmlId(convertInfoComparisonCsvXmlId);
setPercentCsvFormed(percentCsvFormed);
setPercentXmlFormed(percentXmlFormed);
resetChangedOnNotNull();
}
}

View file

@ -4,14 +4,11 @@
package ru.micord.webbpm.ervu.business_metrics.db_beans.registration_change_address;
import org.jooq.ForeignKey;
import org.jooq.TableField;
import org.jooq.UniqueKey;
import org.jooq.impl.DSL;
import org.jooq.impl.Internal;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables.Recruitment;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables.records.RecruitmentRecord;
import ru.micord.webbpm.ervu.business_metrics.db_beans.registration_change_address.tables.ApplicationsReceivedFromEpgu;
import ru.micord.webbpm.ervu.business_metrics.db_beans.registration_change_address.tables.ChangeDataFromGirVu;
import ru.micord.webbpm.ervu.business_metrics.db_beans.registration_change_address.tables.ChangeDataPersonalVisit;
@ -67,21 +64,4 @@ public class Keys {
public static final UniqueKey<SummonsesSignRecord> SUMMONSES_SIGN_PKEY = Internal.createUniqueKey(SummonsesSign.SUMMONSES_SIGN, DSL.name("summonses_sign_pkey"), new TableField[] { SummonsesSign.SUMMONSES_SIGN.SUMMONSES_SIGN_ID }, true);
public static final UniqueKey<SupportSummSingRecord> SUPPORT_SUMM_SING_PKEY = Internal.createUniqueKey(SupportSummSing.SUPPORT_SUMM_SING, DSL.name("support_summ_sing_pkey"), new TableField[] { SupportSummSing.SUPPORT_SUMM_SING.SUPPORT_SUMM_SING_ID }, true);
public static final UniqueKey<SupportTmpMeasRecord> SUPPORT_TMP_MEAS_PKEY = Internal.createUniqueKey(SupportTmpMeas.SUPPORT_TMP_MEAS, DSL.name("support_tmp_meas_pkey"), new TableField[] { SupportTmpMeas.SUPPORT_TMP_MEAS.SUPPORT_TMP_MEAS_ID }, true);
// -------------------------------------------------------------------------
// FOREIGN KEY definitions
// -------------------------------------------------------------------------
public static final ForeignKey<ApplicationsReceivedFromEpguRecord, RecruitmentRecord> APPLICATIONS_RECEIVED_FROM_EPGU__FK_CONV_INFO_RECORDS_FROM_EASU_RECRUITMENT_ID = Internal.createForeignKey(ApplicationsReceivedFromEpgu.APPLICATIONS_RECEIVED_FROM_EPGU, DSL.name("fk_conv_info_records_from_easu_recruitment_id"), new TableField[] { ApplicationsReceivedFromEpgu.APPLICATIONS_RECEIVED_FROM_EPGU.RECRUITMENT_ID }, ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.Keys.RECRUITMENT_PKEY, new TableField[] { Recruitment.RECRUITMENT.ID }, true);
public static final ForeignKey<ChangeDataFromGirVuRecord, RecruitmentRecord> CHANGE_DATA_FROM_GIR_VU__FK_CRIMINAL_ADMINISTRATIVE_LIABILITY_RECRUITMENT_ID = Internal.createForeignKey(ChangeDataFromGirVu.CHANGE_DATA_FROM_GIR_VU, DSL.name("fk_criminal_administrative_liability_recruitment_id"), new TableField[] { ChangeDataFromGirVu.CHANGE_DATA_FROM_GIR_VU.RECRUITMENT_ID }, ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.Keys.RECRUITMENT_PKEY, new TableField[] { Recruitment.RECRUITMENT.ID }, true);
public static final ForeignKey<ChangeDataPersonalVisitRecord, RecruitmentRecord> CHANGE_DATA_PERSONAL_VISIT__FK_CRIMINAL_ADMINISTRATIVE_LIABILITY_RECRUITMENT_ID = Internal.createForeignKey(ChangeDataPersonalVisit.CHANGE_DATA_PERSONAL_VISIT, DSL.name("fk_criminal_administrative_liability_recruitment_id"), new TableField[] { ChangeDataPersonalVisit.CHANGE_DATA_PERSONAL_VISIT.RECRUITMENT_ID }, ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.Keys.RECRUITMENT_PKEY, new TableField[] { Recruitment.RECRUITMENT.ID }, true);
public static final ForeignKey<CompareCitizenDataRecord, RecruitmentRecord> COMPARE_CITIZEN_DATA__FK_CONV_INFO_RECORDS_FROM_EASU_RECRUITMENT_ID = Internal.createForeignKey(CompareCitizenData.COMPARE_CITIZEN_DATA, DSL.name("fk_conv_info_records_from_easu_recruitment_id"), new TableField[] { CompareCitizenData.COMPARE_CITIZEN_DATA.RECRUITMENT_ID }, ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.Keys.RECRUITMENT_PKEY, new TableField[] { Recruitment.RECRUITMENT.ID }, true);
public static final ForeignKey<ImpositionTmpMeasuresRecord, RecruitmentRecord> IMPOSITION_TMP_MEASURES__FK_CRIMINAL_ADMINISTRATIVE_LIABILITY_RECRUITMENT_ID = Internal.createForeignKey(ImpositionTmpMeasures.IMPOSITION_TMP_MEASURES, DSL.name("fk_criminal_administrative_liability_recruitment_id"), new TableField[] { ImpositionTmpMeasures.IMPOSITION_TMP_MEASURES.RECRUITMENT_ID }, ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.Keys.RECRUITMENT_PKEY, new TableField[] { Recruitment.RECRUITMENT.ID }, true);
public static final ForeignKey<InactiveAppEpguRecord, RecruitmentRecord> INACTIVE_APP_EPGU__FK_CONV_INFO_RECORDS_FROM_EASU_RECRUITMENT_ID = Internal.createForeignKey(InactiveAppEpgu.INACTIVE_APP_EPGU, DSL.name("fk_conv_info_records_from_easu_recruitment_id"), new TableField[] { InactiveAppEpgu.INACTIVE_APP_EPGU.RECRUITMENT_ID }, ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.Keys.RECRUITMENT_PKEY, new TableField[] { Recruitment.RECRUITMENT.ID }, true);
public static final ForeignKey<IncidentsEpguInfoRecord, RecruitmentRecord> INCIDENTS_EPGU_INFO__FK_CONV_INFO_RECORDS_FROM_EASU_RECRUITMENT_ID = Internal.createForeignKey(IncidentsEpguInfo.INCIDENTS_EPGU_INFO, DSL.name("fk_conv_info_records_from_easu_recruitment_id"), new TableField[] { IncidentsEpguInfo.INCIDENTS_EPGU_INFO.RECRUITMENT_ID }, ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.Keys.RECRUITMENT_PKEY, new TableField[] { Recruitment.RECRUITMENT.ID }, true);
public static final ForeignKey<IncidentsInfoRecord, RecruitmentRecord> INCIDENTS_INFO__FK_CONV_INFO_RECORDS_FROM_EASU_RECRUITMENT_ID = Internal.createForeignKey(IncidentsInfo.INCIDENTS_INFO, DSL.name("fk_conv_info_records_from_easu_recruitment_id"), new TableField[] { IncidentsInfo.INCIDENTS_INFO.RECRUITMENT_ID }, ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.Keys.RECRUITMENT_PKEY, new TableField[] { Recruitment.RECRUITMENT.ID }, true);
public static final ForeignKey<InfoSentToLkEpguRecord, RecruitmentRecord> INFO_SENT_TO_LK_EPGU__FK_CONV_INFO_RECORDS_FROM_EASU_RECRUITMENT_ID = Internal.createForeignKey(InfoSentToLkEpgu.INFO_SENT_TO_LK_EPGU, DSL.name("fk_conv_info_records_from_easu_recruitment_id"), new TableField[] { InfoSentToLkEpgu.INFO_SENT_TO_LK_EPGU.RECRUITMENT_ID }, ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.Keys.RECRUITMENT_PKEY, new TableField[] { Recruitment.RECRUITMENT.ID }, true);
public static final ForeignKey<PersonalInfoStatRecord, RecruitmentRecord> PERSONAL_INFO_STAT__FK_CRIMINAL_ADMINISTRATIVE_LIABILITY_RECRUITMENT_ID = Internal.createForeignKey(PersonalInfoStat.PERSONAL_INFO_STAT, DSL.name("fk_criminal_administrative_liability_recruitment_id"), new TableField[] { PersonalInfoStat.PERSONAL_INFO_STAT.RECRUITMENT_ID }, ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.Keys.RECRUITMENT_PKEY, new TableField[] { Recruitment.RECRUITMENT.ID }, true);
public static final ForeignKey<RecordsAboutRegistratedCitizenRecord, RecruitmentRecord> RECORDS_ABOUT_REGISTRATED_CITIZEN__FK_CRIMINAL_ADMINISTRATIVE_LIABILITY_RECRUITMENT_ID = Internal.createForeignKey(RecordsAboutRegistratedCitizen.RECORDS_ABOUT_REGISTRATED_CITIZEN, DSL.name("fk_criminal_administrative_liability_recruitment_id"), new TableField[] { RecordsAboutRegistratedCitizen.RECORDS_ABOUT_REGISTRATED_CITIZEN.RECRUITMENT_ID }, ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.Keys.RECRUITMENT_PKEY, new TableField[] { Recruitment.RECRUITMENT.ID }, true);
public static final ForeignKey<SummonsesSignRecord, RecruitmentRecord> SUMMONSES_SIGN__FK_CRIMINAL_ADMINISTRATIVE_LIABILITY_RECRUITMENT_ID = Internal.createForeignKey(SummonsesSign.SUMMONSES_SIGN, DSL.name("fk_criminal_administrative_liability_recruitment_id"), new TableField[] { SummonsesSign.SUMMONSES_SIGN.RECRUITMENT_ID }, ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.Keys.RECRUITMENT_PKEY, new TableField[] { Recruitment.RECRUITMENT.ID }, true);
}

View file

@ -6,20 +6,14 @@ package ru.micord.webbpm.ervu.business_metrics.db_beans.registration_change_addr
import java.sql.Date;
import java.sql.Timestamp;
import java.util.Arrays;
import java.util.Collection;
import java.util.List;
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;
@ -32,7 +26,6 @@ import org.jooq.impl.DSL;
import org.jooq.impl.SQLDataType;
import org.jooq.impl.TableImpl;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables.Recruitment.RecruitmentPath;
import ru.micord.webbpm.ervu.business_metrics.db_beans.registration_change_address.Keys;
import ru.micord.webbpm.ervu.business_metrics.db_beans.registration_change_address.RegistrationChangeAddress;
import ru.micord.webbpm.ervu.business_metrics.db_beans.registration_change_address.tables.records.ApplicationsReceivedFromEpguRecord;
@ -174,37 +167,6 @@ public class ApplicationsReceivedFromEpgu extends TableImpl<ApplicationsReceived
this(DSL.name("applications_received_from_epgu"), null);
}
public <O extends Record> ApplicationsReceivedFromEpgu(Table<O> path, ForeignKey<O, ApplicationsReceivedFromEpguRecord> childPath, InverseForeignKey<O, ApplicationsReceivedFromEpguRecord> parentPath) {
super(path, childPath, parentPath, APPLICATIONS_RECEIVED_FROM_EPGU);
}
/**
* A subtype implementing {@link Path} for simplified path-based joins.
*/
public static class ApplicationsReceivedFromEpguPath extends ApplicationsReceivedFromEpgu implements Path<ApplicationsReceivedFromEpguRecord> {
public <O extends Record> ApplicationsReceivedFromEpguPath(Table<O> path, ForeignKey<O, ApplicationsReceivedFromEpguRecord> childPath, InverseForeignKey<O, ApplicationsReceivedFromEpguRecord> parentPath) {
super(path, childPath, parentPath);
}
private ApplicationsReceivedFromEpguPath(Name alias, Table<ApplicationsReceivedFromEpguRecord> aliased) {
super(alias, aliased);
}
@Override
public ApplicationsReceivedFromEpguPath as(String alias) {
return new ApplicationsReceivedFromEpguPath(DSL.name(alias), this);
}
@Override
public ApplicationsReceivedFromEpguPath as(Name alias) {
return new ApplicationsReceivedFromEpguPath(alias, this);
}
@Override
public ApplicationsReceivedFromEpguPath as(Table<?> alias) {
return new ApplicationsReceivedFromEpguPath(alias.getQualifiedName(), this);
}
}
@Override
public Schema getSchema() {
return aliased() ? null : RegistrationChangeAddress.REGISTRATION_CHANGE_ADDRESS;
@ -220,23 +182,6 @@ public class ApplicationsReceivedFromEpgu extends TableImpl<ApplicationsReceived
return Keys.APPLICATIONS_RECEIVED_FROM_EPGU_PKEY;
}
@Override
public List<ForeignKey<ApplicationsReceivedFromEpguRecord, ?>> getReferences() {
return Arrays.asList(Keys.APPLICATIONS_RECEIVED_FROM_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.APPLICATIONS_RECEIVED_FROM_EPGU__FK_CONV_INFO_RECORDS_FROM_EASU_RECRUITMENT_ID, null);
return _recruitment;
}
@Override
public ApplicationsReceivedFromEpgu as(String alias) {
return new ApplicationsReceivedFromEpgu(DSL.name(alias), this);

View file

@ -6,20 +6,14 @@ package ru.micord.webbpm.ervu.business_metrics.db_beans.registration_change_addr
import java.sql.Date;
import java.sql.Timestamp;
import java.util.Arrays;
import java.util.Collection;
import java.util.List;
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;
@ -32,7 +26,6 @@ import org.jooq.impl.DSL;
import org.jooq.impl.SQLDataType;
import org.jooq.impl.TableImpl;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables.Recruitment.RecruitmentPath;
import ru.micord.webbpm.ervu.business_metrics.db_beans.registration_change_address.Keys;
import ru.micord.webbpm.ervu.business_metrics.db_beans.registration_change_address.RegistrationChangeAddress;
import ru.micord.webbpm.ervu.business_metrics.db_beans.registration_change_address.tables.records.ChangeDataFromGirVuRecord;
@ -174,37 +167,6 @@ public class ChangeDataFromGirVu extends TableImpl<ChangeDataFromGirVuRecord> {
this(DSL.name("change_data_from_gir_vu"), null);
}
public <O extends Record> ChangeDataFromGirVu(Table<O> path, ForeignKey<O, ChangeDataFromGirVuRecord> childPath, InverseForeignKey<O, ChangeDataFromGirVuRecord> parentPath) {
super(path, childPath, parentPath, CHANGE_DATA_FROM_GIR_VU);
}
/**
* A subtype implementing {@link Path} for simplified path-based joins.
*/
public static class ChangeDataFromGirVuPath extends ChangeDataFromGirVu implements Path<ChangeDataFromGirVuRecord> {
public <O extends Record> ChangeDataFromGirVuPath(Table<O> path, ForeignKey<O, ChangeDataFromGirVuRecord> childPath, InverseForeignKey<O, ChangeDataFromGirVuRecord> parentPath) {
super(path, childPath, parentPath);
}
private ChangeDataFromGirVuPath(Name alias, Table<ChangeDataFromGirVuRecord> aliased) {
super(alias, aliased);
}
@Override
public ChangeDataFromGirVuPath as(String alias) {
return new ChangeDataFromGirVuPath(DSL.name(alias), this);
}
@Override
public ChangeDataFromGirVuPath as(Name alias) {
return new ChangeDataFromGirVuPath(alias, this);
}
@Override
public ChangeDataFromGirVuPath as(Table<?> alias) {
return new ChangeDataFromGirVuPath(alias.getQualifiedName(), this);
}
}
@Override
public Schema getSchema() {
return aliased() ? null : RegistrationChangeAddress.REGISTRATION_CHANGE_ADDRESS;
@ -220,23 +182,6 @@ public class ChangeDataFromGirVu extends TableImpl<ChangeDataFromGirVuRecord> {
return Keys.CHANGE_DATA_FROM_GIR_VU_PKEY;
}
@Override
public List<ForeignKey<ChangeDataFromGirVuRecord, ?>> getReferences() {
return Arrays.asList(Keys.CHANGE_DATA_FROM_GIR_VU__FK_CRIMINAL_ADMINISTRATIVE_LIABILITY_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.CHANGE_DATA_FROM_GIR_VU__FK_CRIMINAL_ADMINISTRATIVE_LIABILITY_RECRUITMENT_ID, null);
return _recruitment;
}
@Override
public ChangeDataFromGirVu as(String alias) {
return new ChangeDataFromGirVu(DSL.name(alias), this);

View file

@ -6,20 +6,14 @@ package ru.micord.webbpm.ervu.business_metrics.db_beans.registration_change_addr
import java.sql.Date;
import java.sql.Timestamp;
import java.util.Arrays;
import java.util.Collection;
import java.util.List;
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;
@ -32,7 +26,6 @@ import org.jooq.impl.DSL;
import org.jooq.impl.SQLDataType;
import org.jooq.impl.TableImpl;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables.Recruitment.RecruitmentPath;
import ru.micord.webbpm.ervu.business_metrics.db_beans.registration_change_address.Keys;
import ru.micord.webbpm.ervu.business_metrics.db_beans.registration_change_address.RegistrationChangeAddress;
import ru.micord.webbpm.ervu.business_metrics.db_beans.registration_change_address.tables.records.ChangeDataPersonalVisitRecord;
@ -145,37 +138,6 @@ public class ChangeDataPersonalVisit extends TableImpl<ChangeDataPersonalVisitRe
this(DSL.name("change_data_personal_visit"), null);
}
public <O extends Record> ChangeDataPersonalVisit(Table<O> path, ForeignKey<O, ChangeDataPersonalVisitRecord> childPath, InverseForeignKey<O, ChangeDataPersonalVisitRecord> parentPath) {
super(path, childPath, parentPath, CHANGE_DATA_PERSONAL_VISIT);
}
/**
* A subtype implementing {@link Path} for simplified path-based joins.
*/
public static class ChangeDataPersonalVisitPath extends ChangeDataPersonalVisit implements Path<ChangeDataPersonalVisitRecord> {
public <O extends Record> ChangeDataPersonalVisitPath(Table<O> path, ForeignKey<O, ChangeDataPersonalVisitRecord> childPath, InverseForeignKey<O, ChangeDataPersonalVisitRecord> parentPath) {
super(path, childPath, parentPath);
}
private ChangeDataPersonalVisitPath(Name alias, Table<ChangeDataPersonalVisitRecord> aliased) {
super(alias, aliased);
}
@Override
public ChangeDataPersonalVisitPath as(String alias) {
return new ChangeDataPersonalVisitPath(DSL.name(alias), this);
}
@Override
public ChangeDataPersonalVisitPath as(Name alias) {
return new ChangeDataPersonalVisitPath(alias, this);
}
@Override
public ChangeDataPersonalVisitPath as(Table<?> alias) {
return new ChangeDataPersonalVisitPath(alias.getQualifiedName(), this);
}
}
@Override
public Schema getSchema() {
return aliased() ? null : RegistrationChangeAddress.REGISTRATION_CHANGE_ADDRESS;
@ -191,23 +153,6 @@ public class ChangeDataPersonalVisit extends TableImpl<ChangeDataPersonalVisitRe
return Keys.CHANGE_DATA_PERSONAL_VISIT_PKEY;
}
@Override
public List<ForeignKey<ChangeDataPersonalVisitRecord, ?>> getReferences() {
return Arrays.asList(Keys.CHANGE_DATA_PERSONAL_VISIT__FK_CRIMINAL_ADMINISTRATIVE_LIABILITY_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.CHANGE_DATA_PERSONAL_VISIT__FK_CRIMINAL_ADMINISTRATIVE_LIABILITY_RECRUITMENT_ID, null);
return _recruitment;
}
@Override
public ChangeDataPersonalVisit as(String alias) {
return new ChangeDataPersonalVisit(DSL.name(alias), this);

View file

@ -6,20 +6,14 @@ package ru.micord.webbpm.ervu.business_metrics.db_beans.registration_change_addr
import java.sql.Date;
import java.sql.Timestamp;
import java.util.Arrays;
import java.util.Collection;
import java.util.List;
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;
@ -32,7 +26,6 @@ import org.jooq.impl.DSL;
import org.jooq.impl.SQLDataType;
import org.jooq.impl.TableImpl;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables.Recruitment.RecruitmentPath;
import ru.micord.webbpm.ervu.business_metrics.db_beans.registration_change_address.Keys;
import ru.micord.webbpm.ervu.business_metrics.db_beans.registration_change_address.RegistrationChangeAddress;
import ru.micord.webbpm.ervu.business_metrics.db_beans.registration_change_address.tables.records.CompareCitizenDataRecord;
@ -125,37 +118,6 @@ public class CompareCitizenData extends TableImpl<CompareCitizenDataRecord> {
this(DSL.name("compare_citizen_data"), null);
}
public <O extends Record> CompareCitizenData(Table<O> path, ForeignKey<O, CompareCitizenDataRecord> childPath, InverseForeignKey<O, CompareCitizenDataRecord> parentPath) {
super(path, childPath, parentPath, COMPARE_CITIZEN_DATA);
}
/**
* A subtype implementing {@link Path} for simplified path-based joins.
*/
public static class CompareCitizenDataPath extends CompareCitizenData implements Path<CompareCitizenDataRecord> {
public <O extends Record> CompareCitizenDataPath(Table<O> path, ForeignKey<O, CompareCitizenDataRecord> childPath, InverseForeignKey<O, CompareCitizenDataRecord> parentPath) {
super(path, childPath, parentPath);
}
private CompareCitizenDataPath(Name alias, Table<CompareCitizenDataRecord> aliased) {
super(alias, aliased);
}
@Override
public CompareCitizenDataPath as(String alias) {
return new CompareCitizenDataPath(DSL.name(alias), this);
}
@Override
public CompareCitizenDataPath as(Name alias) {
return new CompareCitizenDataPath(alias, this);
}
@Override
public CompareCitizenDataPath as(Table<?> alias) {
return new CompareCitizenDataPath(alias.getQualifiedName(), this);
}
}
@Override
public Schema getSchema() {
return aliased() ? null : RegistrationChangeAddress.REGISTRATION_CHANGE_ADDRESS;
@ -171,23 +133,6 @@ public class CompareCitizenData extends TableImpl<CompareCitizenDataRecord> {
return Keys.COMPARE_CITIZEN_DATA_PKEY;
}
@Override
public List<ForeignKey<CompareCitizenDataRecord, ?>> getReferences() {
return Arrays.asList(Keys.COMPARE_CITIZEN_DATA__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.COMPARE_CITIZEN_DATA__FK_CONV_INFO_RECORDS_FROM_EASU_RECRUITMENT_ID, null);
return _recruitment;
}
@Override
public CompareCitizenData as(String alias) {
return new CompareCitizenData(DSL.name(alias), this);

View file

@ -6,20 +6,14 @@ package ru.micord.webbpm.ervu.business_metrics.db_beans.registration_change_addr
import java.sql.Date;
import java.sql.Timestamp;
import java.util.Arrays;
import java.util.Collection;
import java.util.List;
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;
@ -32,7 +26,6 @@ import org.jooq.impl.DSL;
import org.jooq.impl.SQLDataType;
import org.jooq.impl.TableImpl;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables.Recruitment.RecruitmentPath;
import ru.micord.webbpm.ervu.business_metrics.db_beans.registration_change_address.Keys;
import ru.micord.webbpm.ervu.business_metrics.db_beans.registration_change_address.RegistrationChangeAddress;
import ru.micord.webbpm.ervu.business_metrics.db_beans.registration_change_address.tables.records.ImpositionTmpMeasuresRecord;
@ -133,37 +126,6 @@ public class ImpositionTmpMeasures extends TableImpl<ImpositionTmpMeasuresRecord
this(DSL.name("imposition_tmp_measures"), null);
}
public <O extends Record> ImpositionTmpMeasures(Table<O> path, ForeignKey<O, ImpositionTmpMeasuresRecord> childPath, InverseForeignKey<O, ImpositionTmpMeasuresRecord> parentPath) {
super(path, childPath, parentPath, IMPOSITION_TMP_MEASURES);
}
/**
* A subtype implementing {@link Path} for simplified path-based joins.
*/
public static class ImpositionTmpMeasuresPath extends ImpositionTmpMeasures implements Path<ImpositionTmpMeasuresRecord> {
public <O extends Record> ImpositionTmpMeasuresPath(Table<O> path, ForeignKey<O, ImpositionTmpMeasuresRecord> childPath, InverseForeignKey<O, ImpositionTmpMeasuresRecord> parentPath) {
super(path, childPath, parentPath);
}
private ImpositionTmpMeasuresPath(Name alias, Table<ImpositionTmpMeasuresRecord> aliased) {
super(alias, aliased);
}
@Override
public ImpositionTmpMeasuresPath as(String alias) {
return new ImpositionTmpMeasuresPath(DSL.name(alias), this);
}
@Override
public ImpositionTmpMeasuresPath as(Name alias) {
return new ImpositionTmpMeasuresPath(alias, this);
}
@Override
public ImpositionTmpMeasuresPath as(Table<?> alias) {
return new ImpositionTmpMeasuresPath(alias.getQualifiedName(), this);
}
}
@Override
public Schema getSchema() {
return aliased() ? null : RegistrationChangeAddress.REGISTRATION_CHANGE_ADDRESS;
@ -179,23 +141,6 @@ public class ImpositionTmpMeasures extends TableImpl<ImpositionTmpMeasuresRecord
return Keys.IMPOSITION_TMP_MEASURES_PKEY;
}
@Override
public List<ForeignKey<ImpositionTmpMeasuresRecord, ?>> getReferences() {
return Arrays.asList(Keys.IMPOSITION_TMP_MEASURES__FK_CRIMINAL_ADMINISTRATIVE_LIABILITY_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.IMPOSITION_TMP_MEASURES__FK_CRIMINAL_ADMINISTRATIVE_LIABILITY_RECRUITMENT_ID, null);
return _recruitment;
}
@Override
public ImpositionTmpMeasures as(String alias) {
return new ImpositionTmpMeasures(DSL.name(alias), this);

View file

@ -6,20 +6,14 @@ package ru.micord.webbpm.ervu.business_metrics.db_beans.registration_change_addr
import java.sql.Date;
import java.sql.Timestamp;
import java.util.Arrays;
import java.util.Collection;
import java.util.List;
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;
@ -32,7 +26,6 @@ import org.jooq.impl.DSL;
import org.jooq.impl.SQLDataType;
import org.jooq.impl.TableImpl;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables.Recruitment.RecruitmentPath;
import ru.micord.webbpm.ervu.business_metrics.db_beans.registration_change_address.Keys;
import ru.micord.webbpm.ervu.business_metrics.db_beans.registration_change_address.RegistrationChangeAddress;
import ru.micord.webbpm.ervu.business_metrics.db_beans.registration_change_address.tables.records.InactiveAppEpguRecord;
@ -125,37 +118,6 @@ public class InactiveAppEpgu extends TableImpl<InactiveAppEpguRecord> {
this(DSL.name("inactive_app_epgu"), null);
}
public <O extends Record> InactiveAppEpgu(Table<O> path, ForeignKey<O, InactiveAppEpguRecord> childPath, InverseForeignKey<O, InactiveAppEpguRecord> parentPath) {
super(path, childPath, parentPath, INACTIVE_APP_EPGU);
}
/**
* A subtype implementing {@link Path} for simplified path-based joins.
*/
public static class InactiveAppEpguPath extends InactiveAppEpgu implements Path<InactiveAppEpguRecord> {
public <O extends Record> InactiveAppEpguPath(Table<O> path, ForeignKey<O, InactiveAppEpguRecord> childPath, InverseForeignKey<O, InactiveAppEpguRecord> parentPath) {
super(path, childPath, parentPath);
}
private InactiveAppEpguPath(Name alias, Table<InactiveAppEpguRecord> aliased) {
super(alias, aliased);
}
@Override
public InactiveAppEpguPath as(String alias) {
return new InactiveAppEpguPath(DSL.name(alias), this);
}
@Override
public InactiveAppEpguPath as(Name alias) {
return new InactiveAppEpguPath(alias, this);
}
@Override
public InactiveAppEpguPath as(Table<?> alias) {
return new InactiveAppEpguPath(alias.getQualifiedName(), this);
}
}
@Override
public Schema getSchema() {
return aliased() ? null : RegistrationChangeAddress.REGISTRATION_CHANGE_ADDRESS;
@ -171,23 +133,6 @@ public class InactiveAppEpgu extends TableImpl<InactiveAppEpguRecord> {
return Keys.INACTIVE_APP_EPGU_PKEY;
}
@Override
public List<ForeignKey<InactiveAppEpguRecord, ?>> getReferences() {
return Arrays.asList(Keys.INACTIVE_APP_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.INACTIVE_APP_EPGU__FK_CONV_INFO_RECORDS_FROM_EASU_RECRUITMENT_ID, null);
return _recruitment;
}
@Override
public InactiveAppEpgu as(String alias) {
return new InactiveAppEpgu(DSL.name(alias), this);

View file

@ -6,20 +6,14 @@ package ru.micord.webbpm.ervu.business_metrics.db_beans.registration_change_addr
import java.sql.Date;
import java.sql.Timestamp;
import java.util.Arrays;
import java.util.Collection;
import java.util.List;
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;
@ -32,7 +26,6 @@ import org.jooq.impl.DSL;
import org.jooq.impl.SQLDataType;
import org.jooq.impl.TableImpl;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables.Recruitment.RecruitmentPath;
import ru.micord.webbpm.ervu.business_metrics.db_beans.registration_change_address.Keys;
import ru.micord.webbpm.ervu.business_metrics.db_beans.registration_change_address.RegistrationChangeAddress;
import ru.micord.webbpm.ervu.business_metrics.db_beans.registration_change_address.tables.records.IncidentsEpguInfoRecord;
@ -130,37 +123,6 @@ public class IncidentsEpguInfo extends TableImpl<IncidentsEpguInfoRecord> {
this(DSL.name("incidents_epgu_info"), null);
}
public <O extends Record> IncidentsEpguInfo(Table<O> path, ForeignKey<O, IncidentsEpguInfoRecord> childPath, InverseForeignKey<O, IncidentsEpguInfoRecord> parentPath) {
super(path, childPath, parentPath, INCIDENTS_EPGU_INFO);
}
/**
* A subtype implementing {@link Path} for simplified path-based joins.
*/
public static class IncidentsEpguInfoPath extends IncidentsEpguInfo implements Path<IncidentsEpguInfoRecord> {
public <O extends Record> IncidentsEpguInfoPath(Table<O> path, ForeignKey<O, IncidentsEpguInfoRecord> childPath, InverseForeignKey<O, IncidentsEpguInfoRecord> parentPath) {
super(path, childPath, parentPath);
}
private IncidentsEpguInfoPath(Name alias, Table<IncidentsEpguInfoRecord> aliased) {
super(alias, aliased);
}
@Override
public IncidentsEpguInfoPath as(String alias) {
return new IncidentsEpguInfoPath(DSL.name(alias), this);
}
@Override
public IncidentsEpguInfoPath as(Name alias) {
return new IncidentsEpguInfoPath(alias, this);
}
@Override
public IncidentsEpguInfoPath as(Table<?> alias) {
return new IncidentsEpguInfoPath(alias.getQualifiedName(), this);
}
}
@Override
public Schema getSchema() {
return aliased() ? null : RegistrationChangeAddress.REGISTRATION_CHANGE_ADDRESS;
@ -176,23 +138,6 @@ public class IncidentsEpguInfo extends TableImpl<IncidentsEpguInfoRecord> {
return Keys.INCIDENTS_EPGU_INFO_PKEY;
}
@Override
public List<ForeignKey<IncidentsEpguInfoRecord, ?>> getReferences() {
return Arrays.asList(Keys.INCIDENTS_EPGU_INFO__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.INCIDENTS_EPGU_INFO__FK_CONV_INFO_RECORDS_FROM_EASU_RECRUITMENT_ID, null);
return _recruitment;
}
@Override
public IncidentsEpguInfo as(String alias) {
return new IncidentsEpguInfo(DSL.name(alias), this);

View file

@ -6,20 +6,14 @@ package ru.micord.webbpm.ervu.business_metrics.db_beans.registration_change_addr
import java.sql.Date;
import java.sql.Timestamp;
import java.util.Arrays;
import java.util.Collection;
import java.util.List;
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;
@ -32,7 +26,6 @@ import org.jooq.impl.DSL;
import org.jooq.impl.SQLDataType;
import org.jooq.impl.TableImpl;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables.Recruitment.RecruitmentPath;
import ru.micord.webbpm.ervu.business_metrics.db_beans.registration_change_address.Keys;
import ru.micord.webbpm.ervu.business_metrics.db_beans.registration_change_address.RegistrationChangeAddress;
import ru.micord.webbpm.ervu.business_metrics.db_beans.registration_change_address.tables.records.IncidentsInfoRecord;
@ -128,37 +121,6 @@ public class IncidentsInfo extends TableImpl<IncidentsInfoRecord> {
this(DSL.name("incidents_info"), null);
}
public <O extends Record> IncidentsInfo(Table<O> path, ForeignKey<O, IncidentsInfoRecord> childPath, InverseForeignKey<O, IncidentsInfoRecord> parentPath) {
super(path, childPath, parentPath, INCIDENTS_INFO);
}
/**
* A subtype implementing {@link Path} for simplified path-based joins.
*/
public static class IncidentsInfoPath extends IncidentsInfo implements Path<IncidentsInfoRecord> {
public <O extends Record> IncidentsInfoPath(Table<O> path, ForeignKey<O, IncidentsInfoRecord> childPath, InverseForeignKey<O, IncidentsInfoRecord> parentPath) {
super(path, childPath, parentPath);
}
private IncidentsInfoPath(Name alias, Table<IncidentsInfoRecord> aliased) {
super(alias, aliased);
}
@Override
public IncidentsInfoPath as(String alias) {
return new IncidentsInfoPath(DSL.name(alias), this);
}
@Override
public IncidentsInfoPath as(Name alias) {
return new IncidentsInfoPath(alias, this);
}
@Override
public IncidentsInfoPath as(Table<?> alias) {
return new IncidentsInfoPath(alias.getQualifiedName(), this);
}
}
@Override
public Schema getSchema() {
return aliased() ? null : RegistrationChangeAddress.REGISTRATION_CHANGE_ADDRESS;
@ -174,23 +136,6 @@ public class IncidentsInfo extends TableImpl<IncidentsInfoRecord> {
return Keys.INCIDENTS_INFO_PKEY;
}
@Override
public List<ForeignKey<IncidentsInfoRecord, ?>> getReferences() {
return Arrays.asList(Keys.INCIDENTS_INFO__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.INCIDENTS_INFO__FK_CONV_INFO_RECORDS_FROM_EASU_RECRUITMENT_ID, null);
return _recruitment;
}
@Override
public IncidentsInfo as(String alias) {
return new IncidentsInfo(DSL.name(alias), this);

View file

@ -13,14 +13,10 @@ import java.util.List;
import org.jooq.Check;
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;
@ -34,7 +30,6 @@ import org.jooq.impl.Internal;
import org.jooq.impl.SQLDataType;
import org.jooq.impl.TableImpl;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables.Recruitment.RecruitmentPath;
import ru.micord.webbpm.ervu.business_metrics.db_beans.registration_change_address.Keys;
import ru.micord.webbpm.ervu.business_metrics.db_beans.registration_change_address.RegistrationChangeAddress;
import ru.micord.webbpm.ervu.business_metrics.db_beans.registration_change_address.tables.records.InfoSentToLkEpguRecord;
@ -183,37 +178,6 @@ public class InfoSentToLkEpgu extends TableImpl<InfoSentToLkEpguRecord> {
this(DSL.name("info_sent_to_lk_epgu"), null);
}
public <O extends Record> InfoSentToLkEpgu(Table<O> path, ForeignKey<O, InfoSentToLkEpguRecord> childPath, InverseForeignKey<O, InfoSentToLkEpguRecord> parentPath) {
super(path, childPath, parentPath, INFO_SENT_TO_LK_EPGU);
}
/**
* A subtype implementing {@link Path} for simplified path-based joins.
*/
public static class InfoSentToLkEpguPath extends InfoSentToLkEpgu implements Path<InfoSentToLkEpguRecord> {
public <O extends Record> InfoSentToLkEpguPath(Table<O> path, ForeignKey<O, InfoSentToLkEpguRecord> childPath, InverseForeignKey<O, InfoSentToLkEpguRecord> parentPath) {
super(path, childPath, parentPath);
}
private InfoSentToLkEpguPath(Name alias, Table<InfoSentToLkEpguRecord> aliased) {
super(alias, aliased);
}
@Override
public InfoSentToLkEpguPath as(String alias) {
return new InfoSentToLkEpguPath(DSL.name(alias), this);
}
@Override
public InfoSentToLkEpguPath as(Name alias) {
return new InfoSentToLkEpguPath(alias, this);
}
@Override
public InfoSentToLkEpguPath as(Table<?> alias) {
return new InfoSentToLkEpguPath(alias.getQualifiedName(), this);
}
}
@Override
public Schema getSchema() {
return aliased() ? null : RegistrationChangeAddress.REGISTRATION_CHANGE_ADDRESS;
@ -229,23 +193,6 @@ public class InfoSentToLkEpgu extends TableImpl<InfoSentToLkEpguRecord> {
return Keys.INFO_SENT_TO_LK_EPGU_PKEY;
}
@Override
public List<ForeignKey<InfoSentToLkEpguRecord, ?>> getReferences() {
return Arrays.asList(Keys.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.INFO_SENT_TO_LK_EPGU__FK_CONV_INFO_RECORDS_FROM_EASU_RECRUITMENT_ID, null);
return _recruitment;
}
@Override
public List<Check<InfoSentToLkEpguRecord>> getChecks() {
return Arrays.asList(

View file

@ -6,20 +6,14 @@ package ru.micord.webbpm.ervu.business_metrics.db_beans.registration_change_addr
import java.sql.Date;
import java.sql.Timestamp;
import java.util.Arrays;
import java.util.Collection;
import java.util.List;
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;
@ -32,7 +26,6 @@ import org.jooq.impl.DSL;
import org.jooq.impl.SQLDataType;
import org.jooq.impl.TableImpl;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables.Recruitment.RecruitmentPath;
import ru.micord.webbpm.ervu.business_metrics.db_beans.registration_change_address.Keys;
import ru.micord.webbpm.ervu.business_metrics.db_beans.registration_change_address.RegistrationChangeAddress;
import ru.micord.webbpm.ervu.business_metrics.db_beans.registration_change_address.tables.records.PersonalInfoStatRecord;
@ -137,37 +130,6 @@ public class PersonalInfoStat extends TableImpl<PersonalInfoStatRecord> {
this(DSL.name("personal_info_stat"), null);
}
public <O extends Record> PersonalInfoStat(Table<O> path, ForeignKey<O, PersonalInfoStatRecord> childPath, InverseForeignKey<O, PersonalInfoStatRecord> parentPath) {
super(path, childPath, parentPath, PERSONAL_INFO_STAT);
}
/**
* A subtype implementing {@link Path} for simplified path-based joins.
*/
public static class PersonalInfoStatPath extends PersonalInfoStat implements Path<PersonalInfoStatRecord> {
public <O extends Record> PersonalInfoStatPath(Table<O> path, ForeignKey<O, PersonalInfoStatRecord> childPath, InverseForeignKey<O, PersonalInfoStatRecord> parentPath) {
super(path, childPath, parentPath);
}
private PersonalInfoStatPath(Name alias, Table<PersonalInfoStatRecord> aliased) {
super(alias, aliased);
}
@Override
public PersonalInfoStatPath as(String alias) {
return new PersonalInfoStatPath(DSL.name(alias), this);
}
@Override
public PersonalInfoStatPath as(Name alias) {
return new PersonalInfoStatPath(alias, this);
}
@Override
public PersonalInfoStatPath as(Table<?> alias) {
return new PersonalInfoStatPath(alias.getQualifiedName(), this);
}
}
@Override
public Schema getSchema() {
return aliased() ? null : RegistrationChangeAddress.REGISTRATION_CHANGE_ADDRESS;
@ -183,23 +145,6 @@ public class PersonalInfoStat extends TableImpl<PersonalInfoStatRecord> {
return Keys.PERSONAL_INFO_STAT_PKEY;
}
@Override
public List<ForeignKey<PersonalInfoStatRecord, ?>> getReferences() {
return Arrays.asList(Keys.PERSONAL_INFO_STAT__FK_CRIMINAL_ADMINISTRATIVE_LIABILITY_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.PERSONAL_INFO_STAT__FK_CRIMINAL_ADMINISTRATIVE_LIABILITY_RECRUITMENT_ID, null);
return _recruitment;
}
@Override
public PersonalInfoStat as(String alias) {
return new PersonalInfoStat(DSL.name(alias), this);

View file

@ -6,20 +6,14 @@ package ru.micord.webbpm.ervu.business_metrics.db_beans.registration_change_addr
import java.sql.Date;
import java.sql.Timestamp;
import java.util.Arrays;
import java.util.Collection;
import java.util.List;
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;
@ -32,7 +26,6 @@ import org.jooq.impl.DSL;
import org.jooq.impl.SQLDataType;
import org.jooq.impl.TableImpl;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables.Recruitment.RecruitmentPath;
import ru.micord.webbpm.ervu.business_metrics.db_beans.registration_change_address.Keys;
import ru.micord.webbpm.ervu.business_metrics.db_beans.registration_change_address.RegistrationChangeAddress;
import ru.micord.webbpm.ervu.business_metrics.db_beans.registration_change_address.tables.records.RecordsAboutRegistratedCitizenRecord;
@ -131,37 +124,6 @@ public class RecordsAboutRegistratedCitizen extends TableImpl<RecordsAboutRegist
this(DSL.name("records_about_registrated_citizen"), null);
}
public <O extends Record> RecordsAboutRegistratedCitizen(Table<O> path, ForeignKey<O, RecordsAboutRegistratedCitizenRecord> childPath, InverseForeignKey<O, RecordsAboutRegistratedCitizenRecord> parentPath) {
super(path, childPath, parentPath, RECORDS_ABOUT_REGISTRATED_CITIZEN);
}
/**
* A subtype implementing {@link Path} for simplified path-based joins.
*/
public static class RecordsAboutRegistratedCitizenPath extends RecordsAboutRegistratedCitizen implements Path<RecordsAboutRegistratedCitizenRecord> {
public <O extends Record> RecordsAboutRegistratedCitizenPath(Table<O> path, ForeignKey<O, RecordsAboutRegistratedCitizenRecord> childPath, InverseForeignKey<O, RecordsAboutRegistratedCitizenRecord> parentPath) {
super(path, childPath, parentPath);
}
private RecordsAboutRegistratedCitizenPath(Name alias, Table<RecordsAboutRegistratedCitizenRecord> aliased) {
super(alias, aliased);
}
@Override
public RecordsAboutRegistratedCitizenPath as(String alias) {
return new RecordsAboutRegistratedCitizenPath(DSL.name(alias), this);
}
@Override
public RecordsAboutRegistratedCitizenPath as(Name alias) {
return new RecordsAboutRegistratedCitizenPath(alias, this);
}
@Override
public RecordsAboutRegistratedCitizenPath as(Table<?> alias) {
return new RecordsAboutRegistratedCitizenPath(alias.getQualifiedName(), this);
}
}
@Override
public Schema getSchema() {
return aliased() ? null : RegistrationChangeAddress.REGISTRATION_CHANGE_ADDRESS;
@ -177,23 +139,6 @@ public class RecordsAboutRegistratedCitizen extends TableImpl<RecordsAboutRegist
return Keys.RECORDS_ABOUT_REGISTRATED_CITIZEN_PKEY;
}
@Override
public List<ForeignKey<RecordsAboutRegistratedCitizenRecord, ?>> getReferences() {
return Arrays.asList(Keys.RECORDS_ABOUT_REGISTRATED_CITIZEN__FK_CRIMINAL_ADMINISTRATIVE_LIABILITY_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.RECORDS_ABOUT_REGISTRATED_CITIZEN__FK_CRIMINAL_ADMINISTRATIVE_LIABILITY_RECRUITMENT_ID, null);
return _recruitment;
}
@Override
public RecordsAboutRegistratedCitizen as(String alias) {
return new RecordsAboutRegistratedCitizen(DSL.name(alias), this);

View file

@ -13,14 +13,10 @@ import java.util.List;
import org.jooq.Check;
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;
@ -34,7 +30,6 @@ import org.jooq.impl.Internal;
import org.jooq.impl.SQLDataType;
import org.jooq.impl.TableImpl;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables.Recruitment.RecruitmentPath;
import ru.micord.webbpm.ervu.business_metrics.db_beans.registration_change_address.Keys;
import ru.micord.webbpm.ervu.business_metrics.db_beans.registration_change_address.RegistrationChangeAddress;
import ru.micord.webbpm.ervu.business_metrics.db_beans.registration_change_address.tables.records.SummonsesSignRecord;
@ -140,37 +135,6 @@ public class SummonsesSign extends TableImpl<SummonsesSignRecord> {
this(DSL.name("summonses_sign"), null);
}
public <O extends Record> SummonsesSign(Table<O> path, ForeignKey<O, SummonsesSignRecord> childPath, InverseForeignKey<O, SummonsesSignRecord> parentPath) {
super(path, childPath, parentPath, SUMMONSES_SIGN);
}
/**
* A subtype implementing {@link Path} for simplified path-based joins.
*/
public static class SummonsesSignPath extends SummonsesSign implements Path<SummonsesSignRecord> {
public <O extends Record> SummonsesSignPath(Table<O> path, ForeignKey<O, SummonsesSignRecord> childPath, InverseForeignKey<O, SummonsesSignRecord> parentPath) {
super(path, childPath, parentPath);
}
private SummonsesSignPath(Name alias, Table<SummonsesSignRecord> aliased) {
super(alias, aliased);
}
@Override
public SummonsesSignPath as(String alias) {
return new SummonsesSignPath(DSL.name(alias), this);
}
@Override
public SummonsesSignPath as(Name alias) {
return new SummonsesSignPath(alias, this);
}
@Override
public SummonsesSignPath as(Table<?> alias) {
return new SummonsesSignPath(alias.getQualifiedName(), this);
}
}
@Override
public Schema getSchema() {
return aliased() ? null : RegistrationChangeAddress.REGISTRATION_CHANGE_ADDRESS;
@ -186,23 +150,6 @@ public class SummonsesSign extends TableImpl<SummonsesSignRecord> {
return Keys.SUMMONSES_SIGN_PKEY;
}
@Override
public List<ForeignKey<SummonsesSignRecord, ?>> getReferences() {
return Arrays.asList(Keys.SUMMONSES_SIGN__FK_CRIMINAL_ADMINISTRATIVE_LIABILITY_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.SUMMONSES_SIGN__FK_CRIMINAL_ADMINISTRATIVE_LIABILITY_RECRUITMENT_ID, null);
return _recruitment;
}
@Override
public List<Check<SummonsesSignRecord>> getChecks() {
return Arrays.asList(

View file

@ -10,8 +10,6 @@ import org.jooq.UniqueKey;
import org.jooq.impl.DSL;
import org.jooq.impl.Internal;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables.Recruitment;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables.records.RecruitmentRecord;
import ru.micord.webbpm.ervu.business_metrics.db_beans.summonses_list.tables.AllSummonses;
import ru.micord.webbpm.ervu.business_metrics.db_beans.summonses_list.tables.DownloadForPrint;
import ru.micord.webbpm.ervu.business_metrics.db_beans.summonses_list.tables.FormedSummonses;
@ -58,18 +56,11 @@ public class Keys {
// FOREIGN KEY definitions
// -------------------------------------------------------------------------
public static final ForeignKey<AllSummonsesRecord, RecruitmentRecord> ALL_SUMMONSES__FK_CRIMINAL_ADMINISTRATIVE_LIABILITY_RECRUITMENT_ID = Internal.createForeignKey(AllSummonses.ALL_SUMMONSES, DSL.name("fk_criminal_administrative_liability_recruitment_id"), new TableField[] { AllSummonses.ALL_SUMMONSES.RECRUITMENT_ID }, ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.Keys.RECRUITMENT_PKEY, new TableField[] { Recruitment.RECRUITMENT.ID }, true);
public static final ForeignKey<DownloadForPrintRecord, RecruitmentRecord> DOWNLOAD_FOR_PRINT__FK_CONV_INFO_RECORDS_FROM_EASU_RECRUITMENT_ID = Internal.createForeignKey(DownloadForPrint.DOWNLOAD_FOR_PRINT, DSL.name("fk_conv_info_records_from_easu_recruitment_id"), new TableField[] { DownloadForPrint.DOWNLOAD_FOR_PRINT.RECRUITMENT_ID }, ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.Keys.RECRUITMENT_PKEY, new TableField[] { Recruitment.RECRUITMENT.ID }, true);
public static final ForeignKey<DownloadForPrintRecord, SummonsesReasonRecord> DOWNLOAD_FOR_PRINT__FK_SUMMONSES_REASON_ID = Internal.createForeignKey(DownloadForPrint.DOWNLOAD_FOR_PRINT, DSL.name("fk_summonses_reason_id"), new TableField[] { DownloadForPrint.DOWNLOAD_FOR_PRINT.SUMMONSES_REASON_ID }, Keys.SUMMONSES_REASON_PKEY, new TableField[] { SummonsesReason.SUMMONSES_REASON.SUMMONSES_REASON_ID }, true);
public static final ForeignKey<FormedSummonsesRecord, RecruitmentRecord> FORMED_SUMMONSES__FK_CRIMINAL_ADMINISTRATIVE_LIABILITY_RECRUITMENT_ID = Internal.createForeignKey(FormedSummonses.FORMED_SUMMONSES, DSL.name("fk_criminal_administrative_liability_recruitment_id"), new TableField[] { FormedSummonses.FORMED_SUMMONSES.RECRUITMENT_ID }, ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.Keys.RECRUITMENT_PKEY, new TableField[] { Recruitment.RECRUITMENT.ID }, true);
public static final ForeignKey<FormedSummonsesRecord, SummonsesReasonRecord> FORMED_SUMMONSES__FK_SUMMONSES_REASON_ID = Internal.createForeignKey(FormedSummonses.FORMED_SUMMONSES, DSL.name("fk_summonses_reason_id"), new TableField[] { FormedSummonses.FORMED_SUMMONSES.SUMMONSES_REASON_ID }, Keys.SUMMONSES_REASON_PKEY, new TableField[] { SummonsesReason.SUMMONSES_REASON.SUMMONSES_REASON_ID }, true);
public static final ForeignKey<ImpositionTmpMeasuresRecord, RecruitmentRecord> IMPOSITION_TMP_MEASURES__FK_CRIMINAL_ADMINISTRATIVE_LIABILITY_RECRUITMENT_ID = Internal.createForeignKey(ImpositionTmpMeasures.IMPOSITION_TMP_MEASURES, DSL.name("fk_criminal_administrative_liability_recruitment_id"), new TableField[] { ImpositionTmpMeasures.IMPOSITION_TMP_MEASURES.RECRUITMENT_ID }, ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.Keys.RECRUITMENT_PKEY, new TableField[] { Recruitment.RECRUITMENT.ID }, true);
public static final ForeignKey<ImpositionTmpMeasuresRecord, SummonsesReasonRecord> IMPOSITION_TMP_MEASURES__FK_SUMMONSES_REASON_ID = Internal.createForeignKey(ImpositionTmpMeasures.IMPOSITION_TMP_MEASURES, DSL.name("fk_summonses_reason_id"), new TableField[] { ImpositionTmpMeasures.IMPOSITION_TMP_MEASURES.SUMMONSES_REASON_ID }, Keys.SUMMONSES_REASON_PKEY, new TableField[] { SummonsesReason.SUMMONSES_REASON.SUMMONSES_REASON_ID }, true);
public static final ForeignKey<InfoSentToLkEpguRecord, RecruitmentRecord> INFO_SENT_TO_LK_EPGU__FK_CONV_INFO_RECORDS_FROM_EASU_RECRUITMENT_ID = Internal.createForeignKey(InfoSentToLkEpgu.INFO_SENT_TO_LK_EPGU, DSL.name("fk_conv_info_records_from_easu_recruitment_id"), new TableField[] { InfoSentToLkEpgu.INFO_SENT_TO_LK_EPGU.RECRUITMENT_ID }, ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.Keys.RECRUITMENT_PKEY, new TableField[] { Recruitment.RECRUITMENT.ID }, true);
public static final ForeignKey<InfoSentToLkEpguRecord, SummonsesReasonRecord> INFO_SENT_TO_LK_EPGU__FK_SUMMONSES_REASON_ID = Internal.createForeignKey(InfoSentToLkEpgu.INFO_SENT_TO_LK_EPGU, DSL.name("fk_summonses_reason_id"), new TableField[] { InfoSentToLkEpgu.INFO_SENT_TO_LK_EPGU.SUMMONSES_REASON_ID }, Keys.SUMMONSES_REASON_PKEY, new TableField[] { SummonsesReason.SUMMONSES_REASON.SUMMONSES_REASON_ID }, true);
public static final ForeignKey<RecruitOfficeVisitRecord, RecruitmentRecord> RECRUIT_OFFICE_VISIT__FK_CRIMINAL_ADMINISTRATIVE_LIABILITY_RECRUITMENT_ID = Internal.createForeignKey(RecruitOfficeVisit.RECRUIT_OFFICE_VISIT, DSL.name("fk_criminal_administrative_liability_recruitment_id"), new TableField[] { RecruitOfficeVisit.RECRUIT_OFFICE_VISIT.RECRUITMENT_ID }, ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.Keys.RECRUITMENT_PKEY, new TableField[] { Recruitment.RECRUITMENT.ID }, true);
public static final ForeignKey<RecruitOfficeVisitRecord, SummonsesReasonRecord> RECRUIT_OFFICE_VISIT__FK_SUMMONSES_REASON_ID = Internal.createForeignKey(RecruitOfficeVisit.RECRUIT_OFFICE_VISIT, DSL.name("fk_summonses_reason_id"), new TableField[] { RecruitOfficeVisit.RECRUIT_OFFICE_VISIT.SUMMONSES_REASON_ID }, Keys.SUMMONSES_REASON_PKEY, new TableField[] { SummonsesReason.SUMMONSES_REASON.SUMMONSES_REASON_ID }, true);
public static final ForeignKey<RemoveTmpMeasuresRecord, RecruitmentRecord> REMOVE_TMP_MEASURES__FK_CRIMINAL_ADMINISTRATIVE_LIABILITY_RECRUITMENT_ID = Internal.createForeignKey(RemoveTmpMeasures.REMOVE_TMP_MEASURES, DSL.name("fk_criminal_administrative_liability_recruitment_id"), new TableField[] { RemoveTmpMeasures.REMOVE_TMP_MEASURES.RECRUITMENT_ID }, ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.Keys.RECRUITMENT_PKEY, new TableField[] { Recruitment.RECRUITMENT.ID }, true);
public static final ForeignKey<RemoveTmpMeasuresRecord, SummonsesReasonRecord> REMOVE_TMP_MEASURES__FK_SUMMONSES_REASON_ID = Internal.createForeignKey(RemoveTmpMeasures.REMOVE_TMP_MEASURES, DSL.name("fk_summonses_reason_id"), new TableField[] { RemoveTmpMeasures.REMOVE_TMP_MEASURES.SUMMONSES_REASON_ID }, Keys.SUMMONSES_REASON_PKEY, new TableField[] { SummonsesReason.SUMMONSES_REASON.SUMMONSES_REASON_ID }, true);
public static final ForeignKey<SummonsesReasonRecord, SummonsesReasonRecord> SUMMONSES_REASON__FK_PARENT_SUMMONSES_REASON_ID = Internal.createForeignKey(SummonsesReason.SUMMONSES_REASON, DSL.name("fk_parent_summonses_reason_id"), new TableField[] { SummonsesReason.SUMMONSES_REASON.PARENT_SUMMONSES_REASON_ID }, Keys.SUMMONSES_REASON_PKEY, new TableField[] { SummonsesReason.SUMMONSES_REASON.SUMMONSES_REASON_ID }, true);
}

View file

@ -6,20 +6,14 @@ package ru.micord.webbpm.ervu.business_metrics.db_beans.summonses_list.tables;
import java.sql.Date;
import java.sql.Timestamp;
import java.util.Arrays;
import java.util.Collection;
import java.util.List;
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;
@ -32,7 +26,6 @@ import org.jooq.impl.DSL;
import org.jooq.impl.SQLDataType;
import org.jooq.impl.TableImpl;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables.Recruitment.RecruitmentPath;
import ru.micord.webbpm.ervu.business_metrics.db_beans.summonses_list.Keys;
import ru.micord.webbpm.ervu.business_metrics.db_beans.summonses_list.SummonsesList;
import ru.micord.webbpm.ervu.business_metrics.db_beans.summonses_list.tables.records.AllSummonsesRecord;
@ -136,37 +129,6 @@ public class AllSummonses extends TableImpl<AllSummonsesRecord> {
this(DSL.name("all_summonses"), null);
}
public <O extends Record> AllSummonses(Table<O> path, ForeignKey<O, AllSummonsesRecord> childPath, InverseForeignKey<O, AllSummonsesRecord> parentPath) {
super(path, childPath, parentPath, ALL_SUMMONSES);
}
/**
* A subtype implementing {@link Path} for simplified path-based joins.
*/
public static class AllSummonsesPath extends AllSummonses implements Path<AllSummonsesRecord> {
public <O extends Record> AllSummonsesPath(Table<O> path, ForeignKey<O, AllSummonsesRecord> childPath, InverseForeignKey<O, AllSummonsesRecord> parentPath) {
super(path, childPath, parentPath);
}
private AllSummonsesPath(Name alias, Table<AllSummonsesRecord> aliased) {
super(alias, aliased);
}
@Override
public AllSummonsesPath as(String alias) {
return new AllSummonsesPath(DSL.name(alias), this);
}
@Override
public AllSummonsesPath as(Name alias) {
return new AllSummonsesPath(alias, this);
}
@Override
public AllSummonsesPath as(Table<?> alias) {
return new AllSummonsesPath(alias.getQualifiedName(), this);
}
}
@Override
public Schema getSchema() {
return aliased() ? null : SummonsesList.SUMMONSES_LIST;
@ -182,23 +144,6 @@ public class AllSummonses extends TableImpl<AllSummonsesRecord> {
return Keys.ALL_SUMMONSES_PKEY;
}
@Override
public List<ForeignKey<AllSummonsesRecord, ?>> getReferences() {
return Arrays.asList(Keys.ALL_SUMMONSES__FK_CRIMINAL_ADMINISTRATIVE_LIABILITY_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.ALL_SUMMONSES__FK_CRIMINAL_ADMINISTRATIVE_LIABILITY_RECRUITMENT_ID, null);
return _recruitment;
}
@Override
public AllSummonses as(String alias) {
return new AllSummonses(DSL.name(alias), this);

View file

@ -32,7 +32,6 @@ import org.jooq.impl.DSL;
import org.jooq.impl.SQLDataType;
import org.jooq.impl.TableImpl;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables.Recruitment.RecruitmentPath;
import ru.micord.webbpm.ervu.business_metrics.db_beans.summonses_list.Keys;
import ru.micord.webbpm.ervu.business_metrics.db_beans.summonses_list.SummonsesList;
import ru.micord.webbpm.ervu.business_metrics.db_beans.summonses_list.tables.SummonsesReason.SummonsesReasonPath;
@ -172,19 +171,7 @@ public class DownloadForPrint extends TableImpl<DownloadForPrintRecord> {
@Override
public List<ForeignKey<DownloadForPrintRecord, ?>> getReferences() {
return Arrays.asList(Keys.DOWNLOAD_FOR_PRINT__FK_CONV_INFO_RECORDS_FROM_EASU_RECRUITMENT_ID, Keys.DOWNLOAD_FOR_PRINT__FK_SUMMONSES_REASON_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.DOWNLOAD_FOR_PRINT__FK_CONV_INFO_RECORDS_FROM_EASU_RECRUITMENT_ID, null);
return _recruitment;
return Arrays.asList(Keys.DOWNLOAD_FOR_PRINT__FK_SUMMONSES_REASON_ID);
}
private transient SummonsesReasonPath _summonsesReason;

View file

@ -32,7 +32,6 @@ import org.jooq.impl.DSL;
import org.jooq.impl.SQLDataType;
import org.jooq.impl.TableImpl;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables.Recruitment.RecruitmentPath;
import ru.micord.webbpm.ervu.business_metrics.db_beans.summonses_list.Keys;
import ru.micord.webbpm.ervu.business_metrics.db_beans.summonses_list.SummonsesList;
import ru.micord.webbpm.ervu.business_metrics.db_beans.summonses_list.tables.SummonsesReason.SummonsesReasonPath;
@ -211,19 +210,7 @@ public class FormedSummonses extends TableImpl<FormedSummonsesRecord> {
@Override
public List<ForeignKey<FormedSummonsesRecord, ?>> getReferences() {
return Arrays.asList(Keys.FORMED_SUMMONSES__FK_CRIMINAL_ADMINISTRATIVE_LIABILITY_RECRUITMENT_ID, Keys.FORMED_SUMMONSES__FK_SUMMONSES_REASON_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.FORMED_SUMMONSES__FK_CRIMINAL_ADMINISTRATIVE_LIABILITY_RECRUITMENT_ID, null);
return _recruitment;
return Arrays.asList(Keys.FORMED_SUMMONSES__FK_SUMMONSES_REASON_ID);
}
private transient SummonsesReasonPath _summonsesReason;

View file

@ -32,7 +32,6 @@ import org.jooq.impl.DSL;
import org.jooq.impl.SQLDataType;
import org.jooq.impl.TableImpl;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables.Recruitment.RecruitmentPath;
import ru.micord.webbpm.ervu.business_metrics.db_beans.summonses_list.Keys;
import ru.micord.webbpm.ervu.business_metrics.db_beans.summonses_list.SummonsesList;
import ru.micord.webbpm.ervu.business_metrics.db_beans.summonses_list.tables.SummonsesReason.SummonsesReasonPath;
@ -191,19 +190,7 @@ public class ImpositionTmpMeasures extends TableImpl<ImpositionTmpMeasuresRecord
@Override
public List<ForeignKey<ImpositionTmpMeasuresRecord, ?>> getReferences() {
return Arrays.asList(Keys.IMPOSITION_TMP_MEASURES__FK_CRIMINAL_ADMINISTRATIVE_LIABILITY_RECRUITMENT_ID, Keys.IMPOSITION_TMP_MEASURES__FK_SUMMONSES_REASON_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.IMPOSITION_TMP_MEASURES__FK_CRIMINAL_ADMINISTRATIVE_LIABILITY_RECRUITMENT_ID, null);
return _recruitment;
return Arrays.asList(Keys.IMPOSITION_TMP_MEASURES__FK_SUMMONSES_REASON_ID);
}
private transient SummonsesReasonPath _summonsesReason;

View file

@ -32,7 +32,6 @@ import org.jooq.impl.DSL;
import org.jooq.impl.SQLDataType;
import org.jooq.impl.TableImpl;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables.Recruitment.RecruitmentPath;
import ru.micord.webbpm.ervu.business_metrics.db_beans.summonses_list.Keys;
import ru.micord.webbpm.ervu.business_metrics.db_beans.summonses_list.SummonsesList;
import ru.micord.webbpm.ervu.business_metrics.db_beans.summonses_list.tables.SummonsesReason.SummonsesReasonPath;
@ -221,19 +220,7 @@ public class InfoSentToLkEpgu extends TableImpl<InfoSentToLkEpguRecord> {
@Override
public List<ForeignKey<InfoSentToLkEpguRecord, ?>> getReferences() {
return Arrays.asList(Keys.INFO_SENT_TO_LK_EPGU__FK_CONV_INFO_RECORDS_FROM_EASU_RECRUITMENT_ID, Keys.INFO_SENT_TO_LK_EPGU__FK_SUMMONSES_REASON_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.INFO_SENT_TO_LK_EPGU__FK_CONV_INFO_RECORDS_FROM_EASU_RECRUITMENT_ID, null);
return _recruitment;
return Arrays.asList(Keys.INFO_SENT_TO_LK_EPGU__FK_SUMMONSES_REASON_ID);
}
private transient SummonsesReasonPath _summonsesReason;

View file

@ -32,7 +32,6 @@ import org.jooq.impl.DSL;
import org.jooq.impl.SQLDataType;
import org.jooq.impl.TableImpl;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables.Recruitment.RecruitmentPath;
import ru.micord.webbpm.ervu.business_metrics.db_beans.summonses_list.Keys;
import ru.micord.webbpm.ervu.business_metrics.db_beans.summonses_list.SummonsesList;
import ru.micord.webbpm.ervu.business_metrics.db_beans.summonses_list.tables.SummonsesReason.SummonsesReasonPath;
@ -201,19 +200,7 @@ public class RecruitOfficeVisit extends TableImpl<RecruitOfficeVisitRecord> {
@Override
public List<ForeignKey<RecruitOfficeVisitRecord, ?>> getReferences() {
return Arrays.asList(Keys.RECRUIT_OFFICE_VISIT__FK_CRIMINAL_ADMINISTRATIVE_LIABILITY_RECRUITMENT_ID, Keys.RECRUIT_OFFICE_VISIT__FK_SUMMONSES_REASON_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.RECRUIT_OFFICE_VISIT__FK_CRIMINAL_ADMINISTRATIVE_LIABILITY_RECRUITMENT_ID, null);
return _recruitment;
return Arrays.asList(Keys.RECRUIT_OFFICE_VISIT__FK_SUMMONSES_REASON_ID);
}
private transient SummonsesReasonPath _summonsesReason;

View file

@ -32,7 +32,6 @@ import org.jooq.impl.DSL;
import org.jooq.impl.SQLDataType;
import org.jooq.impl.TableImpl;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables.Recruitment.RecruitmentPath;
import ru.micord.webbpm.ervu.business_metrics.db_beans.summonses_list.Keys;
import ru.micord.webbpm.ervu.business_metrics.db_beans.summonses_list.SummonsesList;
import ru.micord.webbpm.ervu.business_metrics.db_beans.summonses_list.tables.SummonsesReason.SummonsesReasonPath;
@ -192,19 +191,7 @@ public class RemoveTmpMeasures extends TableImpl<RemoveTmpMeasuresRecord> {
@Override
public List<ForeignKey<RemoveTmpMeasuresRecord, ?>> getReferences() {
return Arrays.asList(Keys.REMOVE_TMP_MEASURES__FK_CRIMINAL_ADMINISTRATIVE_LIABILITY_RECRUITMENT_ID, Keys.REMOVE_TMP_MEASURES__FK_SUMMONSES_REASON_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.REMOVE_TMP_MEASURES__FK_CRIMINAL_ADMINISTRATIVE_LIABILITY_RECRUITMENT_ID, null);
return _recruitment;
return Arrays.asList(Keys.REMOVE_TMP_MEASURES__FK_SUMMONSES_REASON_ID);
}
private transient SummonsesReasonPath _summonsesReason;

View file

@ -4,14 +4,11 @@
package ru.micord.webbpm.ervu.business_metrics.db_beans.summonses_list_subsystem;
import org.jooq.ForeignKey;
import org.jooq.TableField;
import org.jooq.UniqueKey;
import org.jooq.impl.DSL;
import org.jooq.impl.Internal;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables.Recruitment;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables.records.RecruitmentRecord;
import ru.micord.webbpm.ervu.business_metrics.db_beans.summonses_list_subsystem.tables.PersonalAccounts;
import ru.micord.webbpm.ervu.business_metrics.db_beans.summonses_list_subsystem.tables.RequestsDirectToPersAcc;
import ru.micord.webbpm.ervu.business_metrics.db_beans.summonses_list_subsystem.tables.SummonsesDirectToPersAcc;
@ -37,13 +34,4 @@ public class Keys {
public static final UniqueKey<RequestsDirectToPersAccRecord> REQUESTS_DIRECT_TO_PERS_ACC_PKEY = Internal.createUniqueKey(RequestsDirectToPersAcc.REQUESTS_DIRECT_TO_PERS_ACC, DSL.name("requests_direct_to_pers_acc_pkey"), new TableField[] { RequestsDirectToPersAcc.REQUESTS_DIRECT_TO_PERS_ACC.REQUESTS_DIRECT_TO_PERS_ACC_ID }, true);
public static final UniqueKey<SummonsesDirectToPersAccRecord> SUMMONSES_DIRECT_TO_PERS_ACC_PKEY = Internal.createUniqueKey(SummonsesDirectToPersAcc.SUMMONSES_DIRECT_TO_PERS_ACC, DSL.name("summonses_direct_to_pers_acc_pkey"), new TableField[] { SummonsesDirectToPersAcc.SUMMONSES_DIRECT_TO_PERS_ACC.SUMMONSES_DIRECT_TO_PERS_ACC_ID }, true);
public static final UniqueKey<SummonsesListRecord> SUMMONSES_LIST_PKEY = Internal.createUniqueKey(SummonsesList.SUMMONSES_LIST, DSL.name("summonses_list_pkey"), new TableField[] { SummonsesList.SUMMONSES_LIST.SUMMONSES_LIST_ID }, true);
// -------------------------------------------------------------------------
// FOREIGN KEY definitions
// -------------------------------------------------------------------------
public static final ForeignKey<PersonalAccountsRecord, RecruitmentRecord> PERSONAL_ACCOUNTS__FK_CRIMINAL_ADMINISTRATIVE_LIABILITY_RECRUITMENT_ID = Internal.createForeignKey(PersonalAccounts.PERSONAL_ACCOUNTS, DSL.name("fk_criminal_administrative_liability_recruitment_id"), new TableField[] { PersonalAccounts.PERSONAL_ACCOUNTS.RECRUITMENT_ID }, ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.Keys.RECRUITMENT_PKEY, new TableField[] { Recruitment.RECRUITMENT.ID }, true);
public static final ForeignKey<RequestsDirectToPersAccRecord, RecruitmentRecord> REQUESTS_DIRECT_TO_PERS_ACC__FK_CRIMINAL_ADMINISTRATIVE_LIABILITY_RECRUITMENT_ID = Internal.createForeignKey(RequestsDirectToPersAcc.REQUESTS_DIRECT_TO_PERS_ACC, DSL.name("fk_criminal_administrative_liability_recruitment_id"), new TableField[] { RequestsDirectToPersAcc.REQUESTS_DIRECT_TO_PERS_ACC.RECRUITMENT_ID }, ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.Keys.RECRUITMENT_PKEY, new TableField[] { Recruitment.RECRUITMENT.ID }, true);
public static final ForeignKey<SummonsesDirectToPersAccRecord, RecruitmentRecord> SUMMONSES_DIRECT_TO_PERS_ACC__FK_CRIMINAL_ADMINISTRATIVE_LIABILITY_RECRUITMENT_ID = Internal.createForeignKey(SummonsesDirectToPersAcc.SUMMONSES_DIRECT_TO_PERS_ACC, DSL.name("fk_criminal_administrative_liability_recruitment_id"), new TableField[] { SummonsesDirectToPersAcc.SUMMONSES_DIRECT_TO_PERS_ACC.RECRUITMENT_ID }, ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.Keys.RECRUITMENT_PKEY, new TableField[] { Recruitment.RECRUITMENT.ID }, true);
public static final ForeignKey<SummonsesListRecord, RecruitmentRecord> SUMMONSES_LIST__FK_CRIMINAL_ADMINISTRATIVE_LIABILITY_RECRUITMENT_ID = Internal.createForeignKey(SummonsesList.SUMMONSES_LIST, DSL.name("fk_criminal_administrative_liability_recruitment_id"), new TableField[] { SummonsesList.SUMMONSES_LIST.RECRUITMENT_ID }, ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.Keys.RECRUITMENT_PKEY, new TableField[] { Recruitment.RECRUITMENT.ID }, true);
}

View file

@ -6,20 +6,14 @@ package ru.micord.webbpm.ervu.business_metrics.db_beans.summonses_list_subsystem
import java.sql.Date;
import java.sql.Timestamp;
import java.util.Arrays;
import java.util.Collection;
import java.util.List;
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;
@ -32,7 +26,6 @@ import org.jooq.impl.DSL;
import org.jooq.impl.SQLDataType;
import org.jooq.impl.TableImpl;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables.Recruitment.RecruitmentPath;
import ru.micord.webbpm.ervu.business_metrics.db_beans.summonses_list_subsystem.Keys;
import ru.micord.webbpm.ervu.business_metrics.db_beans.summonses_list_subsystem.SummonsesListSubsystem;
import ru.micord.webbpm.ervu.business_metrics.db_beans.summonses_list_subsystem.tables.records.PersonalAccountsRecord;
@ -123,37 +116,6 @@ public class PersonalAccounts extends TableImpl<PersonalAccountsRecord> {
this(DSL.name("personal_accounts"), null);
}
public <O extends Record> PersonalAccounts(Table<O> path, ForeignKey<O, PersonalAccountsRecord> childPath, InverseForeignKey<O, PersonalAccountsRecord> parentPath) {
super(path, childPath, parentPath, PERSONAL_ACCOUNTS);
}
/**
* A subtype implementing {@link Path} for simplified path-based joins.
*/
public static class PersonalAccountsPath extends PersonalAccounts implements Path<PersonalAccountsRecord> {
public <O extends Record> PersonalAccountsPath(Table<O> path, ForeignKey<O, PersonalAccountsRecord> childPath, InverseForeignKey<O, PersonalAccountsRecord> parentPath) {
super(path, childPath, parentPath);
}
private PersonalAccountsPath(Name alias, Table<PersonalAccountsRecord> aliased) {
super(alias, aliased);
}
@Override
public PersonalAccountsPath as(String alias) {
return new PersonalAccountsPath(DSL.name(alias), this);
}
@Override
public PersonalAccountsPath as(Name alias) {
return new PersonalAccountsPath(alias, this);
}
@Override
public PersonalAccountsPath as(Table<?> alias) {
return new PersonalAccountsPath(alias.getQualifiedName(), this);
}
}
@Override
public Schema getSchema() {
return aliased() ? null : SummonsesListSubsystem.SUMMONSES_LIST_SUBSYSTEM;
@ -169,23 +131,6 @@ public class PersonalAccounts extends TableImpl<PersonalAccountsRecord> {
return Keys.PERSONAL_ACCOUNTS_PKEY;
}
@Override
public List<ForeignKey<PersonalAccountsRecord, ?>> getReferences() {
return Arrays.asList(Keys.PERSONAL_ACCOUNTS__FK_CRIMINAL_ADMINISTRATIVE_LIABILITY_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.PERSONAL_ACCOUNTS__FK_CRIMINAL_ADMINISTRATIVE_LIABILITY_RECRUITMENT_ID, null);
return _recruitment;
}
@Override
public PersonalAccounts as(String alias) {
return new PersonalAccounts(DSL.name(alias), this);

View file

@ -6,20 +6,14 @@ package ru.micord.webbpm.ervu.business_metrics.db_beans.summonses_list_subsystem
import java.sql.Date;
import java.sql.Timestamp;
import java.util.Arrays;
import java.util.Collection;
import java.util.List;
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;
@ -32,7 +26,6 @@ import org.jooq.impl.DSL;
import org.jooq.impl.SQLDataType;
import org.jooq.impl.TableImpl;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables.Recruitment.RecruitmentPath;
import ru.micord.webbpm.ervu.business_metrics.db_beans.summonses_list_subsystem.Keys;
import ru.micord.webbpm.ervu.business_metrics.db_beans.summonses_list_subsystem.SummonsesListSubsystem;
import ru.micord.webbpm.ervu.business_metrics.db_beans.summonses_list_subsystem.tables.records.RequestsDirectToPersAccRecord;
@ -147,37 +140,6 @@ public class RequestsDirectToPersAcc extends TableImpl<RequestsDirectToPersAccRe
this(DSL.name("requests_direct_to_pers_acc"), null);
}
public <O extends Record> RequestsDirectToPersAcc(Table<O> path, ForeignKey<O, RequestsDirectToPersAccRecord> childPath, InverseForeignKey<O, RequestsDirectToPersAccRecord> parentPath) {
super(path, childPath, parentPath, REQUESTS_DIRECT_TO_PERS_ACC);
}
/**
* A subtype implementing {@link Path} for simplified path-based joins.
*/
public static class RequestsDirectToPersAccPath extends RequestsDirectToPersAcc implements Path<RequestsDirectToPersAccRecord> {
public <O extends Record> RequestsDirectToPersAccPath(Table<O> path, ForeignKey<O, RequestsDirectToPersAccRecord> childPath, InverseForeignKey<O, RequestsDirectToPersAccRecord> parentPath) {
super(path, childPath, parentPath);
}
private RequestsDirectToPersAccPath(Name alias, Table<RequestsDirectToPersAccRecord> aliased) {
super(alias, aliased);
}
@Override
public RequestsDirectToPersAccPath as(String alias) {
return new RequestsDirectToPersAccPath(DSL.name(alias), this);
}
@Override
public RequestsDirectToPersAccPath as(Name alias) {
return new RequestsDirectToPersAccPath(alias, this);
}
@Override
public RequestsDirectToPersAccPath as(Table<?> alias) {
return new RequestsDirectToPersAccPath(alias.getQualifiedName(), this);
}
}
@Override
public Schema getSchema() {
return aliased() ? null : SummonsesListSubsystem.SUMMONSES_LIST_SUBSYSTEM;
@ -193,23 +155,6 @@ public class RequestsDirectToPersAcc extends TableImpl<RequestsDirectToPersAccRe
return Keys.REQUESTS_DIRECT_TO_PERS_ACC_PKEY;
}
@Override
public List<ForeignKey<RequestsDirectToPersAccRecord, ?>> getReferences() {
return Arrays.asList(Keys.REQUESTS_DIRECT_TO_PERS_ACC__FK_CRIMINAL_ADMINISTRATIVE_LIABILITY_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.REQUESTS_DIRECT_TO_PERS_ACC__FK_CRIMINAL_ADMINISTRATIVE_LIABILITY_RECRUITMENT_ID, null);
return _recruitment;
}
@Override
public RequestsDirectToPersAcc as(String alias) {
return new RequestsDirectToPersAcc(DSL.name(alias), this);

View file

@ -6,20 +6,14 @@ package ru.micord.webbpm.ervu.business_metrics.db_beans.summonses_list_subsystem
import java.sql.Date;
import java.sql.Timestamp;
import java.util.Arrays;
import java.util.Collection;
import java.util.List;
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;
@ -32,7 +26,6 @@ import org.jooq.impl.DSL;
import org.jooq.impl.SQLDataType;
import org.jooq.impl.TableImpl;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables.Recruitment.RecruitmentPath;
import ru.micord.webbpm.ervu.business_metrics.db_beans.summonses_list_subsystem.Keys;
import ru.micord.webbpm.ervu.business_metrics.db_beans.summonses_list_subsystem.SummonsesListSubsystem;
import ru.micord.webbpm.ervu.business_metrics.db_beans.summonses_list_subsystem.tables.records.SummonsesDirectToPersAccRecord;
@ -143,37 +136,6 @@ public class SummonsesDirectToPersAcc extends TableImpl<SummonsesDirectToPersAcc
this(DSL.name("summonses_direct_to_pers_acc"), null);
}
public <O extends Record> SummonsesDirectToPersAcc(Table<O> path, ForeignKey<O, SummonsesDirectToPersAccRecord> childPath, InverseForeignKey<O, SummonsesDirectToPersAccRecord> parentPath) {
super(path, childPath, parentPath, SUMMONSES_DIRECT_TO_PERS_ACC);
}
/**
* A subtype implementing {@link Path} for simplified path-based joins.
*/
public static class SummonsesDirectToPersAccPath extends SummonsesDirectToPersAcc implements Path<SummonsesDirectToPersAccRecord> {
public <O extends Record> SummonsesDirectToPersAccPath(Table<O> path, ForeignKey<O, SummonsesDirectToPersAccRecord> childPath, InverseForeignKey<O, SummonsesDirectToPersAccRecord> parentPath) {
super(path, childPath, parentPath);
}
private SummonsesDirectToPersAccPath(Name alias, Table<SummonsesDirectToPersAccRecord> aliased) {
super(alias, aliased);
}
@Override
public SummonsesDirectToPersAccPath as(String alias) {
return new SummonsesDirectToPersAccPath(DSL.name(alias), this);
}
@Override
public SummonsesDirectToPersAccPath as(Name alias) {
return new SummonsesDirectToPersAccPath(alias, this);
}
@Override
public SummonsesDirectToPersAccPath as(Table<?> alias) {
return new SummonsesDirectToPersAccPath(alias.getQualifiedName(), this);
}
}
@Override
public Schema getSchema() {
return aliased() ? null : SummonsesListSubsystem.SUMMONSES_LIST_SUBSYSTEM;
@ -189,23 +151,6 @@ public class SummonsesDirectToPersAcc extends TableImpl<SummonsesDirectToPersAcc
return Keys.SUMMONSES_DIRECT_TO_PERS_ACC_PKEY;
}
@Override
public List<ForeignKey<SummonsesDirectToPersAccRecord, ?>> getReferences() {
return Arrays.asList(Keys.SUMMONSES_DIRECT_TO_PERS_ACC__FK_CRIMINAL_ADMINISTRATIVE_LIABILITY_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.SUMMONSES_DIRECT_TO_PERS_ACC__FK_CRIMINAL_ADMINISTRATIVE_LIABILITY_RECRUITMENT_ID, null);
return _recruitment;
}
@Override
public SummonsesDirectToPersAcc as(String alias) {
return new SummonsesDirectToPersAcc(DSL.name(alias), this);

View file

@ -13,14 +13,10 @@ import java.util.List;
import org.jooq.Check;
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;
@ -34,7 +30,6 @@ import org.jooq.impl.Internal;
import org.jooq.impl.SQLDataType;
import org.jooq.impl.TableImpl;
import ru.micord.webbpm.ervu.business_metrics.db_beans.metrics.tables.Recruitment.RecruitmentPath;
import ru.micord.webbpm.ervu.business_metrics.db_beans.summonses_list_subsystem.Keys;
import ru.micord.webbpm.ervu.business_metrics.db_beans.summonses_list_subsystem.SummonsesListSubsystem;
import ru.micord.webbpm.ervu.business_metrics.db_beans.summonses_list_subsystem.tables.records.SummonsesListRecord;
@ -169,37 +164,6 @@ public class SummonsesList extends TableImpl<SummonsesListRecord> {
this(DSL.name("summonses_list"), null);
}
public <O extends Record> SummonsesList(Table<O> path, ForeignKey<O, SummonsesListRecord> childPath, InverseForeignKey<O, SummonsesListRecord> parentPath) {
super(path, childPath, parentPath, SUMMONSES_LIST);
}
/**
* A subtype implementing {@link Path} for simplified path-based joins.
*/
public static class SummonsesListPath extends SummonsesList implements Path<SummonsesListRecord> {
public <O extends Record> SummonsesListPath(Table<O> path, ForeignKey<O, SummonsesListRecord> childPath, InverseForeignKey<O, SummonsesListRecord> parentPath) {
super(path, childPath, parentPath);
}
private SummonsesListPath(Name alias, Table<SummonsesListRecord> aliased) {
super(alias, aliased);
}
@Override
public SummonsesListPath as(String alias) {
return new SummonsesListPath(DSL.name(alias), this);
}
@Override
public SummonsesListPath as(Name alias) {
return new SummonsesListPath(alias, this);
}
@Override
public SummonsesListPath as(Table<?> alias) {
return new SummonsesListPath(alias.getQualifiedName(), this);
}
}
@Override
public Schema getSchema() {
return aliased() ? null : SummonsesListSubsystem.SUMMONSES_LIST_SUBSYSTEM;
@ -215,23 +179,6 @@ public class SummonsesList extends TableImpl<SummonsesListRecord> {
return Keys.SUMMONSES_LIST_PKEY;
}
@Override
public List<ForeignKey<SummonsesListRecord, ?>> getReferences() {
return Arrays.asList(Keys.SUMMONSES_LIST__FK_CRIMINAL_ADMINISTRATIVE_LIABILITY_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.SUMMONSES_LIST__FK_CRIMINAL_ADMINISTRATIVE_LIABILITY_RECRUITMENT_ID, null);
return _recruitment;
}
@Override
public List<Check<SummonsesListRecord>> getChecks() {
return Arrays.asList(

Some files were not shown because too many files have changed in this diff Show more