Class VFragmentDao

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

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

    • VFragmentDao

      public VFragmentDao(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(VFragment object)
      Specified by:
      getId in class io.github.jklingsporn.vertx.jooq.shared.internal.AbstractVertxDAO<VFragmentRecord,VFragment,String,io.vertx.core.Future<List<VFragment>>,io.vertx.core.Future<VFragment>,io.vertx.core.Future<Integer>,io.vertx.core.Future<String>>
    • findManyByContainer

      public io.vertx.core.Future<List<VFragment>> findManyByContainer(Collection<String> values)
      Find records that have CONTAINER IN (values) asynchronously
    • findManyByContainer

      public io.vertx.core.Future<List<VFragment>> findManyByContainer(Collection<String> values, int limit)
      Find records that have CONTAINER IN (values) asynchronously limited by the given limit
    • findManyByNotice

      public io.vertx.core.Future<List<VFragment>> findManyByNotice(Collection<String> values)
      Find records that have NOTICE IN (values) asynchronously
    • findManyByNotice

      public io.vertx.core.Future<List<VFragment>> findManyByNotice(Collection<String> values, int limit)
      Find records that have NOTICE IN (values) asynchronously limited by the given limit
    • findManyByButtonConnect

      public io.vertx.core.Future<List<VFragment>> findManyByButtonConnect(Collection<String> values)
      Find records that have BUTTON_CONNECT IN (values) asynchronously
    • findManyByButtonConnect

      public io.vertx.core.Future<List<VFragment>> findManyByButtonConnect(Collection<String> values, int limit)
      Find records that have BUTTON_CONNECT IN (values) asynchronously limited by the given limit
    • findManyByButtonGroup

      public io.vertx.core.Future<List<VFragment>> findManyByButtonGroup(Collection<String> values)
      Find records that have BUTTON_GROUP IN (values) asynchronously
    • findManyByButtonGroup

      public io.vertx.core.Future<List<VFragment>> findManyByButtonGroup(Collection<String> values, int limit)
      Find records that have BUTTON_GROUP IN (values) asynchronously limited by the given limit
    • findManyByModal

      public io.vertx.core.Future<List<VFragment>> findManyByModal(Collection<String> values)
      Find records that have MODAL IN (values) asynchronously
    • findManyByModal

      public io.vertx.core.Future<List<VFragment>> findManyByModal(Collection<String> values, int limit)
      Find records that have MODAL IN (values) asynchronously limited by the given limit
    • findManyByGrid

      public io.vertx.core.Future<List<VFragment>> findManyByGrid(Collection<Integer> values)
      Find records that have GRID IN (values) asynchronously
    • findManyByGrid

      public io.vertx.core.Future<List<VFragment>> findManyByGrid(Collection<Integer> values, int limit)
      Find records that have GRID IN (values) asynchronously limited by the given limit
    • findManyByConfig

      public io.vertx.core.Future<List<VFragment>> findManyByConfig(Collection<String> values)
      Find records that have CONFIG IN (values) asynchronously
    • findManyByConfig

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

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