|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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
|
SQLParser.forPojo(Class<O> pojoClass)
Creates a new SQLParser for the given POJO class. |
|
static
|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |