Class YqlStatement.Simple<PARAMS,ENTITY extends tech.ydb.yoj.repository.db.Entity<ENTITY>>

java.lang.Object
tech.ydb.yoj.repository.ydb.statement.YqlStatement<PARAMS,ENTITY,ENTITY>
tech.ydb.yoj.repository.ydb.statement.YqlStatement.Simple<PARAMS,ENTITY>
All Implemented Interfaces:
Statement<PARAMS,ENTITY>
Direct Known Subclasses:
UpdateByIdStatement
Enclosing class:
YqlStatement<PARAMS,ENTITY extends tech.ydb.yoj.repository.db.Entity<ENTITY>,RESULT>

protected abstract static class YqlStatement.Simple<PARAMS,ENTITY extends tech.ydb.yoj.repository.db.Entity<ENTITY>> extends YqlStatement<PARAMS,ENTITY,ENTITY>
  • Constructor Details

    • Simple

      public Simple(@NonNull @NonNull Class<ENTITY> type)