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