Package cn.vertxup.ui.domain.tables.daos
Class UiColumnDao
- All Implemented Interfaces:
io.github.jklingsporn.vertx.jooq.classic.VertxDAO<UiColumnRecord,,UiColumn, String> io.github.jklingsporn.vertx.jooq.shared.internal.GenericVertxDAO<UiColumnRecord,UiColumn, String, io.vertx.core.Future<List<UiColumn>>, io.vertx.core.Future<UiColumn>, io.vertx.core.Future<Integer>, io.vertx.core.Future<String>>
public class UiColumnDao
extends io.github.jklingsporn.vertx.jooq.shared.internal.AbstractVertxDAO<UiColumnRecord,UiColumn,String,io.vertx.core.Future<List<UiColumn>>,io.vertx.core.Future<UiColumn>,io.vertx.core.Future<Integer>,io.vertx.core.Future<String>>
implements io.github.jklingsporn.vertx.jooq.classic.VertxDAO<UiColumnRecord,UiColumn,String>
This class is generated by jOOQ.
-
Constructor Summary
ConstructorsConstructorDescriptionUiColumnDao(org.jooq.Configuration configuration, io.vertx.core.Vertx vertx) -
Method Summary
Modifier and TypeMethodDescriptionfindManyByActive(Collection<Boolean> values) Find records that haveACTIVE IN (values)asynchronouslyfindManyByActive(Collection<Boolean> values, int limit) Find records that haveACTIVE IN (values)asynchronously limited by the given limitfindManyByClassName(Collection<String> values) Find records that haveCLASS_NAME IN (values)asynchronouslyfindManyByClassName(Collection<String> values, int limit) Find records that haveCLASS_NAME IN (values)asynchronously limited by the given limitfindManyByConfig(Collection<String> values) Find records that haveCONFIG IN (values)asynchronouslyfindManyByConfig(Collection<String> values, int limit) Find records that haveCONFIG IN (values)asynchronously limited by the given limitfindManyByControlId(Collection<String> values) Find records that haveCONTROL_ID IN (values)asynchronouslyfindManyByControlId(Collection<String> values, int limit) Find records that haveCONTROL_ID IN (values)asynchronously limited by the given limitfindManyByCreatedAt(Collection<LocalDateTime> values) Find records that haveCREATED_AT IN (values)asynchronouslyfindManyByCreatedAt(Collection<LocalDateTime> values, int limit) Find records that haveCREATED_AT IN (values)asynchronously limited by the given limitfindManyByCreatedBy(Collection<String> values) Find records that haveCREATED_BY IN (values)asynchronouslyfindManyByCreatedBy(Collection<String> values, int limit) Find records that haveCREATED_BY IN (values)asynchronously limited by the given limitfindManyByDataIndex(Collection<String> values) Find records that haveDATA_INDEX IN (values)asynchronouslyfindManyByDataIndex(Collection<String> values, int limit) Find records that haveDATA_INDEX IN (values)asynchronously limited by the given limitfindManyByDatum(Collection<String> values) Find records that haveDATUM IN (values)asynchronouslyfindManyByDatum(Collection<String> values, int limit) Find records that haveDATUM IN (values)asynchronously limited by the given limitfindManyByEmpty(Collection<String> values) Find records that haveEMPTY IN (values)asynchronouslyfindManyByEmpty(Collection<String> values, int limit) Find records that haveEMPTY IN (values)asynchronously limited by the given limitfindManyByFilterConfig(Collection<String> values) Find records that haveFILTER_CONFIG IN (values)asynchronouslyfindManyByFilterConfig(Collection<String> values, int limit) Find records that haveFILTER_CONFIG IN (values)asynchronously limited by the given limitfindManyByFilterType(Collection<String> values) Find records that haveFILTER_TYPE IN (values)asynchronouslyfindManyByFilterType(Collection<String> values, int limit) Find records that haveFILTER_TYPE IN (values)asynchronously limited by the given limitfindManyByFixed(Collection<Boolean> values) Find records that haveFIXED IN (values)asynchronouslyfindManyByFixed(Collection<Boolean> values, int limit) Find records that haveFIXED IN (values)asynchronously limited by the given limitfindManyByFormat(Collection<String> values) Find records that haveFORMAT IN (values)asynchronouslyfindManyByFormat(Collection<String> values, int limit) Find records that haveFORMAT IN (values)asynchronously limited by the given limitfindManyByLanguage(Collection<String> values) Find records that haveLANGUAGE IN (values)asynchronouslyfindManyByLanguage(Collection<String> values, int limit) Find records that haveLANGUAGE IN (values)asynchronously limited by the given limitfindManyByMapping(Collection<String> values) Find records that haveMAPPING IN (values)asynchronouslyfindManyByMapping(Collection<String> values, int limit) Find records that haveMAPPING IN (values)asynchronously limited by the given limitfindManyByMetadata(Collection<String> values) Find records that haveMETADATA IN (values)asynchronouslyfindManyByMetadata(Collection<String> values, int limit) Find records that haveMETADATA IN (values)asynchronously limited by the given limitfindManyByOption(Collection<String> values) Find records that haveOPTION IN (values)asynchronouslyfindManyByOption(Collection<String> values, int limit) Find records that haveOPTION IN (values)asynchronously limited by the given limitfindManyByPosition(Collection<Integer> values) Find records that havePOSITION IN (values)asynchronouslyfindManyByPosition(Collection<Integer> values, int limit) Find records that havePOSITION IN (values)asynchronously limited by the given limitfindManyByRender(Collection<String> values) Find records that haveRENDER IN (values)asynchronouslyfindManyByRender(Collection<String> values, int limit) Find records that haveRENDER IN (values)asynchronously limited by the given limitfindManyBySigma(Collection<String> values) Find records that haveSIGMA IN (values)asynchronouslyfindManyBySigma(Collection<String> values, int limit) Find records that haveSIGMA IN (values)asynchronously limited by the given limitfindManyBySorter(Collection<Boolean> values) Find records that haveSORTER IN (values)asynchronouslyfindManyBySorter(Collection<Boolean> values, int limit) Find records that haveSORTER IN (values)asynchronously limited by the given limitfindManyByTitle(Collection<String> values) Find records that haveTITLE IN (values)asynchronouslyfindManyByTitle(Collection<String> values, int limit) Find records that haveTITLE IN (values)asynchronously limited by the given limitfindManyByUpdatedAt(Collection<LocalDateTime> values) Find records that haveUPDATED_AT IN (values)asynchronouslyfindManyByUpdatedAt(Collection<LocalDateTime> values, int limit) Find records that haveUPDATED_AT IN (values)asynchronously limited by the given limitfindManyByUpdatedBy(Collection<String> values) Find records that haveUPDATED_BY IN (values)asynchronouslyfindManyByUpdatedBy(Collection<String> values, int limit) Find records that haveUPDATED_BY IN (values)asynchronously limited by the given limitfindManyByWidth(Collection<Integer> values) Find records that haveWIDTH IN (values)asynchronouslyfindManyByWidth(Collection<Integer> values, int limit) Find records that haveWIDTH IN (values)asynchronously limited by the given limitprotected Stringio.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<UiColumnRecord,UiColumn, String> Methods inherited from class io.github.jklingsporn.vertx.jooq.shared.internal.AbstractVertxDAO
compositeKeyRecord, deleteByCondition, deleteById, deleteByIds, equalKey, equalKeys, findAll, findManyByCondition, findManyByCondition, findManyByCondition, findManyByCondition, findManyByCondition, findManyByIds, findOneByCondition, findOneById, getTable, getType, insert, insert, insert, insert, insertReturningPrimary, keyConverter, newRecord, updateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.github.jklingsporn.vertx.jooq.shared.internal.GenericVertxDAO
deleteByCondition, deleteById, deleteByIds, findAll, findManyByCondition, findManyByCondition, findManyByCondition, findManyByCondition, findManyByCondition, findManyByIds, findOneByCondition, findOneById, insert, insert, insert, insert, insertReturningPrimary, update
-
Constructor Details
-
UiColumnDao
public UiColumnDao(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
-
findManyByTitle
Find records that haveTITLE IN (values)asynchronously -
findManyByTitle
Find records that haveTITLE IN (values)asynchronously limited by the given limit -
findManyByDataIndex
Find records that haveDATA_INDEX IN (values)asynchronously -
findManyByDataIndex
public io.vertx.core.Future<List<UiColumn>> findManyByDataIndex(Collection<String> values, int limit) Find records that haveDATA_INDEX IN (values)asynchronously limited by the given limit -
findManyByPosition
Find records that havePOSITION IN (values)asynchronously -
findManyByPosition
public io.vertx.core.Future<List<UiColumn>> findManyByPosition(Collection<Integer> values, int limit) Find records that havePOSITION IN (values)asynchronously limited by the given limit -
findManyByRender
Find records that haveRENDER IN (values)asynchronously -
findManyByRender
Find records that haveRENDER IN (values)asynchronously limited by the given limit -
findManyByWidth
Find records that haveWIDTH IN (values)asynchronously -
findManyByWidth
Find records that haveWIDTH IN (values)asynchronously limited by the given limit -
findManyByFixed
Find records that haveFIXED IN (values)asynchronously -
findManyByFixed
Find records that haveFIXED IN (values)asynchronously limited by the given limit -
findManyByClassName
Find records that haveCLASS_NAME IN (values)asynchronously -
findManyByClassName
public io.vertx.core.Future<List<UiColumn>> findManyByClassName(Collection<String> values, int limit) Find records that haveCLASS_NAME IN (values)asynchronously limited by the given limit -
findManyBySorter
Find records that haveSORTER IN (values)asynchronously -
findManyBySorter
Find records that haveSORTER IN (values)asynchronously limited by the given limit -
findManyByFilterType
Find records that haveFILTER_TYPE IN (values)asynchronously -
findManyByFilterType
public io.vertx.core.Future<List<UiColumn>> findManyByFilterType(Collection<String> values, int limit) Find records that haveFILTER_TYPE IN (values)asynchronously limited by the given limit -
findManyByFilterConfig
Find records that haveFILTER_CONFIG IN (values)asynchronously -
findManyByFilterConfig
public io.vertx.core.Future<List<UiColumn>> findManyByFilterConfig(Collection<String> values, int limit) Find records that haveFILTER_CONFIG IN (values)asynchronously limited by the given limit -
findManyByEmpty
Find records that haveEMPTY IN (values)asynchronously -
findManyByEmpty
Find records that haveEMPTY IN (values)asynchronously limited by the given limit -
findManyByMapping
Find records that haveMAPPING IN (values)asynchronously -
findManyByMapping
Find records that haveMAPPING IN (values)asynchronously limited by the given limit -
findManyByConfig
Find records that haveCONFIG IN (values)asynchronously -
findManyByConfig
Find records that haveCONFIG IN (values)asynchronously limited by the given limit -
findManyByOption
Find records that haveOPTION IN (values)asynchronously -
findManyByOption
Find records that haveOPTION IN (values)asynchronously limited by the given limit -
findManyByFormat
Find records that haveFORMAT IN (values)asynchronously -
findManyByFormat
Find records that haveFORMAT IN (values)asynchronously limited by the given limit -
findManyByDatum
Find records that haveDATUM IN (values)asynchronously -
findManyByDatum
Find records that haveDATUM IN (values)asynchronously limited by the given limit -
findManyByControlId
Find records that haveCONTROL_ID IN (values)asynchronously -
findManyByControlId
public io.vertx.core.Future<List<UiColumn>> findManyByControlId(Collection<String> values, int limit) Find records that haveCONTROL_ID IN (values)asynchronously limited by the given limit -
findManyByActive
Find records that haveACTIVE IN (values)asynchronously -
findManyByActive
Find records that haveACTIVE IN (values)asynchronously limited by the given limit -
findManyBySigma
Find records that haveSIGMA IN (values)asynchronously -
findManyBySigma
Find records that haveSIGMA IN (values)asynchronously limited by the given limit -
findManyByMetadata
Find records that haveMETADATA IN (values)asynchronously -
findManyByMetadata
public io.vertx.core.Future<List<UiColumn>> findManyByMetadata(Collection<String> values, int limit) Find records that haveMETADATA IN (values)asynchronously limited by the given limit -
findManyByLanguage
Find records that haveLANGUAGE IN (values)asynchronously -
findManyByLanguage
public io.vertx.core.Future<List<UiColumn>> findManyByLanguage(Collection<String> values, int limit) Find records that haveLANGUAGE IN (values)asynchronously limited by the given limit -
findManyByCreatedAt
Find records that haveCREATED_AT IN (values)asynchronously -
findManyByCreatedAt
public io.vertx.core.Future<List<UiColumn>> findManyByCreatedAt(Collection<LocalDateTime> values, int limit) Find records that haveCREATED_AT IN (values)asynchronously limited by the given limit -
findManyByCreatedBy
Find records that haveCREATED_BY IN (values)asynchronously -
findManyByCreatedBy
public io.vertx.core.Future<List<UiColumn>> findManyByCreatedBy(Collection<String> values, int limit) Find records that haveCREATED_BY IN (values)asynchronously limited by the given limit -
findManyByUpdatedAt
Find records that haveUPDATED_AT IN (values)asynchronously -
findManyByUpdatedAt
public io.vertx.core.Future<List<UiColumn>> findManyByUpdatedAt(Collection<LocalDateTime> values, int limit) Find records that haveUPDATED_AT IN (values)asynchronously limited by the given limit -
findManyByUpdatedBy
Find records that haveUPDATED_BY IN (values)asynchronously -
findManyByUpdatedBy
public io.vertx.core.Future<List<UiColumn>> findManyByUpdatedBy(Collection<String> values, int limit) Find records that haveUPDATED_BY IN (values)asynchronously limited by the given limit -
queryExecutor
public io.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<UiColumnRecord,UiColumn, queryExecutor()String> - Specified by:
queryExecutorin interfaceio.github.jklingsporn.vertx.jooq.shared.internal.GenericVertxDAO<UiColumnRecord,UiColumn, String, io.vertx.core.Future<List<UiColumn>>, io.vertx.core.Future<UiColumn>, io.vertx.core.Future<Integer>, io.vertx.core.Future<String>> - Overrides:
queryExecutorin classio.github.jklingsporn.vertx.jooq.shared.internal.AbstractVertxDAO<UiColumnRecord,UiColumn, String, io.vertx.core.Future<List<UiColumn>>, io.vertx.core.Future<UiColumn>, io.vertx.core.Future<Integer>, io.vertx.core.Future<String>>
-