Class RAssetShareDao
- java.lang.Object
-
- io.github.jklingsporn.vertx.jooq.shared.internal.AbstractVertxDAO<RAssetShareRecord,RAssetShare,org.jooq.Record3<String,String,String>,io.vertx.core.Future<List<RAssetShare>>,io.vertx.core.Future<RAssetShare>,io.vertx.core.Future<Integer>,io.vertx.core.Future<org.jooq.Record3<String,String,String>>>
-
- cn.vertxup.erp.domain.tables.daos.RAssetShareDao
-
- All Implemented Interfaces:
io.github.jklingsporn.vertx.jooq.classic.VertxDAO<RAssetShareRecord,RAssetShare,org.jooq.Record3<String,String,String>>,io.github.jklingsporn.vertx.jooq.shared.internal.GenericVertxDAO<RAssetShareRecord,RAssetShare,org.jooq.Record3<String,String,String>,io.vertx.core.Future<List<RAssetShare>>,io.vertx.core.Future<RAssetShare>,io.vertx.core.Future<Integer>,io.vertx.core.Future<org.jooq.Record3<String,String,String>>>
public class RAssetShareDao extends io.github.jklingsporn.vertx.jooq.shared.internal.AbstractVertxDAO<RAssetShareRecord,RAssetShare,org.jooq.Record3<String,String,String>,io.vertx.core.Future<List<RAssetShare>>,io.vertx.core.Future<RAssetShare>,io.vertx.core.Future<Integer>,io.vertx.core.Future<org.jooq.Record3<String,String,String>>> implements io.github.jklingsporn.vertx.jooq.classic.VertxDAO<RAssetShareRecord,RAssetShare,org.jooq.Record3<String,String,String>>
This class is generated by jOOQ.
-
-
Constructor Summary
Constructors Constructor Description RAssetShareDao(org.jooq.Configuration configuration, io.vertx.core.Vertx vertx)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.vertx.core.Future<List<RAssetShare>>findManyByComment(Collection<String> values)Find records that haveCOMMENT IN (values)asynchronouslyio.vertx.core.Future<List<RAssetShare>>findManyByComment(Collection<String> values, int limit)Find records that haveCOMMENT IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<RAssetShare>>findManyByEntityId(Collection<String> values)Find records that haveENTITY_ID IN (values)asynchronouslyio.vertx.core.Future<List<RAssetShare>>findManyByEntityId(Collection<String> values, int limit)Find records that haveENTITY_ID IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<RAssetShare>>findManyByEntityType(Collection<String> values)Find records that haveENTITY_TYPE IN (values)asynchronouslyio.vertx.core.Future<List<RAssetShare>>findManyByEntityType(Collection<String> values, int limit)Find records that haveENTITY_TYPE IN (values)asynchronously limited by the given limitprotected org.jooq.Record3<String,String,String>getId(RAssetShare object)io.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<RAssetShareRecord,RAssetShare,org.jooq.Record3<String,String,String>>queryExecutor()-
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, update
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods 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
-
-
-
-
Method Detail
-
getId
protected org.jooq.Record3<String,String,String> getId(RAssetShare object)
- Specified by:
getIdin classio.github.jklingsporn.vertx.jooq.shared.internal.AbstractVertxDAO<RAssetShareRecord,RAssetShare,org.jooq.Record3<String,String,String>,io.vertx.core.Future<List<RAssetShare>>,io.vertx.core.Future<RAssetShare>,io.vertx.core.Future<Integer>,io.vertx.core.Future<org.jooq.Record3<String,String,String>>>
-
findManyByEntityType
public io.vertx.core.Future<List<RAssetShare>> findManyByEntityType(Collection<String> values)
Find records that haveENTITY_TYPE IN (values)asynchronously
-
findManyByEntityType
public io.vertx.core.Future<List<RAssetShare>> findManyByEntityType(Collection<String> values, int limit)
Find records that haveENTITY_TYPE IN (values)asynchronously limited by the given limit
-
findManyByEntityId
public io.vertx.core.Future<List<RAssetShare>> findManyByEntityId(Collection<String> values)
Find records that haveENTITY_ID IN (values)asynchronously
-
findManyByEntityId
public io.vertx.core.Future<List<RAssetShare>> findManyByEntityId(Collection<String> values, int limit)
Find records that haveENTITY_ID IN (values)asynchronously limited by the given limit
-
findManyByComment
public io.vertx.core.Future<List<RAssetShare>> findManyByComment(Collection<String> values)
Find records that haveCOMMENT IN (values)asynchronously
-
findManyByComment
public io.vertx.core.Future<List<RAssetShare>> findManyByComment(Collection<String> values, int limit)
Find records that haveCOMMENT IN (values)asynchronously limited by the given limit
-
queryExecutor
public io.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<RAssetShareRecord,RAssetShare,org.jooq.Record3<String,String,String>> queryExecutor()
- Specified by:
queryExecutorin interfaceio.github.jklingsporn.vertx.jooq.shared.internal.GenericVertxDAO<RAssetShareRecord,RAssetShare,org.jooq.Record3<String,String,String>,io.vertx.core.Future<List<RAssetShare>>,io.vertx.core.Future<RAssetShare>,io.vertx.core.Future<Integer>,io.vertx.core.Future<org.jooq.Record3<String,String,String>>>- Overrides:
queryExecutorin classio.github.jklingsporn.vertx.jooq.shared.internal.AbstractVertxDAO<RAssetShareRecord,RAssetShare,org.jooq.Record3<String,String,String>,io.vertx.core.Future<List<RAssetShare>>,io.vertx.core.Future<RAssetShare>,io.vertx.core.Future<Integer>,io.vertx.core.Future<org.jooq.Record3<String,String,String>>>
-
-