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

com.querydsl.sql.QueryDSLVistor Maven / Gradle / Ivy

The newest version!
package com.querydsl.sql;

/**
 * 打破访问限制.
 */
public class QueryDSLVistor {
    public static Configuration getConfiguration(ProjectableSQLQuery sqlQuery) {
        return sqlQuery.configuration;
    }

    public static SQLSerializer serialize(ProjectableSQLQuery sqlQuery, boolean forCountRow) {
        return sqlQuery.serialize(forCountRow);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy