Class OAccessTokenDao

java.lang.Object
io.github.jklingsporn.vertx.jooq.shared.internal.AbstractVertxDAO<OAccessTokenRecord,OAccessToken,String,io.vertx.core.Future<List<OAccessToken>>,io.vertx.core.Future<OAccessToken>,io.vertx.core.Future<Integer>,io.vertx.core.Future<String>>
cn.vertxup.rbac.domain.tables.daos.OAccessTokenDao
All Implemented Interfaces:
io.github.jklingsporn.vertx.jooq.classic.VertxDAO<OAccessTokenRecord,OAccessToken,String>, io.github.jklingsporn.vertx.jooq.shared.internal.GenericVertxDAO<OAccessTokenRecord,OAccessToken,String,io.vertx.core.Future<List<OAccessToken>>,io.vertx.core.Future<OAccessToken>,io.vertx.core.Future<Integer>,io.vertx.core.Future<String>>

public class OAccessTokenDao extends io.github.jklingsporn.vertx.jooq.shared.internal.AbstractVertxDAO<OAccessTokenRecord,OAccessToken,String,io.vertx.core.Future<List<OAccessToken>>,io.vertx.core.Future<OAccessToken>,io.vertx.core.Future<Integer>,io.vertx.core.Future<String>> implements io.github.jklingsporn.vertx.jooq.classic.VertxDAO<OAccessTokenRecord,OAccessToken,String>
This class is generated by jOOQ.
  • Constructor Details

    • OAccessTokenDao

      public OAccessTokenDao(org.jooq.Configuration configuration, io.vertx.core.Vertx vertx)
      Parameters:
      configuration - The Configuration used for rendering and query execution.
      vertx - the vertx instance
  • Method Details

    • getId

      protected String getId(OAccessToken object)
      Specified by:
      getId in class io.github.jklingsporn.vertx.jooq.shared.internal.AbstractVertxDAO<OAccessTokenRecord,OAccessToken,String,io.vertx.core.Future<List<OAccessToken>>,io.vertx.core.Future<OAccessToken>,io.vertx.core.Future<Integer>,io.vertx.core.Future<String>>
    • findManyByToken

      public io.vertx.core.Future<List<OAccessToken>> findManyByToken(Collection<byte[]> values)
      Find records that have TOKEN IN (values) asynchronously
    • findManyByToken

      public io.vertx.core.Future<List<OAccessToken>> findManyByToken(Collection<byte[]> values, int limit)
      Find records that have TOKEN IN (values) asynchronously limited by the given limit
    • findManyByAuth

      public io.vertx.core.Future<List<OAccessToken>> findManyByAuth(Collection<byte[]> values)
      Find records that have AUTH IN (values) asynchronously
    • findManyByAuth

      public io.vertx.core.Future<List<OAccessToken>> findManyByAuth(Collection<byte[]> values, int limit)
      Find records that have AUTH IN (values) asynchronously limited by the given limit
    • findManyByExpiredTime

      public io.vertx.core.Future<List<OAccessToken>> findManyByExpiredTime(Collection<Long> values)
      Find records that have EXPIRED_TIME IN (values) asynchronously
    • findManyByExpiredTime

      public io.vertx.core.Future<List<OAccessToken>> findManyByExpiredTime(Collection<Long> values, int limit)
      Find records that have EXPIRED_TIME IN (values) asynchronously limited by the given limit
    • findManyByRefreshToken

      public io.vertx.core.Future<List<OAccessToken>> findManyByRefreshToken(Collection<byte[]> values)
      Find records that have REFRESH_TOKEN IN (values) asynchronously
    • findManyByRefreshToken

      public io.vertx.core.Future<List<OAccessToken>> findManyByRefreshToken(Collection<byte[]> values, int limit)
      Find records that have REFRESH_TOKEN IN (values) asynchronously limited by the given limit
    • findManyByLanguage

      public io.vertx.core.Future<List<OAccessToken>> findManyByLanguage(Collection<String> values)
      Find records that have LANGUAGE IN (values) asynchronously
    • findManyByLanguage

      public io.vertx.core.Future<List<OAccessToken>> findManyByLanguage(Collection<String> values, int limit)
      Find records that have LANGUAGE IN (values) asynchronously limited by the given limit
    • findManyByActive

      public io.vertx.core.Future<List<OAccessToken>> findManyByActive(Collection<Boolean> values)
      Find records that have ACTIVE IN (values) asynchronously
    • findManyByActive

      public io.vertx.core.Future<List<OAccessToken>> findManyByActive(Collection<Boolean> values, int limit)
      Find records that have ACTIVE IN (values) asynchronously limited by the given limit
    • findManyByMetadata

      public io.vertx.core.Future<List<OAccessToken>> findManyByMetadata(Collection<String> values)
      Find records that have METADATA IN (values) asynchronously
    • findManyByMetadata

      public io.vertx.core.Future<List<OAccessToken>> findManyByMetadata(Collection<String> values, int limit)
      Find records that have METADATA IN (values) asynchronously limited by the given limit
    • findManyByCreatedAt

      public io.vertx.core.Future<List<OAccessToken>> findManyByCreatedAt(Collection<LocalDateTime> values)
      Find records that have CREATED_AT IN (values) asynchronously
    • findManyByCreatedAt

      public io.vertx.core.Future<List<OAccessToken>> findManyByCreatedAt(Collection<LocalDateTime> values, int limit)
      Find records that have CREATED_AT IN (values) asynchronously limited by the given limit
    • findManyByCreatedBy

      public io.vertx.core.Future<List<OAccessToken>> findManyByCreatedBy(Collection<String> values)
      Find records that have CREATED_BY IN (values) asynchronously
    • findManyByCreatedBy

      public io.vertx.core.Future<List<OAccessToken>> findManyByCreatedBy(Collection<String> values, int limit)
      Find records that have CREATED_BY IN (values) asynchronously limited by the given limit
    • queryExecutor

      public io.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<OAccessTokenRecord,OAccessToken,String> queryExecutor()
      Specified by:
      queryExecutor in interface io.github.jklingsporn.vertx.jooq.shared.internal.GenericVertxDAO<OAccessTokenRecord,OAccessToken,String,io.vertx.core.Future<List<OAccessToken>>,io.vertx.core.Future<OAccessToken>,io.vertx.core.Future<Integer>,io.vertx.core.Future<String>>
      Overrides:
      queryExecutor in class io.github.jklingsporn.vertx.jooq.shared.internal.AbstractVertxDAO<OAccessTokenRecord,OAccessToken,String,io.vertx.core.Future<List<OAccessToken>>,io.vertx.core.Future<OAccessToken>,io.vertx.core.Future<Integer>,io.vertx.core.Future<String>>