parent
24063724d9
commit
d362abf423
12
pom.xml
12
pom.xml
|
|
@ -11,7 +11,7 @@
|
|||
<parent>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-parent</artifactId>
|
||||
<version>3.3.3</version>
|
||||
<version>3.1.12</version>
|
||||
</parent>
|
||||
<properties>
|
||||
<java.version>21</java.version>
|
||||
|
|
@ -323,16 +323,6 @@
|
|||
<plugin>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-maven-plugin</artifactId>
|
||||
<executions>
|
||||
<execution>
|
||||
<goals>
|
||||
<goal>repackage</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<loaderImplementation>CLASSIC</loaderImplementation>
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
|
||||
<!-- 读取项目yaml文件,编译打包的时候赋值给pom文件,很久没有维护,希望找到代替 -->
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ import org.jooq.impl.CatalogImpl;
|
|||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
|
||||
public class DefaultCatalog extends CatalogImpl {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
|
@ -45,10 +45,10 @@ public class DefaultCatalog extends CatalogImpl {
|
|||
}
|
||||
|
||||
/**
|
||||
* A reference to the 3.19 minor release of the code generator. If this
|
||||
* A reference to the 3.18 minor release of the code generator. If this
|
||||
* doesn't compile, it's because the runtime library uses an older minor
|
||||
* release, namely: 3.19. You can turn off the generation of this reference
|
||||
* release, namely: 3.18. You can turn off the generation of this reference
|
||||
* by specifying /configuration/generator/generate/jooqVersionReference
|
||||
*/
|
||||
private static final String REQUIRE_RUNTIME_JOOQ_VERSION = Constants.VERSION_3_19;
|
||||
private static final String REQUIRE_RUNTIME_JOOQ_VERSION = Constants.VERSION_3_18;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ import org.jooq.impl.Internal;
|
|||
/**
|
||||
* A class modelling foreign key relationships and constraints of tables in yx.
|
||||
*/
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
|
||||
public class Keys {
|
||||
|
||||
// -------------------------------------------------------------------------
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ import jj.tech.paolu.repository.jooq.tables.SysUrls;
|
|||
/**
|
||||
* Convenience access to all tables in yx.
|
||||
*/
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
|
||||
public class Tables {
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ import org.jooq.impl.SchemaImpl;
|
|||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
|
||||
public class Yx extends SchemaImpl {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
|
|
|||
|
|
@ -5,22 +5,22 @@ package jj.tech.paolu.repository.jooq.tables;
|
|||
|
||||
|
||||
import java.util.Arrays;
|
||||
import java.util.Collection;
|
||||
import java.util.List;
|
||||
import java.util.function.Function;
|
||||
|
||||
import jj.tech.paolu.repository.jooq.Keys;
|
||||
import jj.tech.paolu.repository.jooq.Yx;
|
||||
import jj.tech.paolu.repository.jooq.tables.records.SysAdminRecord;
|
||||
|
||||
import org.jooq.Condition;
|
||||
import org.jooq.Field;
|
||||
import org.jooq.ForeignKey;
|
||||
import org.jooq.Function7;
|
||||
import org.jooq.Name;
|
||||
import org.jooq.PlainSQL;
|
||||
import org.jooq.QueryPart;
|
||||
import org.jooq.SQL;
|
||||
import org.jooq.Record;
|
||||
import org.jooq.Records;
|
||||
import org.jooq.Row7;
|
||||
import org.jooq.Schema;
|
||||
import org.jooq.Select;
|
||||
import org.jooq.Stringly;
|
||||
import org.jooq.SelectField;
|
||||
import org.jooq.Table;
|
||||
import org.jooq.TableField;
|
||||
import org.jooq.TableOptions;
|
||||
|
|
@ -33,7 +33,7 @@ import org.jooq.impl.TableImpl;
|
|||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
|
||||
public class SysAdmin extends TableImpl<SysAdminRecord> {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
|
@ -87,11 +87,11 @@ public class SysAdmin extends TableImpl<SysAdminRecord> {
|
|||
public final TableField<SysAdminRecord, Integer> ISLOCK = createField(DSL.name("islock"), SQLDataType.INTEGER.defaultValue(DSL.field(DSL.raw("0"), SQLDataType.INTEGER)), this, "0正常,1锁定");
|
||||
|
||||
private SysAdmin(Name alias, Table<SysAdminRecord> aliased) {
|
||||
this(alias, aliased, (Field<?>[]) null, null);
|
||||
this(alias, aliased, null);
|
||||
}
|
||||
|
||||
private SysAdmin(Name alias, Table<SysAdminRecord> aliased, Field<?>[] parameters, Condition where) {
|
||||
super(alias, null, aliased, parameters, DSL.comment(""), TableOptions.table(), where);
|
||||
private SysAdmin(Name alias, Table<SysAdminRecord> aliased, Field<?>[] parameters) {
|
||||
super(alias, null, aliased, parameters, DSL.comment(""), TableOptions.table());
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
@ -115,6 +115,10 @@ public class SysAdmin extends TableImpl<SysAdminRecord> {
|
|||
this(DSL.name("sys_admin"), null);
|
||||
}
|
||||
|
||||
public <O extends Record> SysAdmin(Table<O> child, ForeignKey<O, SysAdminRecord> key) {
|
||||
super(child, key, SYS_ADMIN);
|
||||
}
|
||||
|
||||
@Override
|
||||
public Schema getSchema() {
|
||||
return aliased() ? null : Yx.YX;
|
||||
|
|
@ -169,87 +173,27 @@ public class SysAdmin extends TableImpl<SysAdminRecord> {
|
|||
return new SysAdmin(name.getQualifiedName(), null);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
// -------------------------------------------------------------------------
|
||||
// Row7 type methods
|
||||
// -------------------------------------------------------------------------
|
||||
|
||||
@Override
|
||||
public SysAdmin where(Condition condition) {
|
||||
return new SysAdmin(getQualifiedName(), aliased() ? this : null, null, condition);
|
||||
public Row7<String, String, Integer, String, String, String, Integer> fieldsRow() {
|
||||
return (Row7) super.fieldsRow();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
* Convenience mapping calling {@link SelectField#convertFrom(Function)}.
|
||||
*/
|
||||
@Override
|
||||
public SysAdmin where(Collection<? extends Condition> conditions) {
|
||||
return where(DSL.and(conditions));
|
||||
public <U> SelectField<U> mapping(Function7<? super String, ? super String, ? super Integer, ? super String, ? super String, ? super String, ? super Integer, ? extends U> from) {
|
||||
return convertFrom(Records.mapping(from));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
* Convenience mapping calling {@link SelectField#convertFrom(Class,
|
||||
* Function)}.
|
||||
*/
|
||||
@Override
|
||||
public SysAdmin where(Condition... conditions) {
|
||||
return where(DSL.and(conditions));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
public SysAdmin where(Field<Boolean> condition) {
|
||||
return where(DSL.condition(condition));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
@PlainSQL
|
||||
public SysAdmin where(SQL condition) {
|
||||
return where(DSL.condition(condition));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
@PlainSQL
|
||||
public SysAdmin where(@Stringly.SQL String condition) {
|
||||
return where(DSL.condition(condition));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
@PlainSQL
|
||||
public SysAdmin where(@Stringly.SQL String condition, Object... binds) {
|
||||
return where(DSL.condition(condition, binds));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
@PlainSQL
|
||||
public SysAdmin where(@Stringly.SQL String condition, QueryPart... parts) {
|
||||
return where(DSL.condition(condition, parts));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
public SysAdmin whereExists(Select<?> select) {
|
||||
return where(DSL.exists(select));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
public SysAdmin whereNotExists(Select<?> select) {
|
||||
return where(DSL.notExists(select));
|
||||
public <U> SelectField<U> mapping(Class<U> toType, Function7<? super String, ? super String, ? super Integer, ? super String, ? super String, ? super String, ? super Integer, ? extends U> from) {
|
||||
return convertFrom(toType, Records.mapping(from));
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,22 +5,22 @@ package jj.tech.paolu.repository.jooq.tables;
|
|||
|
||||
|
||||
import java.util.Arrays;
|
||||
import java.util.Collection;
|
||||
import java.util.List;
|
||||
import java.util.function.Function;
|
||||
|
||||
import jj.tech.paolu.repository.jooq.Keys;
|
||||
import jj.tech.paolu.repository.jooq.Yx;
|
||||
import jj.tech.paolu.repository.jooq.tables.records.SysAdminMenuRecord;
|
||||
|
||||
import org.jooq.Condition;
|
||||
import org.jooq.Field;
|
||||
import org.jooq.ForeignKey;
|
||||
import org.jooq.Function3;
|
||||
import org.jooq.Name;
|
||||
import org.jooq.PlainSQL;
|
||||
import org.jooq.QueryPart;
|
||||
import org.jooq.SQL;
|
||||
import org.jooq.Record;
|
||||
import org.jooq.Records;
|
||||
import org.jooq.Row3;
|
||||
import org.jooq.Schema;
|
||||
import org.jooq.Select;
|
||||
import org.jooq.Stringly;
|
||||
import org.jooq.SelectField;
|
||||
import org.jooq.Table;
|
||||
import org.jooq.TableField;
|
||||
import org.jooq.TableOptions;
|
||||
|
|
@ -33,7 +33,7 @@ import org.jooq.impl.TableImpl;
|
|||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
|
||||
public class SysAdminMenu extends TableImpl<SysAdminMenuRecord> {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
|
@ -67,11 +67,11 @@ public class SysAdminMenu extends TableImpl<SysAdminMenuRecord> {
|
|||
public final TableField<SysAdminMenuRecord, String> MEMUID = createField(DSL.name("memuid"), SQLDataType.VARCHAR(20).nullable(false), this, "");
|
||||
|
||||
private SysAdminMenu(Name alias, Table<SysAdminMenuRecord> aliased) {
|
||||
this(alias, aliased, (Field<?>[]) null, null);
|
||||
this(alias, aliased, null);
|
||||
}
|
||||
|
||||
private SysAdminMenu(Name alias, Table<SysAdminMenuRecord> aliased, Field<?>[] parameters, Condition where) {
|
||||
super(alias, null, aliased, parameters, DSL.comment(""), TableOptions.table(), where);
|
||||
private SysAdminMenu(Name alias, Table<SysAdminMenuRecord> aliased, Field<?>[] parameters) {
|
||||
super(alias, null, aliased, parameters, DSL.comment(""), TableOptions.table());
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
@ -95,6 +95,10 @@ public class SysAdminMenu extends TableImpl<SysAdminMenuRecord> {
|
|||
this(DSL.name("sys_admin_menu"), null);
|
||||
}
|
||||
|
||||
public <O extends Record> SysAdminMenu(Table<O> child, ForeignKey<O, SysAdminMenuRecord> key) {
|
||||
super(child, key, SYS_ADMIN_MENU);
|
||||
}
|
||||
|
||||
@Override
|
||||
public Schema getSchema() {
|
||||
return aliased() ? null : Yx.YX;
|
||||
|
|
@ -149,87 +153,27 @@ public class SysAdminMenu extends TableImpl<SysAdminMenuRecord> {
|
|||
return new SysAdminMenu(name.getQualifiedName(), null);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
// -------------------------------------------------------------------------
|
||||
// Row3 type methods
|
||||
// -------------------------------------------------------------------------
|
||||
|
||||
@Override
|
||||
public SysAdminMenu where(Condition condition) {
|
||||
return new SysAdminMenu(getQualifiedName(), aliased() ? this : null, null, condition);
|
||||
public Row3<String, String, String> fieldsRow() {
|
||||
return (Row3) super.fieldsRow();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
* Convenience mapping calling {@link SelectField#convertFrom(Function)}.
|
||||
*/
|
||||
@Override
|
||||
public SysAdminMenu where(Collection<? extends Condition> conditions) {
|
||||
return where(DSL.and(conditions));
|
||||
public <U> SelectField<U> mapping(Function3<? super String, ? super String, ? super String, ? extends U> from) {
|
||||
return convertFrom(Records.mapping(from));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
* Convenience mapping calling {@link SelectField#convertFrom(Class,
|
||||
* Function)}.
|
||||
*/
|
||||
@Override
|
||||
public SysAdminMenu where(Condition... conditions) {
|
||||
return where(DSL.and(conditions));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
public SysAdminMenu where(Field<Boolean> condition) {
|
||||
return where(DSL.condition(condition));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
@PlainSQL
|
||||
public SysAdminMenu where(SQL condition) {
|
||||
return where(DSL.condition(condition));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
@PlainSQL
|
||||
public SysAdminMenu where(@Stringly.SQL String condition) {
|
||||
return where(DSL.condition(condition));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
@PlainSQL
|
||||
public SysAdminMenu where(@Stringly.SQL String condition, Object... binds) {
|
||||
return where(DSL.condition(condition, binds));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
@PlainSQL
|
||||
public SysAdminMenu where(@Stringly.SQL String condition, QueryPart... parts) {
|
||||
return where(DSL.condition(condition, parts));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
public SysAdminMenu whereExists(Select<?> select) {
|
||||
return where(DSL.exists(select));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
public SysAdminMenu whereNotExists(Select<?> select) {
|
||||
return where(DSL.notExists(select));
|
||||
public <U> SelectField<U> mapping(Class<U> toType, Function3<? super String, ? super String, ? super String, ? extends U> from) {
|
||||
return convertFrom(toType, Records.mapping(from));
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,21 +4,21 @@
|
|||
package jj.tech.paolu.repository.jooq.tables;
|
||||
|
||||
|
||||
import java.util.Collection;
|
||||
import java.util.function.Function;
|
||||
|
||||
import jj.tech.paolu.repository.jooq.Keys;
|
||||
import jj.tech.paolu.repository.jooq.Yx;
|
||||
import jj.tech.paolu.repository.jooq.tables.records.SysAdminRoleRecord;
|
||||
|
||||
import org.jooq.Condition;
|
||||
import org.jooq.Field;
|
||||
import org.jooq.ForeignKey;
|
||||
import org.jooq.Function3;
|
||||
import org.jooq.Name;
|
||||
import org.jooq.PlainSQL;
|
||||
import org.jooq.QueryPart;
|
||||
import org.jooq.SQL;
|
||||
import org.jooq.Record;
|
||||
import org.jooq.Records;
|
||||
import org.jooq.Row3;
|
||||
import org.jooq.Schema;
|
||||
import org.jooq.Select;
|
||||
import org.jooq.Stringly;
|
||||
import org.jooq.SelectField;
|
||||
import org.jooq.Table;
|
||||
import org.jooq.TableField;
|
||||
import org.jooq.TableOptions;
|
||||
|
|
@ -31,7 +31,7 @@ import org.jooq.impl.TableImpl;
|
|||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
|
||||
public class SysAdminRole extends TableImpl<SysAdminRoleRecord> {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
|
@ -65,11 +65,11 @@ public class SysAdminRole extends TableImpl<SysAdminRoleRecord> {
|
|||
public final TableField<SysAdminRoleRecord, Integer> ROLE_ID = createField(DSL.name("role_id"), SQLDataType.INTEGER.nullable(false), this, "");
|
||||
|
||||
private SysAdminRole(Name alias, Table<SysAdminRoleRecord> aliased) {
|
||||
this(alias, aliased, (Field<?>[]) null, null);
|
||||
this(alias, aliased, null);
|
||||
}
|
||||
|
||||
private SysAdminRole(Name alias, Table<SysAdminRoleRecord> aliased, Field<?>[] parameters, Condition where) {
|
||||
super(alias, null, aliased, parameters, DSL.comment(""), TableOptions.table(), where);
|
||||
private SysAdminRole(Name alias, Table<SysAdminRoleRecord> aliased, Field<?>[] parameters) {
|
||||
super(alias, null, aliased, parameters, DSL.comment(""), TableOptions.table());
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
@ -93,6 +93,10 @@ public class SysAdminRole extends TableImpl<SysAdminRoleRecord> {
|
|||
this(DSL.name("sys_admin_role"), null);
|
||||
}
|
||||
|
||||
public <O extends Record> SysAdminRole(Table<O> child, ForeignKey<O, SysAdminRoleRecord> key) {
|
||||
super(child, key, SYS_ADMIN_ROLE);
|
||||
}
|
||||
|
||||
@Override
|
||||
public Schema getSchema() {
|
||||
return aliased() ? null : Yx.YX;
|
||||
|
|
@ -142,87 +146,27 @@ public class SysAdminRole extends TableImpl<SysAdminRoleRecord> {
|
|||
return new SysAdminRole(name.getQualifiedName(), null);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
// -------------------------------------------------------------------------
|
||||
// Row3 type methods
|
||||
// -------------------------------------------------------------------------
|
||||
|
||||
@Override
|
||||
public SysAdminRole where(Condition condition) {
|
||||
return new SysAdminRole(getQualifiedName(), aliased() ? this : null, null, condition);
|
||||
public Row3<String, String, Integer> fieldsRow() {
|
||||
return (Row3) super.fieldsRow();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
* Convenience mapping calling {@link SelectField#convertFrom(Function)}.
|
||||
*/
|
||||
@Override
|
||||
public SysAdminRole where(Collection<? extends Condition> conditions) {
|
||||
return where(DSL.and(conditions));
|
||||
public <U> SelectField<U> mapping(Function3<? super String, ? super String, ? super Integer, ? extends U> from) {
|
||||
return convertFrom(Records.mapping(from));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
* Convenience mapping calling {@link SelectField#convertFrom(Class,
|
||||
* Function)}.
|
||||
*/
|
||||
@Override
|
||||
public SysAdminRole where(Condition... conditions) {
|
||||
return where(DSL.and(conditions));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
public SysAdminRole where(Field<Boolean> condition) {
|
||||
return where(DSL.condition(condition));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
@PlainSQL
|
||||
public SysAdminRole where(SQL condition) {
|
||||
return where(DSL.condition(condition));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
@PlainSQL
|
||||
public SysAdminRole where(@Stringly.SQL String condition) {
|
||||
return where(DSL.condition(condition));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
@PlainSQL
|
||||
public SysAdminRole where(@Stringly.SQL String condition, Object... binds) {
|
||||
return where(DSL.condition(condition, binds));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
@PlainSQL
|
||||
public SysAdminRole where(@Stringly.SQL String condition, QueryPart... parts) {
|
||||
return where(DSL.condition(condition, parts));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
public SysAdminRole whereExists(Select<?> select) {
|
||||
return where(DSL.exists(select));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
public SysAdminRole whereNotExists(Select<?> select) {
|
||||
return where(DSL.notExists(select));
|
||||
public <U> SelectField<U> mapping(Class<U> toType, Function3<? super String, ? super String, ? super Integer, ? extends U> from) {
|
||||
return convertFrom(toType, Records.mapping(from));
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -6,22 +6,22 @@ package jj.tech.paolu.repository.jooq.tables;
|
|||
|
||||
import java.time.LocalDateTime;
|
||||
import java.util.Arrays;
|
||||
import java.util.Collection;
|
||||
import java.util.List;
|
||||
import java.util.function.Function;
|
||||
|
||||
import jj.tech.paolu.repository.jooq.Keys;
|
||||
import jj.tech.paolu.repository.jooq.Yx;
|
||||
import jj.tech.paolu.repository.jooq.tables.records.SysConfigRecord;
|
||||
|
||||
import org.jooq.Condition;
|
||||
import org.jooq.Field;
|
||||
import org.jooq.ForeignKey;
|
||||
import org.jooq.Function7;
|
||||
import org.jooq.Name;
|
||||
import org.jooq.PlainSQL;
|
||||
import org.jooq.QueryPart;
|
||||
import org.jooq.SQL;
|
||||
import org.jooq.Record;
|
||||
import org.jooq.Records;
|
||||
import org.jooq.Row7;
|
||||
import org.jooq.Schema;
|
||||
import org.jooq.Select;
|
||||
import org.jooq.Stringly;
|
||||
import org.jooq.SelectField;
|
||||
import org.jooq.Table;
|
||||
import org.jooq.TableField;
|
||||
import org.jooq.TableOptions;
|
||||
|
|
@ -34,7 +34,7 @@ import org.jooq.impl.TableImpl;
|
|||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
|
||||
public class SysConfig extends TableImpl<SysConfigRecord> {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
|
@ -88,11 +88,11 @@ public class SysConfig extends TableImpl<SysConfigRecord> {
|
|||
public final TableField<SysConfigRecord, LocalDateTime> EDITTIME = createField(DSL.name("edittime"), SQLDataType.LOCALDATETIME(0).defaultValue(DSL.field(DSL.raw("current_timestamp()"), SQLDataType.LOCALDATETIME)), this, "最后编辑时间");
|
||||
|
||||
private SysConfig(Name alias, Table<SysConfigRecord> aliased) {
|
||||
this(alias, aliased, (Field<?>[]) null, null);
|
||||
this(alias, aliased, null);
|
||||
}
|
||||
|
||||
private SysConfig(Name alias, Table<SysConfigRecord> aliased, Field<?>[] parameters, Condition where) {
|
||||
super(alias, null, aliased, parameters, DSL.comment(""), TableOptions.table(), where);
|
||||
private SysConfig(Name alias, Table<SysConfigRecord> aliased, Field<?>[] parameters) {
|
||||
super(alias, null, aliased, parameters, DSL.comment(""), TableOptions.table());
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
@ -116,6 +116,10 @@ public class SysConfig extends TableImpl<SysConfigRecord> {
|
|||
this(DSL.name("sys_config"), null);
|
||||
}
|
||||
|
||||
public <O extends Record> SysConfig(Table<O> child, ForeignKey<O, SysConfigRecord> key) {
|
||||
super(child, key, SYS_CONFIG);
|
||||
}
|
||||
|
||||
@Override
|
||||
public Schema getSchema() {
|
||||
return aliased() ? null : Yx.YX;
|
||||
|
|
@ -170,87 +174,27 @@ public class SysConfig extends TableImpl<SysConfigRecord> {
|
|||
return new SysConfig(name.getQualifiedName(), null);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
// -------------------------------------------------------------------------
|
||||
// Row7 type methods
|
||||
// -------------------------------------------------------------------------
|
||||
|
||||
@Override
|
||||
public SysConfig where(Condition condition) {
|
||||
return new SysConfig(getQualifiedName(), aliased() ? this : null, null, condition);
|
||||
public Row7<String, String, String, String, String, String, LocalDateTime> fieldsRow() {
|
||||
return (Row7) super.fieldsRow();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
* Convenience mapping calling {@link SelectField#convertFrom(Function)}.
|
||||
*/
|
||||
@Override
|
||||
public SysConfig where(Collection<? extends Condition> conditions) {
|
||||
return where(DSL.and(conditions));
|
||||
public <U> SelectField<U> mapping(Function7<? super String, ? super String, ? super String, ? super String, ? super String, ? super String, ? super LocalDateTime, ? extends U> from) {
|
||||
return convertFrom(Records.mapping(from));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
* Convenience mapping calling {@link SelectField#convertFrom(Class,
|
||||
* Function)}.
|
||||
*/
|
||||
@Override
|
||||
public SysConfig where(Condition... conditions) {
|
||||
return where(DSL.and(conditions));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
public SysConfig where(Field<Boolean> condition) {
|
||||
return where(DSL.condition(condition));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
@PlainSQL
|
||||
public SysConfig where(SQL condition) {
|
||||
return where(DSL.condition(condition));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
@PlainSQL
|
||||
public SysConfig where(@Stringly.SQL String condition) {
|
||||
return where(DSL.condition(condition));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
@PlainSQL
|
||||
public SysConfig where(@Stringly.SQL String condition, Object... binds) {
|
||||
return where(DSL.condition(condition, binds));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
@PlainSQL
|
||||
public SysConfig where(@Stringly.SQL String condition, QueryPart... parts) {
|
||||
return where(DSL.condition(condition, parts));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
public SysConfig whereExists(Select<?> select) {
|
||||
return where(DSL.exists(select));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
public SysConfig whereNotExists(Select<?> select) {
|
||||
return where(DSL.notExists(select));
|
||||
public <U> SelectField<U> mapping(Class<U> toType, Function7<? super String, ? super String, ? super String, ? super String, ? super String, ? super String, ? super LocalDateTime, ? extends U> from) {
|
||||
return convertFrom(toType, Records.mapping(from));
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,21 +4,21 @@
|
|||
package jj.tech.paolu.repository.jooq.tables;
|
||||
|
||||
|
||||
import java.util.Collection;
|
||||
import java.util.function.Function;
|
||||
|
||||
import jj.tech.paolu.repository.jooq.Keys;
|
||||
import jj.tech.paolu.repository.jooq.Yx;
|
||||
import jj.tech.paolu.repository.jooq.tables.records.SysMenuRecord;
|
||||
|
||||
import org.jooq.Condition;
|
||||
import org.jooq.Field;
|
||||
import org.jooq.ForeignKey;
|
||||
import org.jooq.Function10;
|
||||
import org.jooq.Name;
|
||||
import org.jooq.PlainSQL;
|
||||
import org.jooq.QueryPart;
|
||||
import org.jooq.SQL;
|
||||
import org.jooq.Record;
|
||||
import org.jooq.Records;
|
||||
import org.jooq.Row10;
|
||||
import org.jooq.Schema;
|
||||
import org.jooq.Select;
|
||||
import org.jooq.Stringly;
|
||||
import org.jooq.SelectField;
|
||||
import org.jooq.Table;
|
||||
import org.jooq.TableField;
|
||||
import org.jooq.TableOptions;
|
||||
|
|
@ -31,7 +31,7 @@ import org.jooq.impl.TableImpl;
|
|||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
|
||||
public class SysMenu extends TableImpl<SysMenuRecord> {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
|
@ -100,11 +100,11 @@ public class SysMenu extends TableImpl<SysMenuRecord> {
|
|||
public final TableField<SysMenuRecord, Integer> SORT = createField(DSL.name("sort"), SQLDataType.INTEGER.defaultValue(DSL.field(DSL.raw("0"), SQLDataType.INTEGER)), this, "");
|
||||
|
||||
private SysMenu(Name alias, Table<SysMenuRecord> aliased) {
|
||||
this(alias, aliased, (Field<?>[]) null, null);
|
||||
this(alias, aliased, null);
|
||||
}
|
||||
|
||||
private SysMenu(Name alias, Table<SysMenuRecord> aliased, Field<?>[] parameters, Condition where) {
|
||||
super(alias, null, aliased, parameters, DSL.comment(""), TableOptions.table(), where);
|
||||
private SysMenu(Name alias, Table<SysMenuRecord> aliased, Field<?>[] parameters) {
|
||||
super(alias, null, aliased, parameters, DSL.comment(""), TableOptions.table());
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
@ -128,6 +128,10 @@ public class SysMenu extends TableImpl<SysMenuRecord> {
|
|||
this(DSL.name("sys_menu"), null);
|
||||
}
|
||||
|
||||
public <O extends Record> SysMenu(Table<O> child, ForeignKey<O, SysMenuRecord> key) {
|
||||
super(child, key, SYS_MENU);
|
||||
}
|
||||
|
||||
@Override
|
||||
public Schema getSchema() {
|
||||
return aliased() ? null : Yx.YX;
|
||||
|
|
@ -177,87 +181,27 @@ public class SysMenu extends TableImpl<SysMenuRecord> {
|
|||
return new SysMenu(name.getQualifiedName(), null);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
// -------------------------------------------------------------------------
|
||||
// Row10 type methods
|
||||
// -------------------------------------------------------------------------
|
||||
|
||||
@Override
|
||||
public SysMenu where(Condition condition) {
|
||||
return new SysMenu(getQualifiedName(), aliased() ? this : null, null, condition);
|
||||
public Row10<String, String, Integer, String, String, String, String, Integer, String, Integer> fieldsRow() {
|
||||
return (Row10) super.fieldsRow();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
* Convenience mapping calling {@link SelectField#convertFrom(Function)}.
|
||||
*/
|
||||
@Override
|
||||
public SysMenu where(Collection<? extends Condition> conditions) {
|
||||
return where(DSL.and(conditions));
|
||||
public <U> SelectField<U> mapping(Function10<? super String, ? super String, ? super Integer, ? super String, ? super String, ? super String, ? super String, ? super Integer, ? super String, ? super Integer, ? extends U> from) {
|
||||
return convertFrom(Records.mapping(from));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
* Convenience mapping calling {@link SelectField#convertFrom(Class,
|
||||
* Function)}.
|
||||
*/
|
||||
@Override
|
||||
public SysMenu where(Condition... conditions) {
|
||||
return where(DSL.and(conditions));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
public SysMenu where(Field<Boolean> condition) {
|
||||
return where(DSL.condition(condition));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
@PlainSQL
|
||||
public SysMenu where(SQL condition) {
|
||||
return where(DSL.condition(condition));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
@PlainSQL
|
||||
public SysMenu where(@Stringly.SQL String condition) {
|
||||
return where(DSL.condition(condition));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
@PlainSQL
|
||||
public SysMenu where(@Stringly.SQL String condition, Object... binds) {
|
||||
return where(DSL.condition(condition, binds));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
@PlainSQL
|
||||
public SysMenu where(@Stringly.SQL String condition, QueryPart... parts) {
|
||||
return where(DSL.condition(condition, parts));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
public SysMenu whereExists(Select<?> select) {
|
||||
return where(DSL.exists(select));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
public SysMenu whereNotExists(Select<?> select) {
|
||||
return where(DSL.notExists(select));
|
||||
public <U> SelectField<U> mapping(Class<U> toType, Function10<? super String, ? super String, ? super Integer, ? super String, ? super String, ? super String, ? super String, ? super Integer, ? super String, ? super Integer, ? extends U> from) {
|
||||
return convertFrom(toType, Records.mapping(from));
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,21 +4,21 @@
|
|||
package jj.tech.paolu.repository.jooq.tables;
|
||||
|
||||
|
||||
import java.util.Collection;
|
||||
import java.util.function.Function;
|
||||
|
||||
import jj.tech.paolu.repository.jooq.Keys;
|
||||
import jj.tech.paolu.repository.jooq.Yx;
|
||||
import jj.tech.paolu.repository.jooq.tables.records.SysOrgRecord;
|
||||
|
||||
import org.jooq.Condition;
|
||||
import org.jooq.Field;
|
||||
import org.jooq.ForeignKey;
|
||||
import org.jooq.Function4;
|
||||
import org.jooq.Name;
|
||||
import org.jooq.PlainSQL;
|
||||
import org.jooq.QueryPart;
|
||||
import org.jooq.SQL;
|
||||
import org.jooq.Record;
|
||||
import org.jooq.Records;
|
||||
import org.jooq.Row4;
|
||||
import org.jooq.Schema;
|
||||
import org.jooq.Select;
|
||||
import org.jooq.Stringly;
|
||||
import org.jooq.SelectField;
|
||||
import org.jooq.Table;
|
||||
import org.jooq.TableField;
|
||||
import org.jooq.TableOptions;
|
||||
|
|
@ -31,7 +31,7 @@ import org.jooq.impl.TableImpl;
|
|||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
|
||||
public class SysOrg extends TableImpl<SysOrgRecord> {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
|
@ -70,11 +70,11 @@ public class SysOrg extends TableImpl<SysOrgRecord> {
|
|||
public final TableField<SysOrgRecord, String> ORG_TYPE = createField(DSL.name("org_type"), SQLDataType.VARCHAR(20).defaultValue(DSL.field(DSL.raw("NULL"), SQLDataType.VARCHAR)), this, "");
|
||||
|
||||
private SysOrg(Name alias, Table<SysOrgRecord> aliased) {
|
||||
this(alias, aliased, (Field<?>[]) null, null);
|
||||
this(alias, aliased, null);
|
||||
}
|
||||
|
||||
private SysOrg(Name alias, Table<SysOrgRecord> aliased, Field<?>[] parameters, Condition where) {
|
||||
super(alias, null, aliased, parameters, DSL.comment(""), TableOptions.table(), where);
|
||||
private SysOrg(Name alias, Table<SysOrgRecord> aliased, Field<?>[] parameters) {
|
||||
super(alias, null, aliased, parameters, DSL.comment(""), TableOptions.table());
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
@ -98,6 +98,10 @@ public class SysOrg extends TableImpl<SysOrgRecord> {
|
|||
this(DSL.name("sys_org"), null);
|
||||
}
|
||||
|
||||
public <O extends Record> SysOrg(Table<O> child, ForeignKey<O, SysOrgRecord> key) {
|
||||
super(child, key, SYS_ORG);
|
||||
}
|
||||
|
||||
@Override
|
||||
public Schema getSchema() {
|
||||
return aliased() ? null : Yx.YX;
|
||||
|
|
@ -147,87 +151,27 @@ public class SysOrg extends TableImpl<SysOrgRecord> {
|
|||
return new SysOrg(name.getQualifiedName(), null);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
// -------------------------------------------------------------------------
|
||||
// Row4 type methods
|
||||
// -------------------------------------------------------------------------
|
||||
|
||||
@Override
|
||||
public SysOrg where(Condition condition) {
|
||||
return new SysOrg(getQualifiedName(), aliased() ? this : null, null, condition);
|
||||
public Row4<String, String, Integer, String> fieldsRow() {
|
||||
return (Row4) super.fieldsRow();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
* Convenience mapping calling {@link SelectField#convertFrom(Function)}.
|
||||
*/
|
||||
@Override
|
||||
public SysOrg where(Collection<? extends Condition> conditions) {
|
||||
return where(DSL.and(conditions));
|
||||
public <U> SelectField<U> mapping(Function4<? super String, ? super String, ? super Integer, ? super String, ? extends U> from) {
|
||||
return convertFrom(Records.mapping(from));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
* Convenience mapping calling {@link SelectField#convertFrom(Class,
|
||||
* Function)}.
|
||||
*/
|
||||
@Override
|
||||
public SysOrg where(Condition... conditions) {
|
||||
return where(DSL.and(conditions));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
public SysOrg where(Field<Boolean> condition) {
|
||||
return where(DSL.condition(condition));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
@PlainSQL
|
||||
public SysOrg where(SQL condition) {
|
||||
return where(DSL.condition(condition));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
@PlainSQL
|
||||
public SysOrg where(@Stringly.SQL String condition) {
|
||||
return where(DSL.condition(condition));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
@PlainSQL
|
||||
public SysOrg where(@Stringly.SQL String condition, Object... binds) {
|
||||
return where(DSL.condition(condition, binds));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
@PlainSQL
|
||||
public SysOrg where(@Stringly.SQL String condition, QueryPart... parts) {
|
||||
return where(DSL.condition(condition, parts));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
public SysOrg whereExists(Select<?> select) {
|
||||
return where(DSL.exists(select));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
public SysOrg whereNotExists(Select<?> select) {
|
||||
return where(DSL.notExists(select));
|
||||
public <U> SelectField<U> mapping(Class<U> toType, Function4<? super String, ? super String, ? super Integer, ? super String, ? extends U> from) {
|
||||
return convertFrom(toType, Records.mapping(from));
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,21 +4,21 @@
|
|||
package jj.tech.paolu.repository.jooq.tables;
|
||||
|
||||
|
||||
import java.util.Collection;
|
||||
import java.util.function.Function;
|
||||
|
||||
import jj.tech.paolu.repository.jooq.Keys;
|
||||
import jj.tech.paolu.repository.jooq.Yx;
|
||||
import jj.tech.paolu.repository.jooq.tables.records.SysResourceRecord;
|
||||
|
||||
import org.jooq.Condition;
|
||||
import org.jooq.Field;
|
||||
import org.jooq.ForeignKey;
|
||||
import org.jooq.Function9;
|
||||
import org.jooq.Name;
|
||||
import org.jooq.PlainSQL;
|
||||
import org.jooq.QueryPart;
|
||||
import org.jooq.SQL;
|
||||
import org.jooq.Record;
|
||||
import org.jooq.Records;
|
||||
import org.jooq.Row9;
|
||||
import org.jooq.Schema;
|
||||
import org.jooq.Select;
|
||||
import org.jooq.Stringly;
|
||||
import org.jooq.SelectField;
|
||||
import org.jooq.Table;
|
||||
import org.jooq.TableField;
|
||||
import org.jooq.TableOptions;
|
||||
|
|
@ -31,7 +31,7 @@ import org.jooq.impl.TableImpl;
|
|||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
|
||||
public class SysResource extends TableImpl<SysResourceRecord> {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
|
@ -95,11 +95,11 @@ public class SysResource extends TableImpl<SysResourceRecord> {
|
|||
public final TableField<SysResourceRecord, String> DESCRIPTION = createField(DSL.name("description"), SQLDataType.VARCHAR(200).defaultValue(DSL.field(DSL.raw("NULL"), SQLDataType.VARCHAR)), this, "");
|
||||
|
||||
private SysResource(Name alias, Table<SysResourceRecord> aliased) {
|
||||
this(alias, aliased, (Field<?>[]) null, null);
|
||||
this(alias, aliased, null);
|
||||
}
|
||||
|
||||
private SysResource(Name alias, Table<SysResourceRecord> aliased, Field<?>[] parameters, Condition where) {
|
||||
super(alias, null, aliased, parameters, DSL.comment(""), TableOptions.table(), where);
|
||||
private SysResource(Name alias, Table<SysResourceRecord> aliased, Field<?>[] parameters) {
|
||||
super(alias, null, aliased, parameters, DSL.comment(""), TableOptions.table());
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
@ -123,6 +123,10 @@ public class SysResource extends TableImpl<SysResourceRecord> {
|
|||
this(DSL.name("sys_resource"), null);
|
||||
}
|
||||
|
||||
public <O extends Record> SysResource(Table<O> child, ForeignKey<O, SysResourceRecord> key) {
|
||||
super(child, key, SYS_RESOURCE);
|
||||
}
|
||||
|
||||
@Override
|
||||
public Schema getSchema() {
|
||||
return aliased() ? null : Yx.YX;
|
||||
|
|
@ -172,87 +176,27 @@ public class SysResource extends TableImpl<SysResourceRecord> {
|
|||
return new SysResource(name.getQualifiedName(), null);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
// -------------------------------------------------------------------------
|
||||
// Row9 type methods
|
||||
// -------------------------------------------------------------------------
|
||||
|
||||
@Override
|
||||
public SysResource where(Condition condition) {
|
||||
return new SysResource(getQualifiedName(), aliased() ? this : null, null, condition);
|
||||
public Row9<String, String, Short, String, String, String, String, Byte, String> fieldsRow() {
|
||||
return (Row9) super.fieldsRow();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
* Convenience mapping calling {@link SelectField#convertFrom(Function)}.
|
||||
*/
|
||||
@Override
|
||||
public SysResource where(Collection<? extends Condition> conditions) {
|
||||
return where(DSL.and(conditions));
|
||||
public <U> SelectField<U> mapping(Function9<? super String, ? super String, ? super Short, ? super String, ? super String, ? super String, ? super String, ? super Byte, ? super String, ? extends U> from) {
|
||||
return convertFrom(Records.mapping(from));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
* Convenience mapping calling {@link SelectField#convertFrom(Class,
|
||||
* Function)}.
|
||||
*/
|
||||
@Override
|
||||
public SysResource where(Condition... conditions) {
|
||||
return where(DSL.and(conditions));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
public SysResource where(Field<Boolean> condition) {
|
||||
return where(DSL.condition(condition));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
@PlainSQL
|
||||
public SysResource where(SQL condition) {
|
||||
return where(DSL.condition(condition));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
@PlainSQL
|
||||
public SysResource where(@Stringly.SQL String condition) {
|
||||
return where(DSL.condition(condition));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
@PlainSQL
|
||||
public SysResource where(@Stringly.SQL String condition, Object... binds) {
|
||||
return where(DSL.condition(condition, binds));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
@PlainSQL
|
||||
public SysResource where(@Stringly.SQL String condition, QueryPart... parts) {
|
||||
return where(DSL.condition(condition, parts));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
public SysResource whereExists(Select<?> select) {
|
||||
return where(DSL.exists(select));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
public SysResource whereNotExists(Select<?> select) {
|
||||
return where(DSL.notExists(select));
|
||||
public <U> SelectField<U> mapping(Class<U> toType, Function9<? super String, ? super String, ? super Short, ? super String, ? super String, ? super String, ? super String, ? super Byte, ? super String, ? extends U> from) {
|
||||
return convertFrom(toType, Records.mapping(from));
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,21 +4,21 @@
|
|||
package jj.tech.paolu.repository.jooq.tables;
|
||||
|
||||
|
||||
import java.util.Collection;
|
||||
import java.util.function.Function;
|
||||
|
||||
import jj.tech.paolu.repository.jooq.Keys;
|
||||
import jj.tech.paolu.repository.jooq.Yx;
|
||||
import jj.tech.paolu.repository.jooq.tables.records.SysRoleRecord;
|
||||
|
||||
import org.jooq.Condition;
|
||||
import org.jooq.Field;
|
||||
import org.jooq.ForeignKey;
|
||||
import org.jooq.Function3;
|
||||
import org.jooq.Name;
|
||||
import org.jooq.PlainSQL;
|
||||
import org.jooq.QueryPart;
|
||||
import org.jooq.SQL;
|
||||
import org.jooq.Record;
|
||||
import org.jooq.Records;
|
||||
import org.jooq.Row3;
|
||||
import org.jooq.Schema;
|
||||
import org.jooq.Select;
|
||||
import org.jooq.Stringly;
|
||||
import org.jooq.SelectField;
|
||||
import org.jooq.Table;
|
||||
import org.jooq.TableField;
|
||||
import org.jooq.TableOptions;
|
||||
|
|
@ -31,7 +31,7 @@ import org.jooq.impl.TableImpl;
|
|||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
|
||||
public class SysRole extends TableImpl<SysRoleRecord> {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
|
@ -65,11 +65,11 @@ public class SysRole extends TableImpl<SysRoleRecord> {
|
|||
public final TableField<SysRoleRecord, String> DEPARTMENT = createField(DSL.name("department"), SQLDataType.VARCHAR(50).nullable(false), this, "");
|
||||
|
||||
private SysRole(Name alias, Table<SysRoleRecord> aliased) {
|
||||
this(alias, aliased, (Field<?>[]) null, null);
|
||||
this(alias, aliased, null);
|
||||
}
|
||||
|
||||
private SysRole(Name alias, Table<SysRoleRecord> aliased, Field<?>[] parameters, Condition where) {
|
||||
super(alias, null, aliased, parameters, DSL.comment(""), TableOptions.table(), where);
|
||||
private SysRole(Name alias, Table<SysRoleRecord> aliased, Field<?>[] parameters) {
|
||||
super(alias, null, aliased, parameters, DSL.comment(""), TableOptions.table());
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
@ -93,6 +93,10 @@ public class SysRole extends TableImpl<SysRoleRecord> {
|
|||
this(DSL.name("sys_role"), null);
|
||||
}
|
||||
|
||||
public <O extends Record> SysRole(Table<O> child, ForeignKey<O, SysRoleRecord> key) {
|
||||
super(child, key, SYS_ROLE);
|
||||
}
|
||||
|
||||
@Override
|
||||
public Schema getSchema() {
|
||||
return aliased() ? null : Yx.YX;
|
||||
|
|
@ -142,87 +146,27 @@ public class SysRole extends TableImpl<SysRoleRecord> {
|
|||
return new SysRole(name.getQualifiedName(), null);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
// -------------------------------------------------------------------------
|
||||
// Row3 type methods
|
||||
// -------------------------------------------------------------------------
|
||||
|
||||
@Override
|
||||
public SysRole where(Condition condition) {
|
||||
return new SysRole(getQualifiedName(), aliased() ? this : null, null, condition);
|
||||
public Row3<String, String, String> fieldsRow() {
|
||||
return (Row3) super.fieldsRow();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
* Convenience mapping calling {@link SelectField#convertFrom(Function)}.
|
||||
*/
|
||||
@Override
|
||||
public SysRole where(Collection<? extends Condition> conditions) {
|
||||
return where(DSL.and(conditions));
|
||||
public <U> SelectField<U> mapping(Function3<? super String, ? super String, ? super String, ? extends U> from) {
|
||||
return convertFrom(Records.mapping(from));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
* Convenience mapping calling {@link SelectField#convertFrom(Class,
|
||||
* Function)}.
|
||||
*/
|
||||
@Override
|
||||
public SysRole where(Condition... conditions) {
|
||||
return where(DSL.and(conditions));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
public SysRole where(Field<Boolean> condition) {
|
||||
return where(DSL.condition(condition));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
@PlainSQL
|
||||
public SysRole where(SQL condition) {
|
||||
return where(DSL.condition(condition));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
@PlainSQL
|
||||
public SysRole where(@Stringly.SQL String condition) {
|
||||
return where(DSL.condition(condition));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
@PlainSQL
|
||||
public SysRole where(@Stringly.SQL String condition, Object... binds) {
|
||||
return where(DSL.condition(condition, binds));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
@PlainSQL
|
||||
public SysRole where(@Stringly.SQL String condition, QueryPart... parts) {
|
||||
return where(DSL.condition(condition, parts));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
public SysRole whereExists(Select<?> select) {
|
||||
return where(DSL.exists(select));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
public SysRole whereNotExists(Select<?> select) {
|
||||
return where(DSL.notExists(select));
|
||||
public <U> SelectField<U> mapping(Class<U> toType, Function3<? super String, ? super String, ? super String, ? extends U> from) {
|
||||
return convertFrom(toType, Records.mapping(from));
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,21 +4,21 @@
|
|||
package jj.tech.paolu.repository.jooq.tables;
|
||||
|
||||
|
||||
import java.util.Collection;
|
||||
import java.util.function.Function;
|
||||
|
||||
import jj.tech.paolu.repository.jooq.Keys;
|
||||
import jj.tech.paolu.repository.jooq.Yx;
|
||||
import jj.tech.paolu.repository.jooq.tables.records.SysRoleResourceRecord;
|
||||
|
||||
import org.jooq.Condition;
|
||||
import org.jooq.Field;
|
||||
import org.jooq.ForeignKey;
|
||||
import org.jooq.Function3;
|
||||
import org.jooq.Name;
|
||||
import org.jooq.PlainSQL;
|
||||
import org.jooq.QueryPart;
|
||||
import org.jooq.SQL;
|
||||
import org.jooq.Record;
|
||||
import org.jooq.Records;
|
||||
import org.jooq.Row3;
|
||||
import org.jooq.Schema;
|
||||
import org.jooq.Select;
|
||||
import org.jooq.Stringly;
|
||||
import org.jooq.SelectField;
|
||||
import org.jooq.Table;
|
||||
import org.jooq.TableField;
|
||||
import org.jooq.TableOptions;
|
||||
|
|
@ -31,7 +31,7 @@ import org.jooq.impl.TableImpl;
|
|||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
|
||||
public class SysRoleResource extends TableImpl<SysRoleResourceRecord> {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
|
@ -65,11 +65,11 @@ public class SysRoleResource extends TableImpl<SysRoleResourceRecord> {
|
|||
public final TableField<SysRoleResourceRecord, String> RESID = createField(DSL.name("resid"), SQLDataType.VARCHAR(20).nullable(false), this, "");
|
||||
|
||||
private SysRoleResource(Name alias, Table<SysRoleResourceRecord> aliased) {
|
||||
this(alias, aliased, (Field<?>[]) null, null);
|
||||
this(alias, aliased, null);
|
||||
}
|
||||
|
||||
private SysRoleResource(Name alias, Table<SysRoleResourceRecord> aliased, Field<?>[] parameters, Condition where) {
|
||||
super(alias, null, aliased, parameters, DSL.comment(""), TableOptions.table(), where);
|
||||
private SysRoleResource(Name alias, Table<SysRoleResourceRecord> aliased, Field<?>[] parameters) {
|
||||
super(alias, null, aliased, parameters, DSL.comment(""), TableOptions.table());
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
@ -93,6 +93,10 @@ public class SysRoleResource extends TableImpl<SysRoleResourceRecord> {
|
|||
this(DSL.name("sys_role_resource"), null);
|
||||
}
|
||||
|
||||
public <O extends Record> SysRoleResource(Table<O> child, ForeignKey<O, SysRoleResourceRecord> key) {
|
||||
super(child, key, SYS_ROLE_RESOURCE);
|
||||
}
|
||||
|
||||
@Override
|
||||
public Schema getSchema() {
|
||||
return aliased() ? null : Yx.YX;
|
||||
|
|
@ -142,87 +146,27 @@ public class SysRoleResource extends TableImpl<SysRoleResourceRecord> {
|
|||
return new SysRoleResource(name.getQualifiedName(), null);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
// -------------------------------------------------------------------------
|
||||
// Row3 type methods
|
||||
// -------------------------------------------------------------------------
|
||||
|
||||
@Override
|
||||
public SysRoleResource where(Condition condition) {
|
||||
return new SysRoleResource(getQualifiedName(), aliased() ? this : null, null, condition);
|
||||
public Row3<String, String, String> fieldsRow() {
|
||||
return (Row3) super.fieldsRow();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
* Convenience mapping calling {@link SelectField#convertFrom(Function)}.
|
||||
*/
|
||||
@Override
|
||||
public SysRoleResource where(Collection<? extends Condition> conditions) {
|
||||
return where(DSL.and(conditions));
|
||||
public <U> SelectField<U> mapping(Function3<? super String, ? super String, ? super String, ? extends U> from) {
|
||||
return convertFrom(Records.mapping(from));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
* Convenience mapping calling {@link SelectField#convertFrom(Class,
|
||||
* Function)}.
|
||||
*/
|
||||
@Override
|
||||
public SysRoleResource where(Condition... conditions) {
|
||||
return where(DSL.and(conditions));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
public SysRoleResource where(Field<Boolean> condition) {
|
||||
return where(DSL.condition(condition));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
@PlainSQL
|
||||
public SysRoleResource where(SQL condition) {
|
||||
return where(DSL.condition(condition));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
@PlainSQL
|
||||
public SysRoleResource where(@Stringly.SQL String condition) {
|
||||
return where(DSL.condition(condition));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
@PlainSQL
|
||||
public SysRoleResource where(@Stringly.SQL String condition, Object... binds) {
|
||||
return where(DSL.condition(condition, binds));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
@PlainSQL
|
||||
public SysRoleResource where(@Stringly.SQL String condition, QueryPart... parts) {
|
||||
return where(DSL.condition(condition, parts));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
public SysRoleResource whereExists(Select<?> select) {
|
||||
return where(DSL.exists(select));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
public SysRoleResource whereNotExists(Select<?> select) {
|
||||
return where(DSL.notExists(select));
|
||||
public <U> SelectField<U> mapping(Class<U> toType, Function3<? super String, ? super String, ? super String, ? extends U> from) {
|
||||
return convertFrom(toType, Records.mapping(from));
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,21 +4,21 @@
|
|||
package jj.tech.paolu.repository.jooq.tables;
|
||||
|
||||
|
||||
import java.util.Collection;
|
||||
import java.util.function.Function;
|
||||
|
||||
import jj.tech.paolu.repository.jooq.Keys;
|
||||
import jj.tech.paolu.repository.jooq.Yx;
|
||||
import jj.tech.paolu.repository.jooq.tables.records.SysRoleUrlRecord;
|
||||
|
||||
import org.jooq.Condition;
|
||||
import org.jooq.Field;
|
||||
import org.jooq.ForeignKey;
|
||||
import org.jooq.Function4;
|
||||
import org.jooq.Name;
|
||||
import org.jooq.PlainSQL;
|
||||
import org.jooq.QueryPart;
|
||||
import org.jooq.SQL;
|
||||
import org.jooq.Record;
|
||||
import org.jooq.Records;
|
||||
import org.jooq.Row4;
|
||||
import org.jooq.Schema;
|
||||
import org.jooq.Select;
|
||||
import org.jooq.Stringly;
|
||||
import org.jooq.SelectField;
|
||||
import org.jooq.Table;
|
||||
import org.jooq.TableField;
|
||||
import org.jooq.TableOptions;
|
||||
|
|
@ -31,7 +31,7 @@ import org.jooq.impl.TableImpl;
|
|||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
|
||||
public class SysRoleUrl extends TableImpl<SysRoleUrlRecord> {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
|
@ -70,11 +70,11 @@ public class SysRoleUrl extends TableImpl<SysRoleUrlRecord> {
|
|||
public final TableField<SysRoleUrlRecord, Integer> URLTYPES = createField(DSL.name("urltypes"), SQLDataType.INTEGER.nullable(false), this, "1:url,2:菜单");
|
||||
|
||||
private SysRoleUrl(Name alias, Table<SysRoleUrlRecord> aliased) {
|
||||
this(alias, aliased, (Field<?>[]) null, null);
|
||||
this(alias, aliased, null);
|
||||
}
|
||||
|
||||
private SysRoleUrl(Name alias, Table<SysRoleUrlRecord> aliased, Field<?>[] parameters, Condition where) {
|
||||
super(alias, null, aliased, parameters, DSL.comment(""), TableOptions.table(), where);
|
||||
private SysRoleUrl(Name alias, Table<SysRoleUrlRecord> aliased, Field<?>[] parameters) {
|
||||
super(alias, null, aliased, parameters, DSL.comment(""), TableOptions.table());
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
@ -98,6 +98,10 @@ public class SysRoleUrl extends TableImpl<SysRoleUrlRecord> {
|
|||
this(DSL.name("sys_role_url"), null);
|
||||
}
|
||||
|
||||
public <O extends Record> SysRoleUrl(Table<O> child, ForeignKey<O, SysRoleUrlRecord> key) {
|
||||
super(child, key, SYS_ROLE_URL);
|
||||
}
|
||||
|
||||
@Override
|
||||
public Schema getSchema() {
|
||||
return aliased() ? null : Yx.YX;
|
||||
|
|
@ -147,87 +151,27 @@ public class SysRoleUrl extends TableImpl<SysRoleUrlRecord> {
|
|||
return new SysRoleUrl(name.getQualifiedName(), null);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
// -------------------------------------------------------------------------
|
||||
// Row4 type methods
|
||||
// -------------------------------------------------------------------------
|
||||
|
||||
@Override
|
||||
public SysRoleUrl where(Condition condition) {
|
||||
return new SysRoleUrl(getQualifiedName(), aliased() ? this : null, null, condition);
|
||||
public Row4<String, String, String, Integer> fieldsRow() {
|
||||
return (Row4) super.fieldsRow();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
* Convenience mapping calling {@link SelectField#convertFrom(Function)}.
|
||||
*/
|
||||
@Override
|
||||
public SysRoleUrl where(Collection<? extends Condition> conditions) {
|
||||
return where(DSL.and(conditions));
|
||||
public <U> SelectField<U> mapping(Function4<? super String, ? super String, ? super String, ? super Integer, ? extends U> from) {
|
||||
return convertFrom(Records.mapping(from));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
* Convenience mapping calling {@link SelectField#convertFrom(Class,
|
||||
* Function)}.
|
||||
*/
|
||||
@Override
|
||||
public SysRoleUrl where(Condition... conditions) {
|
||||
return where(DSL.and(conditions));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
public SysRoleUrl where(Field<Boolean> condition) {
|
||||
return where(DSL.condition(condition));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
@PlainSQL
|
||||
public SysRoleUrl where(SQL condition) {
|
||||
return where(DSL.condition(condition));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
@PlainSQL
|
||||
public SysRoleUrl where(@Stringly.SQL String condition) {
|
||||
return where(DSL.condition(condition));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
@PlainSQL
|
||||
public SysRoleUrl where(@Stringly.SQL String condition, Object... binds) {
|
||||
return where(DSL.condition(condition, binds));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
@PlainSQL
|
||||
public SysRoleUrl where(@Stringly.SQL String condition, QueryPart... parts) {
|
||||
return where(DSL.condition(condition, parts));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
public SysRoleUrl whereExists(Select<?> select) {
|
||||
return where(DSL.exists(select));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
public SysRoleUrl whereNotExists(Select<?> select) {
|
||||
return where(DSL.notExists(select));
|
||||
public <U> SelectField<U> mapping(Class<U> toType, Function4<? super String, ? super String, ? super String, ? super Integer, ? extends U> from) {
|
||||
return convertFrom(toType, Records.mapping(from));
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,22 +5,22 @@ package jj.tech.paolu.repository.jooq.tables;
|
|||
|
||||
|
||||
import java.util.Arrays;
|
||||
import java.util.Collection;
|
||||
import java.util.List;
|
||||
import java.util.function.Function;
|
||||
|
||||
import jj.tech.paolu.repository.jooq.Keys;
|
||||
import jj.tech.paolu.repository.jooq.Yx;
|
||||
import jj.tech.paolu.repository.jooq.tables.records.SysUrlsRecord;
|
||||
|
||||
import org.jooq.Condition;
|
||||
import org.jooq.Field;
|
||||
import org.jooq.ForeignKey;
|
||||
import org.jooq.Function7;
|
||||
import org.jooq.Name;
|
||||
import org.jooq.PlainSQL;
|
||||
import org.jooq.QueryPart;
|
||||
import org.jooq.SQL;
|
||||
import org.jooq.Record;
|
||||
import org.jooq.Records;
|
||||
import org.jooq.Row7;
|
||||
import org.jooq.Schema;
|
||||
import org.jooq.Select;
|
||||
import org.jooq.Stringly;
|
||||
import org.jooq.SelectField;
|
||||
import org.jooq.Table;
|
||||
import org.jooq.TableField;
|
||||
import org.jooq.TableOptions;
|
||||
|
|
@ -33,7 +33,7 @@ import org.jooq.impl.TableImpl;
|
|||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
|
||||
public class SysUrls extends TableImpl<SysUrlsRecord> {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
|
@ -87,11 +87,11 @@ public class SysUrls extends TableImpl<SysUrlsRecord> {
|
|||
public final TableField<SysUrlsRecord, String> METHOD = createField(DSL.name("method"), SQLDataType.VARCHAR(200).defaultValue(DSL.field(DSL.raw("NULL"), SQLDataType.VARCHAR)), this, "");
|
||||
|
||||
private SysUrls(Name alias, Table<SysUrlsRecord> aliased) {
|
||||
this(alias, aliased, (Field<?>[]) null, null);
|
||||
this(alias, aliased, null);
|
||||
}
|
||||
|
||||
private SysUrls(Name alias, Table<SysUrlsRecord> aliased, Field<?>[] parameters, Condition where) {
|
||||
super(alias, null, aliased, parameters, DSL.comment(""), TableOptions.table(), where);
|
||||
private SysUrls(Name alias, Table<SysUrlsRecord> aliased, Field<?>[] parameters) {
|
||||
super(alias, null, aliased, parameters, DSL.comment(""), TableOptions.table());
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
@ -115,6 +115,10 @@ public class SysUrls extends TableImpl<SysUrlsRecord> {
|
|||
this(DSL.name("sys_urls"), null);
|
||||
}
|
||||
|
||||
public <O extends Record> SysUrls(Table<O> child, ForeignKey<O, SysUrlsRecord> key) {
|
||||
super(child, key, SYS_URLS);
|
||||
}
|
||||
|
||||
@Override
|
||||
public Schema getSchema() {
|
||||
return aliased() ? null : Yx.YX;
|
||||
|
|
@ -169,87 +173,27 @@ public class SysUrls extends TableImpl<SysUrlsRecord> {
|
|||
return new SysUrls(name.getQualifiedName(), null);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
// -------------------------------------------------------------------------
|
||||
// Row7 type methods
|
||||
// -------------------------------------------------------------------------
|
||||
|
||||
@Override
|
||||
public SysUrls where(Condition condition) {
|
||||
return new SysUrls(getQualifiedName(), aliased() ? this : null, null, condition);
|
||||
public Row7<String, Integer, Integer, Integer, String, String, String> fieldsRow() {
|
||||
return (Row7) super.fieldsRow();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
* Convenience mapping calling {@link SelectField#convertFrom(Function)}.
|
||||
*/
|
||||
@Override
|
||||
public SysUrls where(Collection<? extends Condition> conditions) {
|
||||
return where(DSL.and(conditions));
|
||||
public <U> SelectField<U> mapping(Function7<? super String, ? super Integer, ? super Integer, ? super Integer, ? super String, ? super String, ? super String, ? extends U> from) {
|
||||
return convertFrom(Records.mapping(from));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
* Convenience mapping calling {@link SelectField#convertFrom(Class,
|
||||
* Function)}.
|
||||
*/
|
||||
@Override
|
||||
public SysUrls where(Condition... conditions) {
|
||||
return where(DSL.and(conditions));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
public SysUrls where(Field<Boolean> condition) {
|
||||
return where(DSL.condition(condition));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
@PlainSQL
|
||||
public SysUrls where(SQL condition) {
|
||||
return where(DSL.condition(condition));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
@PlainSQL
|
||||
public SysUrls where(@Stringly.SQL String condition) {
|
||||
return where(DSL.condition(condition));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
@PlainSQL
|
||||
public SysUrls where(@Stringly.SQL String condition, Object... binds) {
|
||||
return where(DSL.condition(condition, binds));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
@PlainSQL
|
||||
public SysUrls where(@Stringly.SQL String condition, QueryPart... parts) {
|
||||
return where(DSL.condition(condition, parts));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
public SysUrls whereExists(Select<?> select) {
|
||||
return where(DSL.exists(select));
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an inline derived table from this table
|
||||
*/
|
||||
@Override
|
||||
public SysUrls whereNotExists(Select<?> select) {
|
||||
return where(DSL.notExists(select));
|
||||
public <U> SelectField<U> mapping(Class<U> toType, Function7<? super String, ? super Integer, ? super Integer, ? super Integer, ? super String, ? super String, ? super String, ? extends U> from) {
|
||||
return convertFrom(toType, Records.mapping(from));
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ import org.springframework.stereotype.Repository;
|
|||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
|
||||
@Repository
|
||||
public class SysAdminDao extends DAOImpl<SysAdminRecord, jj.tech.paolu.repository.jooq.tables.pojos.SysAdmin, String> {
|
||||
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ import org.springframework.stereotype.Repository;
|
|||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
|
||||
@Repository
|
||||
public class SysAdminMenuDao extends DAOImpl<SysAdminMenuRecord, jj.tech.paolu.repository.jooq.tables.pojos.SysAdminMenu, String> {
|
||||
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ import org.springframework.stereotype.Repository;
|
|||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
|
||||
@Repository
|
||||
public class SysAdminRoleDao extends DAOImpl<SysAdminRoleRecord, jj.tech.paolu.repository.jooq.tables.pojos.SysAdminRole, String> {
|
||||
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ import org.springframework.stereotype.Repository;
|
|||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
|
||||
@Repository
|
||||
public class SysConfigDao extends DAOImpl<SysConfigRecord, jj.tech.paolu.repository.jooq.tables.pojos.SysConfig, String> {
|
||||
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ import org.springframework.stereotype.Repository;
|
|||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
|
||||
@Repository
|
||||
public class SysMenuDao extends DAOImpl<SysMenuRecord, jj.tech.paolu.repository.jooq.tables.pojos.SysMenu, String> {
|
||||
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ import org.springframework.stereotype.Repository;
|
|||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
|
||||
@Repository
|
||||
public class SysOrgDao extends DAOImpl<SysOrgRecord, jj.tech.paolu.repository.jooq.tables.pojos.SysOrg, String> {
|
||||
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ import org.springframework.stereotype.Repository;
|
|||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
|
||||
@Repository
|
||||
public class SysResourceDao extends DAOImpl<SysResourceRecord, jj.tech.paolu.repository.jooq.tables.pojos.SysResource, String> {
|
||||
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ import org.springframework.stereotype.Repository;
|
|||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
|
||||
@Repository
|
||||
public class SysRoleDao extends DAOImpl<SysRoleRecord, jj.tech.paolu.repository.jooq.tables.pojos.SysRole, String> {
|
||||
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ import org.springframework.stereotype.Repository;
|
|||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
|
||||
@Repository
|
||||
public class SysRoleResourceDao extends DAOImpl<SysRoleResourceRecord, jj.tech.paolu.repository.jooq.tables.pojos.SysRoleResource, Record2<String, String>> {
|
||||
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ import org.springframework.stereotype.Repository;
|
|||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
|
||||
@Repository
|
||||
public class SysRoleUrlDao extends DAOImpl<SysRoleUrlRecord, jj.tech.paolu.repository.jooq.tables.pojos.SysRoleUrl, String> {
|
||||
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ import org.springframework.stereotype.Repository;
|
|||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
|
||||
@Repository
|
||||
public class SysUrlsDao extends DAOImpl<SysUrlsRecord, jj.tech.paolu.repository.jooq.tables.pojos.SysUrls, String> {
|
||||
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ import java.io.Serializable;
|
|||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
|
||||
public class SysAdmin implements Serializable {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ import java.io.Serializable;
|
|||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
|
||||
public class SysAdminMenu implements Serializable {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ import java.io.Serializable;
|
|||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
|
||||
public class SysAdminRole implements Serializable {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ import java.time.LocalDateTime;
|
|||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
|
||||
public class SysConfig implements Serializable {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ import java.io.Serializable;
|
|||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
|
||||
public class SysMenu implements Serializable {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ import java.io.Serializable;
|
|||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
|
||||
public class SysOrg implements Serializable {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ import java.io.Serializable;
|
|||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
|
||||
public class SysResource implements Serializable {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ import java.io.Serializable;
|
|||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
|
||||
public class SysRole implements Serializable {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ import java.io.Serializable;
|
|||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
|
||||
public class SysRoleResource implements Serializable {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ import java.io.Serializable;
|
|||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
|
||||
public class SysRoleUrl implements Serializable {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ import java.io.Serializable;
|
|||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
|
||||
public class SysUrls implements Serializable {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
|
|
|||
|
|
@ -6,15 +6,18 @@ package jj.tech.paolu.repository.jooq.tables.records;
|
|||
|
||||
import jj.tech.paolu.repository.jooq.tables.SysAdminMenu;
|
||||
|
||||
import org.jooq.Field;
|
||||
import org.jooq.Record1;
|
||||
import org.jooq.Record3;
|
||||
import org.jooq.Row3;
|
||||
import org.jooq.impl.UpdatableRecordImpl;
|
||||
|
||||
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class SysAdminMenuRecord extends UpdatableRecordImpl<SysAdminMenuRecord> {
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
|
||||
public class SysAdminMenuRecord extends UpdatableRecordImpl<SysAdminMenuRecord> implements Record3<String, String, String> {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
|
|
@ -69,6 +72,91 @@ public class SysAdminMenuRecord extends UpdatableRecordImpl<SysAdminMenuRecord>
|
|||
return (Record1) super.key();
|
||||
}
|
||||
|
||||
// -------------------------------------------------------------------------
|
||||
// Record3 type implementation
|
||||
// -------------------------------------------------------------------------
|
||||
|
||||
@Override
|
||||
public Row3<String, String, String> fieldsRow() {
|
||||
return (Row3) super.fieldsRow();
|
||||
}
|
||||
|
||||
@Override
|
||||
public Row3<String, String, String> valuesRow() {
|
||||
return (Row3) super.valuesRow();
|
||||
}
|
||||
|
||||
@Override
|
||||
public Field<String> field1() {
|
||||
return SysAdminMenu.SYS_ADMIN_MENU.ID;
|
||||
}
|
||||
|
||||
@Override
|
||||
public Field<String> field2() {
|
||||
return SysAdminMenu.SYS_ADMIN_MENU.ADMINID;
|
||||
}
|
||||
|
||||
@Override
|
||||
public Field<String> field3() {
|
||||
return SysAdminMenu.SYS_ADMIN_MENU.MEMUID;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String component1() {
|
||||
return getId();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String component2() {
|
||||
return getAdminid();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String component3() {
|
||||
return getMemuid();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String value1() {
|
||||
return getId();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String value2() {
|
||||
return getAdminid();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String value3() {
|
||||
return getMemuid();
|
||||
}
|
||||
|
||||
@Override
|
||||
public SysAdminMenuRecord value1(String value) {
|
||||
setId(value);
|
||||
return this;
|
||||
}
|
||||
|
||||
@Override
|
||||
public SysAdminMenuRecord value2(String value) {
|
||||
setAdminid(value);
|
||||
return this;
|
||||
}
|
||||
|
||||
@Override
|
||||
public SysAdminMenuRecord value3(String value) {
|
||||
setMemuid(value);
|
||||
return this;
|
||||
}
|
||||
|
||||
@Override
|
||||
public SysAdminMenuRecord values(String value1, String value2, String value3) {
|
||||
value1(value1);
|
||||
value2(value2);
|
||||
value3(value3);
|
||||
return this;
|
||||
}
|
||||
|
||||
// -------------------------------------------------------------------------
|
||||
// Constructors
|
||||
// -------------------------------------------------------------------------
|
||||
|
|
|
|||
|
|
@ -6,15 +6,18 @@ package jj.tech.paolu.repository.jooq.tables.records;
|
|||
|
||||
import jj.tech.paolu.repository.jooq.tables.SysAdmin;
|
||||
|
||||
import org.jooq.Field;
|
||||
import org.jooq.Record1;
|
||||
import org.jooq.Record7;
|
||||
import org.jooq.Row7;
|
||||
import org.jooq.impl.UpdatableRecordImpl;
|
||||
|
||||
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class SysAdminRecord extends UpdatableRecordImpl<SysAdminRecord> {
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
|
||||
public class SysAdminRecord extends UpdatableRecordImpl<SysAdminRecord> implements Record7<String, String, Integer, String, String, String, Integer> {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
|
|
@ -125,6 +128,179 @@ public class SysAdminRecord extends UpdatableRecordImpl<SysAdminRecord> {
|
|||
return (Record1) super.key();
|
||||
}
|
||||
|
||||
// -------------------------------------------------------------------------
|
||||
// Record7 type implementation
|
||||
// -------------------------------------------------------------------------
|
||||
|
||||
@Override
|
||||
public Row7<String, String, Integer, String, String, String, Integer> fieldsRow() {
|
||||
return (Row7) super.fieldsRow();
|
||||
}
|
||||
|
||||
@Override
|
||||
public Row7<String, String, Integer, String, String, String, Integer> valuesRow() {
|
||||
return (Row7) super.valuesRow();
|
||||
}
|
||||
|
||||
@Override
|
||||
public Field<String> field1() {
|
||||
return SysAdmin.SYS_ADMIN.ID;
|
||||
}
|
||||
|
||||
@Override
|
||||
public Field<String> field2() {
|
||||
return SysAdmin.SYS_ADMIN.ORG_ID;
|
||||
}
|
||||
|
||||
@Override
|
||||
public Field<Integer> field3() {
|
||||
return SysAdmin.SYS_ADMIN.TYPE;
|
||||
}
|
||||
|
||||
@Override
|
||||
public Field<String> field4() {
|
||||
return SysAdmin.SYS_ADMIN.REALNAME;
|
||||
}
|
||||
|
||||
@Override
|
||||
public Field<String> field5() {
|
||||
return SysAdmin.SYS_ADMIN.USERNAME;
|
||||
}
|
||||
|
||||
@Override
|
||||
public Field<String> field6() {
|
||||
return SysAdmin.SYS_ADMIN.PASSWORD;
|
||||
}
|
||||
|
||||
@Override
|
||||
public Field<Integer> field7() {
|
||||
return SysAdmin.SYS_ADMIN.ISLOCK;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String component1() {
|
||||
return getId();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String component2() {
|
||||
return getOrgId();
|
||||
}
|
||||
|
||||
@Override
|
||||
public Integer component3() {
|
||||
return getType();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String component4() {
|
||||
return getRealname();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String component5() {
|
||||
return getUsername();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String component6() {
|
||||
return getPassword();
|
||||
}
|
||||
|
||||
@Override
|
||||
public Integer component7() {
|
||||
return getIslock();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String value1() {
|
||||
return getId();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String value2() {
|
||||
return getOrgId();
|
||||
}
|
||||
|
||||
@Override
|
||||
public Integer value3() {
|
||||
return getType();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String value4() {
|
||||
return getRealname();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String value5() {
|
||||
return getUsername();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String value6() {
|
||||
return getPassword();
|
||||
}
|
||||
|
||||
@Override
|
||||
public Integer value7() {
|
||||
return getIslock();
|
||||
}
|
||||
|
||||
@Override
|
||||
public SysAdminRecord value1(String value) {
|
||||
setId(value);
|
||||
return this;
|
||||
}
|
||||
|
||||
@Override
|
||||
public SysAdminRecord value2(String value) {
|
||||
setOrgId(value);
|
||||
return this;
|
||||
}
|
||||
|
||||
@Override
|
||||
public SysAdminRecord value3(Integer value) {
|
||||
setType(value);
|
||||
return this;
|
||||
}
|
||||
|
||||
@Override
|
||||
public SysAdminRecord value4(String value) {
|
||||
setRealname(value);
|
||||
return this;
|
||||
}
|
||||
|
||||
@Override
|
||||
public SysAdminRecord value5(String value) {
|
||||
setUsername(value);
|
||||
return this;
|
||||
}
|
||||
|
||||
@Override
|
||||
public SysAdminRecord value6(String value) {
|
||||
setPassword(value);
|
||||
return this;
|
||||
}
|
||||
|
||||
@Override
|
||||
public SysAdminRecord value7(Integer value) {
|
||||
setIslock(value);
|
||||
return this;
|
||||
}
|
||||
|
||||
@Override
|
||||
public SysAdminRecord values(String value1, String value2, Integer value3, String value4, String value5, String value6, Integer value7) {
|
||||
value1(value1);
|
||||
value2(value2);
|
||||
value3(value3);
|
||||
value4(value4);
|
||||
value5(value5);
|
||||
value6(value6);
|
||||
value7(value7);
|
||||
return this;
|
||||
}
|
||||
|
||||
// -------------------------------------------------------------------------
|
||||
// Constructors
|
||||
// -------------------------------------------------------------------------
|
||||
|
|
|
|||
|
|
@ -6,15 +6,18 @@ package jj.tech.paolu.repository.jooq.tables.records;
|
|||
|
||||
import jj.tech.paolu.repository.jooq.tables.SysAdminRole;
|
||||
|
||||
import org.jooq.Field;
|
||||
import org.jooq.Record1;
|
||||
import org.jooq.Record3;
|
||||
import org.jooq.Row3;
|
||||
import org.jooq.impl.UpdatableRecordImpl;
|
||||
|
||||
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class SysAdminRoleRecord extends UpdatableRecordImpl<SysAdminRoleRecord> {
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
|
||||
public class SysAdminRoleRecord extends UpdatableRecordImpl<SysAdminRoleRecord> implements Record3<String, String, Integer> {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
|
|
@ -69,6 +72,91 @@ public class SysAdminRoleRecord extends UpdatableRecordImpl<SysAdminRoleRecord>
|
|||
return (Record1) super.key();
|
||||
}
|
||||
|
||||
// -------------------------------------------------------------------------
|
||||
// Record3 type implementation
|
||||
// -------------------------------------------------------------------------
|
||||
|
||||
@Override
|
||||
public Row3<String, String, Integer> fieldsRow() {
|
||||
return (Row3) super.fieldsRow();
|
||||
}
|
||||
|
||||
@Override
|
||||
public Row3<String, String, Integer> valuesRow() {
|
||||
return (Row3) super.valuesRow();
|
||||
}
|
||||
|
||||
@Override
|
||||
public Field<String> field1() {
|
||||
return SysAdminRole.SYS_ADMIN_ROLE.ID;
|
||||
}
|
||||
|
||||
@Override
|
||||
public Field<String> field2() {
|
||||
return SysAdminRole.SYS_ADMIN_ROLE.ADMIN_ID;
|
||||
}
|
||||
|
||||
@Override
|
||||
public Field<Integer> field3() {
|
||||
return SysAdminRole.SYS_ADMIN_ROLE.ROLE_ID;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String component1() {
|
||||
return getId();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String component2() {
|
||||
return getAdminId();
|
||||
}
|
||||
|
||||
@Override
|
||||
public Integer component3() {
|
||||
return getRoleId();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String value1() {
|
||||
return getId();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String value2() {
|
||||
return getAdminId();
|
||||
}
|
||||
|
||||
@Override
|
||||
public Integer value3() {
|
||||
return getRoleId();
|
||||
}
|
||||
|
||||
@Override
|
||||
public SysAdminRoleRecord value1(String value) {
|
||||
setId(value);
|
||||
return this;
|
||||
}
|
||||
|
||||
@Override
|
||||
public SysAdminRoleRecord value2(String value) {
|
||||
setAdminId(value);
|
||||
return this;
|
||||
}
|
||||
|
||||
@Override
|
||||
public SysAdminRoleRecord value3(Integer value) {
|
||||
setRoleId(value);
|
||||
return this;
|
||||
}
|
||||
|
||||
@Override
|
||||
public SysAdminRoleRecord values(String value1, String value2, Integer value3) {
|
||||
value1(value1);
|
||||
value2(value2);
|
||||
value3(value3);
|
||||
return this;
|
||||
}
|
||||
|
||||
// -------------------------------------------------------------------------
|
||||
// Constructors
|
||||
// -------------------------------------------------------------------------
|
||||
|
|
|
|||
|
|
@ -8,15 +8,18 @@ import java.time.LocalDateTime;
|
|||
|
||||
import jj.tech.paolu.repository.jooq.tables.SysConfig;
|
||||
|
||||
import org.jooq.Field;
|
||||
import org.jooq.Record1;
|
||||
import org.jooq.Record7;
|
||||
import org.jooq.Row7;
|
||||
import org.jooq.impl.UpdatableRecordImpl;
|
||||
|
||||
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class SysConfigRecord extends UpdatableRecordImpl<SysConfigRecord> {
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
|
||||
public class SysConfigRecord extends UpdatableRecordImpl<SysConfigRecord> implements Record7<String, String, String, String, String, String, LocalDateTime> {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
|
|
@ -127,6 +130,179 @@ public class SysConfigRecord extends UpdatableRecordImpl<SysConfigRecord> {
|
|||
return (Record1) super.key();
|
||||
}
|
||||
|
||||
// -------------------------------------------------------------------------
|
||||
// Record7 type implementation
|
||||
// -------------------------------------------------------------------------
|
||||
|
||||
@Override
|
||||
public Row7<String, String, String, String, String, String, LocalDateTime> fieldsRow() {
|
||||
return (Row7) super.fieldsRow();
|
||||
}
|
||||
|
||||
@Override
|
||||
public Row7<String, String, String, String, String, String, LocalDateTime> valuesRow() {
|
||||
return (Row7) super.valuesRow();
|
||||
}
|
||||
|
||||
@Override
|
||||
public Field<String> field1() {
|
||||
return SysConfig.SYS_CONFIG.ID;
|
||||
}
|
||||
|
||||
@Override
|
||||
public Field<String> field2() {
|
||||
return SysConfig.SYS_CONFIG.SUBGROUP;
|
||||
}
|
||||
|
||||
@Override
|
||||
public Field<String> field3() {
|
||||
return SysConfig.SYS_CONFIG.K;
|
||||
}
|
||||
|
||||
@Override
|
||||
public Field<String> field4() {
|
||||
return SysConfig.SYS_CONFIG.VAL;
|
||||
}
|
||||
|
||||
@Override
|
||||
public Field<String> field5() {
|
||||
return SysConfig.SYS_CONFIG.ADMIN_ID;
|
||||
}
|
||||
|
||||
@Override
|
||||
public Field<String> field6() {
|
||||
return SysConfig.SYS_CONFIG.ADMINNAME;
|
||||
}
|
||||
|
||||
@Override
|
||||
public Field<LocalDateTime> field7() {
|
||||
return SysConfig.SYS_CONFIG.EDITTIME;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String component1() {
|
||||
return getId();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String component2() {
|
||||
return getSubgroup();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String component3() {
|
||||
return getK();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String component4() {
|
||||
return getVal();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String component5() {
|
||||
return getAdminId();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String component6() {
|
||||
return getAdminname();
|
||||
}
|
||||
|
||||
@Override
|
||||
public LocalDateTime component7() {
|
||||
return getEdittime();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String value1() {
|
||||
return getId();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String value2() {
|
||||
return getSubgroup();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String value3() {
|
||||
return getK();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String value4() {
|
||||
return getVal();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String value5() {
|
||||
return getAdminId();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String value6() {
|
||||
return getAdminname();
|
||||
}
|
||||
|
||||
@Override
|
||||
public LocalDateTime value7() {
|
||||
return getEdittime();
|
||||
}
|
||||
|
||||
@Override
|
||||
public SysConfigRecord value1(String value) {
|
||||
setId(value);
|
||||
return this;
|
||||
}
|
||||
|
||||
@Override
|
||||
public SysConfigRecord value2(String value) {
|
||||
setSubgroup(value);
|
||||
return this;
|
||||
}
|
||||
|
||||
@Override
|
||||
public SysConfigRecord value3(String value) {
|
||||
setK(value);
|
||||
return this;
|
||||
}
|
||||
|
||||
@Override
|
||||
public SysConfigRecord value4(String value) {
|
||||
setVal(value);
|
||||
return this;
|
||||
}
|
||||
|
||||
@Override
|
||||
public SysConfigRecord value5(String value) {
|
||||
setAdminId(value);
|
||||
return this;
|
||||
}
|
||||
|
||||
@Override
|
||||
public SysConfigRecord value6(String value) {
|
||||
setAdminname(value);
|
||||
return this;
|
||||
}
|
||||
|
||||
@Override
|
||||
public SysConfigRecord value7(LocalDateTime value) {
|
||||
setEdittime(value);
|
||||
return this;
|
||||
}
|
||||
|
||||
@Override
|
||||
public SysConfigRecord values(String value1, String value2, String value3, String value4, String value5, String value6, LocalDateTime value7) {
|
||||
value1(value1);
|
||||
value2(value2);
|
||||
value3(value3);
|
||||
value4(value4);
|
||||
value5(value5);
|
||||
value6(value6);
|
||||
value7(value7);
|
||||
return this;
|
||||
}
|
||||
|
||||
// -------------------------------------------------------------------------
|
||||
// Constructors
|
||||
// -------------------------------------------------------------------------
|
||||
|
|
|
|||
|
|
@ -6,15 +6,18 @@ package jj.tech.paolu.repository.jooq.tables.records;
|
|||
|
||||
import jj.tech.paolu.repository.jooq.tables.SysMenu;
|
||||
|
||||
import org.jooq.Field;
|
||||
import org.jooq.Record1;
|
||||
import org.jooq.Record10;
|
||||
import org.jooq.Row10;
|
||||
import org.jooq.impl.UpdatableRecordImpl;
|
||||
|
||||
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class SysMenuRecord extends UpdatableRecordImpl<SysMenuRecord> {
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
|
||||
public class SysMenuRecord extends UpdatableRecordImpl<SysMenuRecord> implements Record10<String, String, Integer, String, String, String, String, Integer, String, Integer> {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
|
|
@ -167,6 +170,245 @@ public class SysMenuRecord extends UpdatableRecordImpl<SysMenuRecord> {
|
|||
return (Record1) super.key();
|
||||
}
|
||||
|
||||
// -------------------------------------------------------------------------
|
||||
// Record10 type implementation
|
||||
// -------------------------------------------------------------------------
|
||||
|
||||
@Override
|
||||
public Row10<String, String, Integer, String, String, String, String, Integer, String, Integer> fieldsRow() {
|
||||
return (Row10) super.fieldsRow();
|
||||
}
|
||||
|
||||
@Override
|
||||
public Row10<String, String, Integer, String, String, String, String, Integer, String, Integer> valuesRow() {
|
||||
return (Row10) super.valuesRow();
|
||||
}
|
||||
|
||||
@Override
|
||||
public Field<String> field1() {
|
||||
return SysMenu.SYS_MENU.ID;
|
||||
}
|
||||
|
||||
@Override
|
||||
public Field<String> field2() {
|
||||
return SysMenu.SYS_MENU.PARENT_ID;
|
||||
}
|
||||
|
||||
@Override
|
||||
public Field<Integer> field3() {
|
||||
return SysMenu.SYS_MENU.LEVEL;
|
||||
}
|
||||
|
||||
@Override
|
||||
public Field<String> field4() {
|
||||
return SysMenu.SYS_MENU.NAME;
|
||||
}
|
||||
|
||||
@Override
|
||||
public Field<String> field5() {
|
||||
return SysMenu.SYS_MENU.TYPES;
|
||||
}
|
||||
|
||||
@Override
|
||||
public Field<String> field6() {
|
||||
return SysMenu.SYS_MENU.URL;
|
||||
}
|
||||
|
||||
@Override
|
||||
public Field<String> field7() {
|
||||
return SysMenu.SYS_MENU.ICON;
|
||||
}
|
||||
|
||||
@Override
|
||||
public Field<Integer> field8() {
|
||||
return SysMenu.SYS_MENU.IS_OPEN;
|
||||
}
|
||||
|
||||
@Override
|
||||
public Field<String> field9() {
|
||||
return SysMenu.SYS_MENU.DESCRIPTION;
|
||||
}
|
||||
|
||||
@Override
|
||||
public Field<Integer> field10() {
|
||||
return SysMenu.SYS_MENU.SORT;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String component1() {
|
||||
return getId();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String component2() {
|
||||
return getParentId();
|
||||
}
|
||||
|
||||
@Override
|
||||
public Integer component3() {
|
||||
return getLevel();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String component4() {
|
||||
return getName();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String component5() {
|
||||
return getTypes();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String component6() {
|
||||
return getUrl();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String component7() {
|
||||
return getIcon();
|
||||
}
|
||||
|
||||
@Override
|
||||
public Integer component8() {
|
||||
return getIsOpen();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String component9() {
|
||||
return getDescription();
|
||||
}
|
||||
|
||||
@Override
|
||||
public Integer component10() {
|
||||
return getSort();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String value1() {
|
||||
return getId();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String value2() {
|
||||
return getParentId();
|
||||
}
|
||||
|
||||
@Override
|
||||
public Integer value3() {
|
||||
return getLevel();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String value4() {
|
||||
return getName();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String value5() {
|
||||
return getTypes();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String value6() {
|
||||
return getUrl();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String value7() {
|
||||
return getIcon();
|
||||
}
|
||||
|
||||
@Override
|
||||
public Integer value8() {
|
||||
return getIsOpen();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String value9() {
|
||||
return getDescription();
|
||||
}
|
||||
|
||||
@Override
|
||||
public Integer value10() {
|
||||
return getSort();
|
||||
}
|
||||
|
||||
@Override
|
||||
public SysMenuRecord value1(String value) {
|
||||
setId(value);
|
||||
return this;
|
||||
}
|
||||
|
||||
@Override
|
||||
public SysMenuRecord value2(String value) {
|
||||
setParentId(value);
|
||||
return this;
|
||||
}
|
||||
|
||||
@Override
|
||||
public SysMenuRecord value3(Integer value) {
|
||||
setLevel(value);
|
||||
return this;
|
||||
}
|
||||
|
||||
@Override
|
||||
public SysMenuRecord value4(String value) {
|
||||
setName(value);
|
||||
return this;
|
||||
}
|
||||
|
||||
@Override
|
||||
public SysMenuRecord value5(String value) {
|
||||
setTypes(value);
|
||||
return this;
|
||||
}
|
||||
|
||||
@Override
|
||||
public SysMenuRecord value6(String value) {
|
||||
setUrl(value);
|
||||
return this;
|
||||
}
|
||||
|
||||
@Override
|
||||
public SysMenuRecord value7(String value) {
|
||||
setIcon(value);
|
||||
return this;
|
||||
}
|
||||
|
||||
@Override
|
||||
public SysMenuRecord value8(Integer value) {
|
||||
setIsOpen(value);
|
||||
return this;
|
||||
}
|
||||
|
||||
@Override
|
||||
public SysMenuRecord value9(String value) {
|
||||
setDescription(value);
|
||||
return this;
|
||||
}
|
||||
|
||||
@Override
|
||||
public SysMenuRecord value10(Integer value) {
|
||||
setSort(value);
|
||||
return this;
|
||||
}
|
||||
|
||||
@Override
|
||||
public SysMenuRecord values(String value1, String value2, Integer value3, String value4, String value5, String value6, String value7, Integer value8, String value9, Integer value10) {
|
||||
value1(value1);
|
||||
value2(value2);
|
||||
value3(value3);
|
||||
value4(value4);
|
||||
value5(value5);
|
||||
value6(value6);
|
||||
value7(value7);
|
||||
value8(value8);
|
||||
value9(value9);
|
||||
value10(value10);
|
||||
return this;
|
||||
}
|
||||
|
||||
// -------------------------------------------------------------------------
|
||||
// Constructors
|
||||
// -------------------------------------------------------------------------
|
||||
|
|
|
|||
|
|
@ -6,15 +6,18 @@ package jj.tech.paolu.repository.jooq.tables.records;
|
|||
|
||||
import jj.tech.paolu.repository.jooq.tables.SysOrg;
|
||||
|
||||
import org.jooq.Field;
|
||||
import org.jooq.Record1;
|
||||
import org.jooq.Record4;
|
||||
import org.jooq.Row4;
|
||||
import org.jooq.impl.UpdatableRecordImpl;
|
||||
|
||||
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class SysOrgRecord extends UpdatableRecordImpl<SysOrgRecord> {
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
|
||||
public class SysOrgRecord extends UpdatableRecordImpl<SysOrgRecord> implements Record4<String, String, Integer, String> {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
|
|
@ -83,6 +86,113 @@ public class SysOrgRecord extends UpdatableRecordImpl<SysOrgRecord> {
|
|||
return (Record1) super.key();
|
||||
}
|
||||
|
||||
// -------------------------------------------------------------------------
|
||||
// Record4 type implementation
|
||||
// -------------------------------------------------------------------------
|
||||
|
||||
@Override
|
||||
public Row4<String, String, Integer, String> fieldsRow() {
|
||||
return (Row4) super.fieldsRow();
|
||||
}
|
||||
|
||||
@Override
|
||||
public Row4<String, String, Integer, String> valuesRow() {
|
||||
return (Row4) super.valuesRow();
|
||||
}
|
||||
|
||||
@Override
|
||||
public Field<String> field1() {
|
||||
return SysOrg.SYS_ORG.ID;
|
||||
}
|
||||
|
||||
@Override
|
||||
public Field<String> field2() {
|
||||
return SysOrg.SYS_ORG.PID;
|
||||
}
|
||||
|
||||
@Override
|
||||
public Field<Integer> field3() {
|
||||
return SysOrg.SYS_ORG.STATUS;
|
||||
}
|
||||
|
||||
@Override
|
||||
public Field<String> field4() {
|
||||
return SysOrg.SYS_ORG.ORG_TYPE;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String component1() {
|
||||
return getId();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String component2() {
|
||||
return getPid();
|
||||
}
|
||||
|
||||
@Override
|
||||
public Integer component3() {
|
||||
return getStatus();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String component4() {
|
||||
return getOrgType();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String value1() {
|
||||
return getId();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String value2() {
|
||||
return getPid();
|
||||
}
|
||||
|
||||
@Override
|
||||
public Integer value3() {
|
||||
return getStatus();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String value4() {
|
||||
return getOrgType();
|
||||
}
|
||||
|
||||
@Override
|
||||
public SysOrgRecord value1(String value) {
|
||||
setId(value);
|
||||
return this;
|
||||
}
|
||||
|
||||
@Override
|
||||
public SysOrgRecord value2(String value) {
|
||||
setPid(value);
|
||||
return this;
|
||||
}
|
||||
|
||||
@Override
|
||||
public SysOrgRecord value3(Integer value) {
|
||||
setStatus(value);
|
||||
return this;
|
||||
}
|
||||
|
||||
@Override
|
||||
public SysOrgRecord value4(String value) {
|
||||
setOrgType(value);
|
||||
return this;
|
||||
}
|
||||
|
||||
@Override
|
||||
public SysOrgRecord values(String value1, String value2, Integer value3, String value4) {
|
||||
value1(value1);
|
||||
value2(value2);
|
||||
value3(value3);
|
||||
value4(value4);
|
||||
return this;
|
||||
}
|
||||
|
||||
// -------------------------------------------------------------------------
|
||||
// Constructors
|
||||
// -------------------------------------------------------------------------
|
||||
|
|
|
|||
|
|
@ -6,15 +6,18 @@ package jj.tech.paolu.repository.jooq.tables.records;
|
|||
|
||||
import jj.tech.paolu.repository.jooq.tables.SysResource;
|
||||
|
||||
import org.jooq.Field;
|
||||
import org.jooq.Record1;
|
||||
import org.jooq.Record9;
|
||||
import org.jooq.Row9;
|
||||
import org.jooq.impl.UpdatableRecordImpl;
|
||||
|
||||
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class SysResourceRecord extends UpdatableRecordImpl<SysResourceRecord> {
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
|
||||
public class SysResourceRecord extends UpdatableRecordImpl<SysResourceRecord> implements Record9<String, String, Short, String, String, String, String, Byte, String> {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
|
|
@ -153,6 +156,223 @@ public class SysResourceRecord extends UpdatableRecordImpl<SysResourceRecord> {
|
|||
return (Record1) super.key();
|
||||
}
|
||||
|
||||
// -------------------------------------------------------------------------
|
||||
// Record9 type implementation
|
||||
// -------------------------------------------------------------------------
|
||||
|
||||
@Override
|
||||
public Row9<String, String, Short, String, String, String, String, Byte, String> fieldsRow() {
|
||||
return (Row9) super.fieldsRow();
|
||||
}
|
||||
|
||||
@Override
|
||||
public Row9<String, String, Short, String, String, String, String, Byte, String> valuesRow() {
|
||||
return (Row9) super.valuesRow();
|
||||
}
|
||||
|
||||
@Override
|
||||
public Field<String> field1() {
|
||||
return SysResource.SYS_RESOURCE.ID;
|
||||
}
|
||||
|
||||
@Override
|
||||
public Field<String> field2() {
|
||||
return SysResource.SYS_RESOURCE.PARENT_ID;
|
||||
}
|
||||
|
||||
@Override
|
||||
public Field<Short> field3() {
|
||||
return SysResource.SYS_RESOURCE.LEVEL;
|
||||
}
|
||||
|
||||
@Override
|
||||
public Field<String> field4() {
|
||||
return SysResource.SYS_RESOURCE.NAME;
|
||||
}
|
||||
|
||||
@Override
|
||||
public Field<String> field5() {
|
||||
return SysResource.SYS_RESOURCE.TYPES;
|
||||
}
|
||||
|
||||
@Override
|
||||
public Field<String> field6() {
|
||||
return SysResource.SYS_RESOURCE.URL;
|
||||
}
|
||||
|
||||
@Override
|
||||
public Field<String> field7() {
|
||||
return SysResource.SYS_RESOURCE.ICON;
|
||||
}
|
||||
|
||||
@Override
|
||||
public Field<Byte> field8() {
|
||||
return SysResource.SYS_RESOURCE.ISHIDE;
|
||||
}
|
||||
|
||||
@Override
|
||||
public Field<String> field9() {
|
||||
return SysResource.SYS_RESOURCE.DESCRIPTION;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String component1() {
|
||||
return getId();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String component2() {
|
||||
return getParentId();
|
||||
}
|
||||
|
||||
@Override
|
||||
public Short component3() {
|
||||
return getLevel();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String component4() {
|
||||
return getName();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String component5() {
|
||||
return getTypes();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String component6() {
|
||||
return getUrl();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String component7() {
|
||||
return getIcon();
|
||||
}
|
||||
|
||||
@Override
|
||||
public Byte component8() {
|
||||
return getIshide();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String component9() {
|
||||
return getDescription();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String value1() {
|
||||
return getId();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String value2() {
|
||||
return getParentId();
|
||||
}
|
||||
|
||||
@Override
|
||||
public Short value3() {
|
||||
return getLevel();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String value4() {
|
||||
return getName();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String value5() {
|
||||
return getTypes();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String value6() {
|
||||
return getUrl();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String value7() {
|
||||
return getIcon();
|
||||
}
|
||||
|
||||
@Override
|
||||
public Byte value8() {
|
||||
return getIshide();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String value9() {
|
||||
return getDescription();
|
||||
}
|
||||
|
||||
@Override
|
||||
public SysResourceRecord value1(String value) {
|
||||
setId(value);
|
||||
return this;
|
||||
}
|
||||
|
||||
@Override
|
||||
public SysResourceRecord value2(String value) {
|
||||
setParentId(value);
|
||||
return this;
|
||||
}
|
||||
|
||||
@Override
|
||||
public SysResourceRecord value3(Short value) {
|
||||
setLevel(value);
|
||||
return this;
|
||||
}
|
||||
|
||||
@Override
|
||||
public SysResourceRecord value4(String value) {
|
||||
setName(value);
|
||||
return this;
|
||||
}
|
||||
|
||||
@Override
|
||||
public SysResourceRecord value5(String value) {
|
||||
setTypes(value);
|
||||
return this;
|
||||
}
|
||||
|
||||
@Override
|
||||
public SysResourceRecord value6(String value) {
|
||||
setUrl(value);
|
||||
return this;
|
||||
}
|
||||
|
||||
@Override
|
||||
public SysResourceRecord value7(String value) {
|
||||
setIcon(value);
|
||||
return this;
|
||||
}
|
||||
|
||||
@Override
|
||||
public SysResourceRecord value8(Byte value) {
|
||||
setIshide(value);
|
||||
return this;
|
||||
}
|
||||
|
||||
@Override
|
||||
public SysResourceRecord value9(String value) {
|
||||
setDescription(value);
|
||||
return this;
|
||||
}
|
||||
|
||||
@Override
|
||||
public SysResourceRecord values(String value1, String value2, Short value3, String value4, String value5, String value6, String value7, Byte value8, String value9) {
|
||||
value1(value1);
|
||||
value2(value2);
|
||||
value3(value3);
|
||||
value4(value4);
|
||||
value5(value5);
|
||||
value6(value6);
|
||||
value7(value7);
|
||||
value8(value8);
|
||||
value9(value9);
|
||||
return this;
|
||||
}
|
||||
|
||||
// -------------------------------------------------------------------------
|
||||
// Constructors
|
||||
// -------------------------------------------------------------------------
|
||||
|
|
|
|||
|
|
@ -6,15 +6,18 @@ package jj.tech.paolu.repository.jooq.tables.records;
|
|||
|
||||
import jj.tech.paolu.repository.jooq.tables.SysRole;
|
||||
|
||||
import org.jooq.Field;
|
||||
import org.jooq.Record1;
|
||||
import org.jooq.Record3;
|
||||
import org.jooq.Row3;
|
||||
import org.jooq.impl.UpdatableRecordImpl;
|
||||
|
||||
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class SysRoleRecord extends UpdatableRecordImpl<SysRoleRecord> {
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
|
||||
public class SysRoleRecord extends UpdatableRecordImpl<SysRoleRecord> implements Record3<String, String, String> {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
|
|
@ -69,6 +72,91 @@ public class SysRoleRecord extends UpdatableRecordImpl<SysRoleRecord> {
|
|||
return (Record1) super.key();
|
||||
}
|
||||
|
||||
// -------------------------------------------------------------------------
|
||||
// Record3 type implementation
|
||||
// -------------------------------------------------------------------------
|
||||
|
||||
@Override
|
||||
public Row3<String, String, String> fieldsRow() {
|
||||
return (Row3) super.fieldsRow();
|
||||
}
|
||||
|
||||
@Override
|
||||
public Row3<String, String, String> valuesRow() {
|
||||
return (Row3) super.valuesRow();
|
||||
}
|
||||
|
||||
@Override
|
||||
public Field<String> field1() {
|
||||
return SysRole.SYS_ROLE.ID;
|
||||
}
|
||||
|
||||
@Override
|
||||
public Field<String> field2() {
|
||||
return SysRole.SYS_ROLE.ROLENAME;
|
||||
}
|
||||
|
||||
@Override
|
||||
public Field<String> field3() {
|
||||
return SysRole.SYS_ROLE.DEPARTMENT;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String component1() {
|
||||
return getId();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String component2() {
|
||||
return getRolename();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String component3() {
|
||||
return getDepartment();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String value1() {
|
||||
return getId();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String value2() {
|
||||
return getRolename();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String value3() {
|
||||
return getDepartment();
|
||||
}
|
||||
|
||||
@Override
|
||||
public SysRoleRecord value1(String value) {
|
||||
setId(value);
|
||||
return this;
|
||||
}
|
||||
|
||||
@Override
|
||||
public SysRoleRecord value2(String value) {
|
||||
setRolename(value);
|
||||
return this;
|
||||
}
|
||||
|
||||
@Override
|
||||
public SysRoleRecord value3(String value) {
|
||||
setDepartment(value);
|
||||
return this;
|
||||
}
|
||||
|
||||
@Override
|
||||
public SysRoleRecord values(String value1, String value2, String value3) {
|
||||
value1(value1);
|
||||
value2(value2);
|
||||
value3(value3);
|
||||
return this;
|
||||
}
|
||||
|
||||
// -------------------------------------------------------------------------
|
||||
// Constructors
|
||||
// -------------------------------------------------------------------------
|
||||
|
|
|
|||
|
|
@ -6,15 +6,18 @@ package jj.tech.paolu.repository.jooq.tables.records;
|
|||
|
||||
import jj.tech.paolu.repository.jooq.tables.SysRoleResource;
|
||||
|
||||
import org.jooq.Field;
|
||||
import org.jooq.Record2;
|
||||
import org.jooq.Record3;
|
||||
import org.jooq.Row3;
|
||||
import org.jooq.impl.UpdatableRecordImpl;
|
||||
|
||||
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class SysRoleResourceRecord extends UpdatableRecordImpl<SysRoleResourceRecord> {
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
|
||||
public class SysRoleResourceRecord extends UpdatableRecordImpl<SysRoleResourceRecord> implements Record3<String, String, String> {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
|
|
@ -69,6 +72,91 @@ public class SysRoleResourceRecord extends UpdatableRecordImpl<SysRoleResourceRe
|
|||
return (Record2) super.key();
|
||||
}
|
||||
|
||||
// -------------------------------------------------------------------------
|
||||
// Record3 type implementation
|
||||
// -------------------------------------------------------------------------
|
||||
|
||||
@Override
|
||||
public Row3<String, String, String> fieldsRow() {
|
||||
return (Row3) super.fieldsRow();
|
||||
}
|
||||
|
||||
@Override
|
||||
public Row3<String, String, String> valuesRow() {
|
||||
return (Row3) super.valuesRow();
|
||||
}
|
||||
|
||||
@Override
|
||||
public Field<String> field1() {
|
||||
return SysRoleResource.SYS_ROLE_RESOURCE.ID;
|
||||
}
|
||||
|
||||
@Override
|
||||
public Field<String> field2() {
|
||||
return SysRoleResource.SYS_ROLE_RESOURCE.ROLEID;
|
||||
}
|
||||
|
||||
@Override
|
||||
public Field<String> field3() {
|
||||
return SysRoleResource.SYS_ROLE_RESOURCE.RESID;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String component1() {
|
||||
return getId();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String component2() {
|
||||
return getRoleid();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String component3() {
|
||||
return getResid();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String value1() {
|
||||
return getId();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String value2() {
|
||||
return getRoleid();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String value3() {
|
||||
return getResid();
|
||||
}
|
||||
|
||||
@Override
|
||||
public SysRoleResourceRecord value1(String value) {
|
||||
setId(value);
|
||||
return this;
|
||||
}
|
||||
|
||||
@Override
|
||||
public SysRoleResourceRecord value2(String value) {
|
||||
setRoleid(value);
|
||||
return this;
|
||||
}
|
||||
|
||||
@Override
|
||||
public SysRoleResourceRecord value3(String value) {
|
||||
setResid(value);
|
||||
return this;
|
||||
}
|
||||
|
||||
@Override
|
||||
public SysRoleResourceRecord values(String value1, String value2, String value3) {
|
||||
value1(value1);
|
||||
value2(value2);
|
||||
value3(value3);
|
||||
return this;
|
||||
}
|
||||
|
||||
// -------------------------------------------------------------------------
|
||||
// Constructors
|
||||
// -------------------------------------------------------------------------
|
||||
|
|
|
|||
|
|
@ -6,15 +6,18 @@ package jj.tech.paolu.repository.jooq.tables.records;
|
|||
|
||||
import jj.tech.paolu.repository.jooq.tables.SysRoleUrl;
|
||||
|
||||
import org.jooq.Field;
|
||||
import org.jooq.Record1;
|
||||
import org.jooq.Record4;
|
||||
import org.jooq.Row4;
|
||||
import org.jooq.impl.UpdatableRecordImpl;
|
||||
|
||||
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class SysRoleUrlRecord extends UpdatableRecordImpl<SysRoleUrlRecord> {
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
|
||||
public class SysRoleUrlRecord extends UpdatableRecordImpl<SysRoleUrlRecord> implements Record4<String, String, String, Integer> {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
|
|
@ -83,6 +86,113 @@ public class SysRoleUrlRecord extends UpdatableRecordImpl<SysRoleUrlRecord> {
|
|||
return (Record1) super.key();
|
||||
}
|
||||
|
||||
// -------------------------------------------------------------------------
|
||||
// Record4 type implementation
|
||||
// -------------------------------------------------------------------------
|
||||
|
||||
@Override
|
||||
public Row4<String, String, String, Integer> fieldsRow() {
|
||||
return (Row4) super.fieldsRow();
|
||||
}
|
||||
|
||||
@Override
|
||||
public Row4<String, String, String, Integer> valuesRow() {
|
||||
return (Row4) super.valuesRow();
|
||||
}
|
||||
|
||||
@Override
|
||||
public Field<String> field1() {
|
||||
return SysRoleUrl.SYS_ROLE_URL.ID;
|
||||
}
|
||||
|
||||
@Override
|
||||
public Field<String> field2() {
|
||||
return SysRoleUrl.SYS_ROLE_URL.ROLEID;
|
||||
}
|
||||
|
||||
@Override
|
||||
public Field<String> field3() {
|
||||
return SysRoleUrl.SYS_ROLE_URL.URL;
|
||||
}
|
||||
|
||||
@Override
|
||||
public Field<Integer> field4() {
|
||||
return SysRoleUrl.SYS_ROLE_URL.URLTYPES;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String component1() {
|
||||
return getId();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String component2() {
|
||||
return getRoleid();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String component3() {
|
||||
return getUrl();
|
||||
}
|
||||
|
||||
@Override
|
||||
public Integer component4() {
|
||||
return getUrltypes();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String value1() {
|
||||
return getId();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String value2() {
|
||||
return getRoleid();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String value3() {
|
||||
return getUrl();
|
||||
}
|
||||
|
||||
@Override
|
||||
public Integer value4() {
|
||||
return getUrltypes();
|
||||
}
|
||||
|
||||
@Override
|
||||
public SysRoleUrlRecord value1(String value) {
|
||||
setId(value);
|
||||
return this;
|
||||
}
|
||||
|
||||
@Override
|
||||
public SysRoleUrlRecord value2(String value) {
|
||||
setRoleid(value);
|
||||
return this;
|
||||
}
|
||||
|
||||
@Override
|
||||
public SysRoleUrlRecord value3(String value) {
|
||||
setUrl(value);
|
||||
return this;
|
||||
}
|
||||
|
||||
@Override
|
||||
public SysRoleUrlRecord value4(Integer value) {
|
||||
setUrltypes(value);
|
||||
return this;
|
||||
}
|
||||
|
||||
@Override
|
||||
public SysRoleUrlRecord values(String value1, String value2, String value3, Integer value4) {
|
||||
value1(value1);
|
||||
value2(value2);
|
||||
value3(value3);
|
||||
value4(value4);
|
||||
return this;
|
||||
}
|
||||
|
||||
// -------------------------------------------------------------------------
|
||||
// Constructors
|
||||
// -------------------------------------------------------------------------
|
||||
|
|
|
|||
|
|
@ -6,15 +6,18 @@ package jj.tech.paolu.repository.jooq.tables.records;
|
|||
|
||||
import jj.tech.paolu.repository.jooq.tables.SysUrls;
|
||||
|
||||
import org.jooq.Field;
|
||||
import org.jooq.Record1;
|
||||
import org.jooq.Record7;
|
||||
import org.jooq.Row7;
|
||||
import org.jooq.impl.UpdatableRecordImpl;
|
||||
|
||||
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class SysUrlsRecord extends UpdatableRecordImpl<SysUrlsRecord> {
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
|
||||
public class SysUrlsRecord extends UpdatableRecordImpl<SysUrlsRecord> implements Record7<String, Integer, Integer, Integer, String, String, String> {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
|
|
@ -125,6 +128,179 @@ public class SysUrlsRecord extends UpdatableRecordImpl<SysUrlsRecord> {
|
|||
return (Record1) super.key();
|
||||
}
|
||||
|
||||
// -------------------------------------------------------------------------
|
||||
// Record7 type implementation
|
||||
// -------------------------------------------------------------------------
|
||||
|
||||
@Override
|
||||
public Row7<String, Integer, Integer, Integer, String, String, String> fieldsRow() {
|
||||
return (Row7) super.fieldsRow();
|
||||
}
|
||||
|
||||
@Override
|
||||
public Row7<String, Integer, Integer, Integer, String, String, String> valuesRow() {
|
||||
return (Row7) super.valuesRow();
|
||||
}
|
||||
|
||||
@Override
|
||||
public Field<String> field1() {
|
||||
return SysUrls.SYS_URLS.ID;
|
||||
}
|
||||
|
||||
@Override
|
||||
public Field<Integer> field2() {
|
||||
return SysUrls.SYS_URLS.PID;
|
||||
}
|
||||
|
||||
@Override
|
||||
public Field<Integer> field3() {
|
||||
return SysUrls.SYS_URLS.TYPES;
|
||||
}
|
||||
|
||||
@Override
|
||||
public Field<Integer> field4() {
|
||||
return SysUrls.SYS_URLS.LEVEL;
|
||||
}
|
||||
|
||||
@Override
|
||||
public Field<String> field5() {
|
||||
return SysUrls.SYS_URLS.URL;
|
||||
}
|
||||
|
||||
@Override
|
||||
public Field<String> field6() {
|
||||
return SysUrls.SYS_URLS.NAME;
|
||||
}
|
||||
|
||||
@Override
|
||||
public Field<String> field7() {
|
||||
return SysUrls.SYS_URLS.METHOD;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String component1() {
|
||||
return getId();
|
||||
}
|
||||
|
||||
@Override
|
||||
public Integer component2() {
|
||||
return getPid();
|
||||
}
|
||||
|
||||
@Override
|
||||
public Integer component3() {
|
||||
return getTypes();
|
||||
}
|
||||
|
||||
@Override
|
||||
public Integer component4() {
|
||||
return getLevel();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String component5() {
|
||||
return getUrl();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String component6() {
|
||||
return getName();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String component7() {
|
||||
return getMethod();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String value1() {
|
||||
return getId();
|
||||
}
|
||||
|
||||
@Override
|
||||
public Integer value2() {
|
||||
return getPid();
|
||||
}
|
||||
|
||||
@Override
|
||||
public Integer value3() {
|
||||
return getTypes();
|
||||
}
|
||||
|
||||
@Override
|
||||
public Integer value4() {
|
||||
return getLevel();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String value5() {
|
||||
return getUrl();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String value6() {
|
||||
return getName();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String value7() {
|
||||
return getMethod();
|
||||
}
|
||||
|
||||
@Override
|
||||
public SysUrlsRecord value1(String value) {
|
||||
setId(value);
|
||||
return this;
|
||||
}
|
||||
|
||||
@Override
|
||||
public SysUrlsRecord value2(Integer value) {
|
||||
setPid(value);
|
||||
return this;
|
||||
}
|
||||
|
||||
@Override
|
||||
public SysUrlsRecord value3(Integer value) {
|
||||
setTypes(value);
|
||||
return this;
|
||||
}
|
||||
|
||||
@Override
|
||||
public SysUrlsRecord value4(Integer value) {
|
||||
setLevel(value);
|
||||
return this;
|
||||
}
|
||||
|
||||
@Override
|
||||
public SysUrlsRecord value5(String value) {
|
||||
setUrl(value);
|
||||
return this;
|
||||
}
|
||||
|
||||
@Override
|
||||
public SysUrlsRecord value6(String value) {
|
||||
setName(value);
|
||||
return this;
|
||||
}
|
||||
|
||||
@Override
|
||||
public SysUrlsRecord value7(String value) {
|
||||
setMethod(value);
|
||||
return this;
|
||||
}
|
||||
|
||||
@Override
|
||||
public SysUrlsRecord values(String value1, Integer value2, Integer value3, Integer value4, String value5, String value6, String value7) {
|
||||
value1(value1);
|
||||
value2(value2);
|
||||
value3(value3);
|
||||
value4(value4);
|
||||
value5(value5);
|
||||
value6(value6);
|
||||
value7(value7);
|
||||
return this;
|
||||
}
|
||||
|
||||
// -------------------------------------------------------------------------
|
||||
// Constructors
|
||||
// -------------------------------------------------------------------------
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
<database>
|
||||
<!--数据库名称-->
|
||||
<inputSchema>yx</inputSchema>
|
||||
<inputSchema>public</inputSchema>
|
||||
<!--<inputSchema>public</inputSchema>-->
|
||||
<!--include和exclude用于控制为数据库中哪些表生成代码-->
|
||||
<includes>.*</includes>
|
||||
<!--<excludes></excludes>-->
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user