类 AbacPostgresDialect

java.lang.Object
com.mybatisflex.core.dialect.impl.CommonsDialectImpl
com.elitesland.ystdms.sys.security.abac.mybatis.AbacPostgresDialect
所有已实现的接口:
com.mybatisflex.core.dialect.IDialect

public class AbacPostgresDialect extends com.mybatisflex.core.dialect.impl.CommonsDialectImpl
PostgreSQL 方言扩展:在 IDialect.prepareAuth(QueryWrapper, OperateType) 中追加 ABAC 数据权限条件。
  • 字段概要

    从类继承的字段 com.mybatisflex.core.dialect.impl.CommonsDialectImpl

    keywordWrap
  • 构造器概要

    构造器
  • 方法概要

    修饰符和类型
    方法
    说明
    void
    prepareAuth(com.mybatisflex.core.query.QueryWrapper queryWrapper, com.mybatisflex.core.dialect.OperateType operateType)
     

    从类继承的方法 com.mybatisflex.core.dialect.impl.CommonsDialectImpl

    assertPrimaryKeysNotEmpty, buildDeleteSql, buildGroupBySql, buildHavingSql, buildJoinSql, buildLimitOffsetSql, buildLogicDeletedSet, buildLogicNormalCondition, buildNoSelectSql, buildOrderBySql, buildSelectSql, buildSelectSql, buildWhereConditionSql, buildWhereSql, forDeleteBatchByIds, forDeleteById, forDeleteByQuery, forDeleteEntityBatchByIds, forDeleteEntityBatchByQuery, forDeleteEntityById, forHint, forInsertBatchWithFirstRowColumns, forInsertEntity, forInsertEntityBatch, forInsertEntityWithPk, forInsertRow, forSelectByQuery, forSelectEntityListByIds, forSelectOneById, forSelectOneEntityById, forUpdateBatchById, forUpdateById, forUpdateByQuery, forUpdateEntity, forUpdateEntityByQuery, wrap, wrapColumnAlias

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    从接口继承的方法 com.mybatisflex.core.dialect.IDialect

    getRealSchema, getRealTable, prepareAuth, prepareAuth
  • 构造器详细资料

  • 方法详细资料

    • prepareAuth

      public void prepareAuth(com.mybatisflex.core.query.QueryWrapper queryWrapper, com.mybatisflex.core.dialect.OperateType operateType)