com.bld.commons.reflection.model.BuildNativeQueryParameter Maven / Gradle / Ivy
The newest version!
/*
* @author Francesco Baldi
* @mail [email protected]
* @class bld.commons.reflection.model.BuildNativeQueryParameter.java
*/
package com.bld.commons.reflection.model;
import java.util.Map;
/**
* The Class BuildNativeQueryParameter.
*
* @param the generic type
* @param the generic type
*/
public class BuildNativeQueryParameter extends BuildQueryParameter,Map> {
/**
* Instantiates a new builds the native query parameter.
*
* @param mapConditions the map conditions
* @param mapOrders the map orders
* @param queryParameter the query parameter
* @param sql the sql
*/
public BuildNativeQueryParameter(Map> mapConditions, Map mapOrders, NativeQueryParameter queryParameter, String sql) {
super(mapConditions, mapOrders, queryParameter, sql);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy