Package | Description |
---|---|
com.mysema.query.jdo.sql | |
com.mysema.query.jpa |
Query implementations for HQL and JPAQL
|
com.mysema.query.sql |
SQL/JDBC support for Querydsl
|
Modifier and Type | Method and Description |
---|---|
<E> T |
AbstractSQLQuery.fullJoin(ForeignKey<E> key,
RelationalPath<E> entity) |
<E> T |
AbstractSQLQuery.innerJoin(ForeignKey<E> key,
RelationalPath<E> entity) |
<E> T |
AbstractSQLQuery.join(ForeignKey<E> key,
RelationalPath<E> entity) |
<E> T |
AbstractSQLQuery.leftJoin(ForeignKey<E> key,
RelationalPath<E> entity) |
<E> T |
AbstractSQLQuery.rightJoin(ForeignKey<E> key,
RelationalPath<E> entity) |
Modifier and Type | Method and Description |
---|---|
<E> T |
AbstractSQLQuery.fullJoin(ForeignKey<E> key,
RelationalPath<E> entity) |
<E> T |
AbstractSQLQuery.innerJoin(ForeignKey<E> key,
RelationalPath<E> entity) |
<E> T |
AbstractSQLQuery.join(ForeignKey<E> key,
RelationalPath<E> entity) |
<E> T |
AbstractSQLQuery.leftJoin(ForeignKey<E> key,
RelationalPath<E> entity) |
<E> T |
AbstractSQLQuery.rightJoin(ForeignKey<E> key,
RelationalPath<E> entity) |
Modifier and Type | Method and Description |
---|---|
protected <F> ForeignKey<F> |
RelationalPathBase.createForeignKey(java.util.List<? extends Path<?>> local,
java.util.List<java.lang.String> foreign) |
protected <F> ForeignKey<F> |
RelationalPathBase.createForeignKey(Path<?> local,
java.lang.String foreign) |
protected <F> ForeignKey<F> |
RelationalPathBase.createInvForeignKey(java.util.List<? extends Path<?>> local,
java.util.List<java.lang.String> foreign) |
protected <F> ForeignKey<F> |
RelationalPathBase.createInvForeignKey(Path<?> local,
java.lang.String foreign) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<ForeignKey<?>> |
RelationalPathBase.getForeignKeys() |
java.util.Collection<ForeignKey<?>> |
RelationalPath.getForeignKeys()
Get the foreign keys for this relation
|
java.util.Collection<ForeignKey<?>> |
RelationalPathBase.getInverseForeignKeys() |
java.util.Collection<ForeignKey<?>> |
RelationalPath.getInverseForeignKeys()
Get the inverse foreign keys for this relation
|
Modifier and Type | Method and Description |
---|---|
<E> Q |
AbstractSQLQuery.fullJoin(ForeignKey<E> key,
RelationalPath<E> entity) |
<E> Q |
AbstractSQLSubQuery.fullJoin(ForeignKey<E> key,
RelationalPath<E> entity) |
<E> Q |
SQLCommonQuery.fullJoin(ForeignKey<E> key,
RelationalPath<E> entity)
Adds a full join to the given target
|
<E> Q |
AbstractSQLQuery.innerJoin(ForeignKey<E> key,
RelationalPath<E> entity) |
<E> Q |
AbstractSQLSubQuery.innerJoin(ForeignKey<E> key,
RelationalPath<E> entity) |
<E> Q |
SQLCommonQuery.innerJoin(ForeignKey<E> foreign,
RelationalPath<E> entity)
Adds an inner join to the given target
|
<E> Q |
AbstractSQLQuery.join(ForeignKey<E> key,
RelationalPath<E> entity) |
<E> Q |
AbstractSQLSubQuery.join(ForeignKey<E> key,
RelationalPath<E> entity) |
<E> Q |
SQLCommonQuery.join(ForeignKey<E> foreign,
RelationalPath<E> entity)
Adds a join to the given target
|
<E> Q |
AbstractSQLQuery.leftJoin(ForeignKey<E> key,
RelationalPath<E> entity) |
<E> Q |
AbstractSQLSubQuery.leftJoin(ForeignKey<E> key,
RelationalPath<E> entity) |
<E> Q |
SQLCommonQuery.leftJoin(ForeignKey<E> foreign,
RelationalPath<E> entity)
Adds a left join to the given target
|
<E> Q |
AbstractSQLQuery.rightJoin(ForeignKey<E> key,
RelationalPath<E> entity) |
<E> Q |
AbstractSQLSubQuery.rightJoin(ForeignKey<E> key,
RelationalPath<E> entity) |
<E> Q |
SQLCommonQuery.rightJoin(ForeignKey<E> foreign,
RelationalPath<E> entity)
Adds a right join to the given target
|
Copyright © 2007-2013 Mysema Ltd. All Rights Reserved.