| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ForeignKey | |
|---|---|
| com.mysema.query.jdo.sql | |
| com.mysema.query.jpa | Query implementations for HQL and JPAQL | 
| com.mysema.query.sql | SQL/JDBC support for Querydsl | 
| Uses of ForeignKey in com.mysema.query.jdo.sql | 
|---|
| Methods in com.mysema.query.jdo.sql with parameters of type ForeignKey | ||
|---|---|---|
 | 
AbstractSQLQuery.fullJoin(ForeignKey<E> key,
         RelationalPath<E> entity)
 | 
|
 | 
AbstractSQLQuery.innerJoin(ForeignKey<E> key,
          RelationalPath<E> entity)
 | 
|
 | 
AbstractSQLQuery.join(ForeignKey<E> key,
     RelationalPath<E> entity)
 | 
|
 | 
AbstractSQLQuery.leftJoin(ForeignKey<E> key,
         RelationalPath<E> entity)
 | 
|
 | 
AbstractSQLQuery.rightJoin(ForeignKey<E> key,
          RelationalPath<E> entity)
 | 
|
| Uses of ForeignKey in com.mysema.query.jpa | 
|---|
| Methods in com.mysema.query.jpa with parameters of type ForeignKey | ||
|---|---|---|
 | 
AbstractSQLQuery.fullJoin(ForeignKey<E> key,
         RelationalPath<E> entity)
 | 
|
 | 
AbstractSQLQuery.innerJoin(ForeignKey<E> key,
          RelationalPath<E> entity)
 | 
|
 | 
AbstractSQLQuery.join(ForeignKey<E> key,
     RelationalPath<E> entity)
 | 
|
 | 
AbstractSQLQuery.leftJoin(ForeignKey<E> key,
         RelationalPath<E> entity)
 | 
|
 | 
AbstractSQLQuery.rightJoin(ForeignKey<E> key,
          RelationalPath<E> entity)
 | 
|
| Uses of ForeignKey in com.mysema.query.sql | 
|---|
| Methods in com.mysema.query.sql that return ForeignKey | ||
|---|---|---|
protected 
 | 
RelationalPathBase.createForeignKey(List<? extends Path<?>> local,
                 List<String> foreign)
 | 
|
protected 
 | 
RelationalPathBase.createForeignKey(Path<?> local,
                 String foreign)
 | 
|
protected 
 | 
RelationalPathBase.createInvForeignKey(List<? extends Path<?>> local,
                    List<String> foreign)
 | 
|
protected 
 | 
RelationalPathBase.createInvForeignKey(Path<?> local,
                    String foreign)
 | 
|
| Methods in com.mysema.query.sql that return types with arguments of type ForeignKey | |
|---|---|
 Collection<ForeignKey<?>> | 
RelationalPath.getForeignKeys()
Get the foreign keys for this relation  | 
 Collection<ForeignKey<?>> | 
RelationalPathBase.getForeignKeys()
 | 
 Collection<ForeignKey<?>> | 
RelationalPath.getInverseForeignKeys()
Get the inverse foreign keys for this relation  | 
 Collection<ForeignKey<?>> | 
RelationalPathBase.getInverseForeignKeys()
 | 
| Methods in com.mysema.query.sql with parameters of type ForeignKey | ||
|---|---|---|
 | 
AbstractSQLSubQuery.fullJoin(ForeignKey<E> key,
         RelationalPath<E> entity)
 | 
|
 | 
AbstractSQLQuery.fullJoin(ForeignKey<E> key,
         RelationalPath<E> entity)
 | 
|
 | 
SQLCommonQuery.fullJoin(ForeignKey<E> key,
         RelationalPath<E> entity)
Adds a full join to the given target  | 
|
 | 
AbstractSQLSubQuery.innerJoin(ForeignKey<E> key,
          RelationalPath<E> entity)
 | 
|
 | 
AbstractSQLQuery.innerJoin(ForeignKey<E> key,
          RelationalPath<E> entity)
 | 
|
 | 
SQLCommonQuery.innerJoin(ForeignKey<E> foreign,
          RelationalPath<E> entity)
Adds an inner join to the given target  | 
|
 | 
AbstractSQLSubQuery.join(ForeignKey<E> key,
     RelationalPath<E> entity)
 | 
|
 | 
AbstractSQLQuery.join(ForeignKey<E> key,
     RelationalPath<E> entity)
 | 
|
 | 
SQLCommonQuery.join(ForeignKey<E> foreign,
     RelationalPath<E> entity)
Adds a join to the given target  | 
|
 | 
AbstractSQLSubQuery.leftJoin(ForeignKey<E> key,
         RelationalPath<E> entity)
 | 
|
 | 
AbstractSQLQuery.leftJoin(ForeignKey<E> key,
         RelationalPath<E> entity)
 | 
|
 | 
SQLCommonQuery.leftJoin(ForeignKey<E> foreign,
         RelationalPath<E> entity)
Adds a left join to the given target  | 
|
 | 
AbstractSQLSubQuery.rightJoin(ForeignKey<E> key,
          RelationalPath<E> entity)
 | 
|
 | 
AbstractSQLQuery.rightJoin(ForeignKey<E> key,
          RelationalPath<E> entity)
 | 
|
 | 
SQLCommonQuery.rightJoin(ForeignKey<E> foreign,
          RelationalPath<E> entity)
Adds a right join to the given target  | 
|
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||