Type alias KnexJsDAOGenerics<Entity, AST, Scalars, Types, MetadataType, OperationMetadataType, EntityManager>
Knex
JsDAOGenerics
<Entity, AST, Scalars, Types, MetadataType, OperationMetadataType, EntityManager>: DAOGenerics<Entity, AST, Scalars, Types, MetadataType, OperationMetadataType, { knex
: Knex<any, unknown[]>; tableName
: string; }, { trx
?: Knex.Transaction; }, { trx
?: Knex.Transaction; }, { trx
?: Knex.Transaction; }, { trx
?: Knex.Transaction; }, { trx
?: Knex.Transaction; }, { trx
?: Knex.Transaction; }, EntityManager>
Type Parameters
-
Entity extends string = any
-
-
-
-
MetadataType = any
-
OperationMetadataType = any
-
EntityManager extends AbstractEntityManager<string, string, Scalars, MetadataType> = AbstractEntityManager<string, string, Scalars, MetadataType>