All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.dream.chain.def.ChainUpdateDef Maven / Gradle / Ivy

package com.dream.chain.def;

import com.dream.antlr.smt.UpdateStatement;
import com.dream.flex.def.UpdateDef;
import com.dream.flex.factory.UpdateCreatorFactory;
import com.dream.flex.mapper.FlexMapper;

public class ChainUpdateDef extends AbstractChainUpdate implements UpdateDef {
    public ChainUpdateDef(UpdateCreatorFactory creatorFactory, FlexMapper flexMapper) {
        super(new UpdateStatement(), creatorFactory, flexMapper);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy