Uses of Class
com.mysema.query.sql.ForeignKey

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
<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)
           
 

Uses of ForeignKey in com.mysema.query.jpa
 

Methods in com.mysema.query.jpa with parameters of type ForeignKey
<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)
           
 

Uses of ForeignKey in com.mysema.query.sql
 

Methods in com.mysema.query.sql that return ForeignKey
protected
<F> ForeignKey<F>
RelationalPathBase.createForeignKey(List<? extends Path<?>> local, List<String> foreign)
           
protected
<F> ForeignKey<F>
RelationalPathBase.createForeignKey(Path<?> local, String foreign)
           
protected
<F> ForeignKey<F>
RelationalPathBase.createInvForeignKey(List<? extends Path<?>> local, List<String> foreign)
           
protected
<F> ForeignKey<F>
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
<E> Q
AbstractSQLSubQuery.fullJoin(ForeignKey<E> key, RelationalPath<E> entity)
           
<E> Q
AbstractSQLQuery.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
AbstractSQLSubQuery.innerJoin(ForeignKey<E> key, RelationalPath<E> entity)
           
<E> Q
AbstractSQLQuery.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
AbstractSQLSubQuery.join(ForeignKey<E> key, RelationalPath<E> entity)
           
<E> Q
AbstractSQLQuery.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
AbstractSQLSubQuery.leftJoin(ForeignKey<E> key, RelationalPath<E> entity)
           
<E> Q
AbstractSQLQuery.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
AbstractSQLSubQuery.rightJoin(ForeignKey<E> key, RelationalPath<E> entity)
           
<E> Q
AbstractSQLQuery.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-2011 Mysema Ltd. All Rights Reserved.