Class MysqlLookupUniqueOp<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>>
java.lang.Object
io.datarouter.client.mysql.op.BaseMysqlOp<java.util.List<D>>
io.datarouter.client.mysql.op.read.MysqlLookupUniqueOp<PK,D,F>
public class MysqlLookupUniqueOp<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>> extends BaseMysqlOp<java.util.List<D>>
-
Constructor Summary
Constructors Constructor Description MysqlLookupUniqueOp(io.datarouter.storage.Datarouter datarouter, MysqlFieldCodecFactory fieldCodecFactory, MysqlGetOpExecutor mysqlGetOpExecutor, io.datarouter.storage.serialize.fieldcache.PhysicalDatabeanFieldInfo<PK,D,F> fieldInfo, java.lang.String opName, java.util.Collection<? extends io.datarouter.model.key.unique.UniqueKey<PK>> keys, io.datarouter.storage.config.Config config) -
Method Summary
Methods inherited from class io.datarouter.client.mysql.op.BaseMysqlOp
getClientId, getConnection, getIsolation, isAutoCommit
-
Constructor Details
-
MysqlLookupUniqueOp
public MysqlLookupUniqueOp(io.datarouter.storage.Datarouter datarouter, MysqlFieldCodecFactory fieldCodecFactory, MysqlGetOpExecutor mysqlGetOpExecutor, io.datarouter.storage.serialize.fieldcache.PhysicalDatabeanFieldInfo<PK,D,F> fieldInfo, java.lang.String opName, java.util.Collection<? extends io.datarouter.model.key.unique.UniqueKey<PK>> keys, io.datarouter.storage.config.Config config)
-
-
Method Details