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

Packages that use ForeignKey
com.mysema.query.sql SQL/JDBC support for Querydsl 
 

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 com.mysema.query.types.Path<?>> local, List<String> foreign)
           
protected
<F> ForeignKey<F>
RelationalPathBase.createForeignKey(com.mysema.query.types.Path<?> local, String foreign)
           
protected
<F> ForeignKey<F>
RelationalPathBase.createInvForeignKey(List<? extends com.mysema.query.types.Path<?>> local, List<String> foreign)
           
protected
<F> ForeignKey<F>
RelationalPathBase.createInvForeignKey(com.mysema.query.types.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-2012 Mysema Ltd. All Rights Reserved.