| Package | Description | 
|---|---|
| com.mysema.query.sql | SQL/JDBC support for Querydsl | 
| Modifier and Type | Method and Description | 
|---|---|
| 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) | 
| Modifier and Type | Method and Description | 
|---|---|
| Collection<ForeignKey<?>> | RelationalPathBase. getForeignKeys() | 
| Collection<ForeignKey<?>> | RelationalPath. getForeignKeys()Get the foreign keys for this relation | 
| Collection<ForeignKey<?>> | RelationalPathBase. getInverseForeignKeys() | 
| Collection<ForeignKey<?>> | RelationalPath. getInverseForeignKeys()Get the inverse foreign keys for this relation | 
| Modifier and Type | Method and Description | 
|---|---|
| <E> Q | DetachableSQLQuery. fullJoin(ForeignKey<E> key,
        RelationalPath<E> entity) | 
| <E> Q | ProjectableSQLQuery. 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 | DetachableSQLQuery. innerJoin(ForeignKey<E> key,
         RelationalPath<E> entity) | 
| <E> Q | ProjectableSQLQuery. 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 | DetachableSQLQuery. join(ForeignKey<E> key,
    RelationalPath<E> entity) | 
| <E> Q | ProjectableSQLQuery. 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 | DetachableSQLQuery. leftJoin(ForeignKey<E> key,
        RelationalPath<E> entity) | 
| <E> Q | ProjectableSQLQuery. 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 | DetachableSQLQuery. rightJoin(ForeignKey<E> key,
         RelationalPath<E> entity) | 
| <E> Q | ProjectableSQLQuery. 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–2015 Querydsl. All rights reserved.