|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SQLCommonQuery | |
---|---|
com.mysema.query.hql.hibernate.sql | |
com.mysema.query.hql.jpa.sql | |
com.mysema.query.sql | SQL/JDBC support for Querydsl |
Uses of SQLCommonQuery in com.mysema.query.hql.hibernate.sql |
---|
Classes in com.mysema.query.hql.hibernate.sql that implement SQLCommonQuery | |
---|---|
class |
HibernateSQLQuery
HibernateSQLQuery is an SQLQuery implementation that uses Hibernate's Native SQL functionality to execute queries |
Uses of SQLCommonQuery in com.mysema.query.hql.jpa.sql |
---|
Classes in com.mysema.query.hql.jpa.sql that implement SQLCommonQuery | |
---|---|
class |
JPASQLQuery
JPASQLQuery is an SQLQuery implementation that uses Hibernate's Native SQL functionality to execute queries |
Uses of SQLCommonQuery in com.mysema.query.sql |
---|
Classes in com.mysema.query.sql with type parameters of type SQLCommonQuery | |
---|---|
interface |
SQLCommonQuery<Q extends SQLCommonQuery<Q>>
SQLCommonQuery is a common interface for SQLQuery and SQLSubQuery |
Subinterfaces of SQLCommonQuery in com.mysema.query.sql | |
---|---|
interface |
SQLQuery
Query interface for SQL queries |
Classes in com.mysema.query.sql that implement SQLCommonQuery | |
---|---|
class |
SQLQueryImpl
SQLQueryImpl is a JDBC based implementation of the Querydsl SQLQuery interface |
class |
SQLSubQuery
SQLSubQuery is a subquery implementation for SQL queries |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |