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

com.dream.flex.config.FlexBatchMappedStatement Maven / Gradle / Ivy

The newest version!
package com.dream.flex.config;

import com.dream.system.config.BatchMappedStatement;
import com.dream.system.config.MappedStatement;
import com.dream.system.config.MethodInfo;

import java.util.List;

public class FlexBatchMappedStatement extends BatchMappedStatement {
    public FlexBatchMappedStatement(MethodInfo methodInfo, List mappedStatementList) {
        super(methodInfo);
        this.mappedStatementList = mappedStatementList;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy