|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SQLQuery | |
---|---|
com.mysema.query.sql | SQL/JDBC support for Querydsl |
Uses of SQLQuery in com.mysema.query.sql |
---|
Classes in com.mysema.query.sql that implement SQLQuery | |
---|---|
class |
SQLQueryImpl
SQLQueryImpl is a JDBC based implementation of the Querydsl SQLQuery interface |
Methods in com.mysema.query.sql that return SQLQuery | |
---|---|
SQLQuery |
SQLQuery.from(PEntity<?>... o)
|
SQLQuery |
SQLQuery.fullJoin(Expr<?> o)
|
SQLQuery |
SQLQuery.innerJoin(Expr<?> o)
|
SQLQuery |
SQLQuery.join(Expr<?> o)
|
SQLQuery |
SQLQuery.leftJoin(Expr<?> o)
|
SQLQuery |
SQLQuery.on(EBoolean... conditions)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |