Uses of Class
io.datarouter.client.mysql.op.write.BaseMysqlDeleteOp

Packages that use BaseMysqlDeleteOp 
Package Description
io.datarouter.client.mysql.op.write  
  • Uses of BaseMysqlDeleteOp in io.datarouter.client.mysql.op.write

    Subclasses of BaseMysqlDeleteOp in io.datarouter.client.mysql.op.write 
    Modifier and Type Class Description
    class  MysqlDeleteByIndexOp<PK extends io.datarouter.model.key.primary.PrimaryKey<PK>,​D extends io.datarouter.model.databean.Databean<PK,​D>,​F extends io.datarouter.model.serialize.fielder.DatabeanFielder<PK,​D>,​IK extends io.datarouter.model.key.primary.PrimaryKey<IK>>  
    class  MysqlDeleteOp<PK extends io.datarouter.model.key.primary.PrimaryKey<PK>,​D extends io.datarouter.model.databean.Databean<PK,​D>,​F extends io.datarouter.model.serialize.fielder.DatabeanFielder<PK,​D>>  
    class  MysqlUniqueIndexDeleteOp<PK extends io.datarouter.model.key.primary.PrimaryKey<PK>,​D extends io.datarouter.model.databean.Databean<PK,​D>,​F extends io.datarouter.model.serialize.fielder.DatabeanFielder<PK,​D>>