
net.sf.esfinge.querybuilder.utils.EntityParser Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of querybuilder-jdbc Show documentation
Show all versions of querybuilder-jdbc Show documentation
The Esfinge QueryBuilder JDBC is the persistence framework for Esfinge QueryBuilder using JDBC.
The newest version!
package net.sf.esfinge.querybuilder.utils;
import java.lang.reflect.Field;
import java.util.ArrayList;
import java.util.List;
import net.sf.esfinge.querybuilder.annotations.Column;
import net.sf.esfinge.querybuilder.utils.reflection.ClassFieldExtractor;
import net.sf.esfinge.querybuilder.utils.reflection.ReflectionOperations;
public class EntityParser {
private Class> innerClass;
public EntityParser(Class> innerClass) {
this.setInnerClass(innerClass);
}
public ArrayList
© 2015 - 2025 Weber Informatics LLC | Privacy Policy