Uses of Class
com.googlecode.cqengine.query.parser.sql.SQLParser

Packages that use SQLParser
com.googlecode.cqengine.query.parser.sql   
 

Uses of SQLParser in com.googlecode.cqengine.query.parser.sql
 

Methods in com.googlecode.cqengine.query.parser.sql that return SQLParser
static
<O> SQLParser<O>
SQLParser.forPojo(Class<O> pojoClass)
          Creates a new SQLParser for the given POJO class.
static
<O> SQLParser<O>
SQLParser.forPojoWithAttributes(Class<O> pojoClass, Map<String,? extends Attribute<O,?>> attributes)
          Creates a new SQLParser for the given POJO class, and registers the given attributes with it.
 



Copyright © 2016. All rights reserved.