Uses of Class
io.datarouter.client.mysql.op.write.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 classMysqlDeleteByIndexOp<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>>classMysqlDeleteOp<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>>classMysqlUniqueIndexDeleteOp<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>>