
com.querydsl.sql.QueryDSLVistor Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sorm Show documentation
Show all versions of sorm Show documentation
java jpa tool for spring
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