
net.sf.esfinge.querybuilder.jpa1.JPAVisitorFactory Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of querybuilder-jpa1 Show documentation
Show all versions of querybuilder-jpa1 Show documentation
The Esfinge QueryBuilder JPA1 is the persistence framework for Esfinge QueryBuilder using JPA1.
The newest version!
package net.sf.esfinge.querybuilder.jpa1;
import net.sf.esfinge.querybuilder.methodparser.QueryVisitor;
import net.sf.esfinge.querybuilder.methodparser.ValidationQueryVisitor;
public class JPAVisitorFactory {
public static QueryVisitor createQueryVisitor(){
return new ValidationQueryVisitor(new JPAQLQueryVisitor());
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy