| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RelationalPath | |
|---|---|
| com.mysema.query.jdo.sql | |
| com.mysema.query.jpa | Query implementations for HQL and JPAQL | 
| com.mysema.query.sql | SQL/JDBC support for Querydsl | 
| com.mysema.query.sql.dml | DML operations support | 
| com.mysema.query.sql.mssql | SQL Server support | 
| com.mysema.query.sql.mysql | MySQL support | 
| com.mysema.query.sql.oracle | Oracle support for Querydsl SQL | 
| Uses of RelationalPath in com.mysema.query.jdo.sql | 
|---|
| Methods in com.mysema.query.jdo.sql with parameters of type RelationalPath | ||
|---|---|---|
 | 
AbstractSQLQuery.fullJoin(ForeignKey<E> key,
         RelationalPath<E> entity)
 | 
|
 T | 
AbstractSQLQuery.fullJoin(RelationalPath<?> o)
 | 
|
 | 
AbstractSQLQuery.innerJoin(ForeignKey<E> key,
          RelationalPath<E> entity)
 | 
|
 T | 
AbstractSQLQuery.innerJoin(RelationalPath<?> o)
 | 
|
 | 
AbstractSQLQuery.join(ForeignKey<E> key,
     RelationalPath<E> entity)
 | 
|
 T | 
AbstractSQLQuery.join(RelationalPath<?> o)
 | 
|
 | 
AbstractSQLQuery.leftJoin(ForeignKey<E> key,
         RelationalPath<E> entity)
 | 
|
 T | 
AbstractSQLQuery.leftJoin(RelationalPath<?> o)
 | 
|
 | 
AbstractSQLQuery.rightJoin(ForeignKey<E> key,
          RelationalPath<E> entity)
 | 
|
 T | 
AbstractSQLQuery.rightJoin(RelationalPath<?> o)
 | 
|
| Uses of RelationalPath in com.mysema.query.jpa | 
|---|
| Methods in com.mysema.query.jpa with parameters of type RelationalPath | ||
|---|---|---|
 | 
AbstractSQLQuery.fullJoin(ForeignKey<E> key,
         RelationalPath<E> entity)
 | 
|
 T | 
AbstractSQLQuery.fullJoin(RelationalPath<?> o)
 | 
|
 | 
AbstractSQLQuery.innerJoin(ForeignKey<E> key,
          RelationalPath<E> entity)
 | 
|
 T | 
AbstractSQLQuery.innerJoin(RelationalPath<?> o)
 | 
|
 | 
AbstractSQLQuery.join(ForeignKey<E> key,
     RelationalPath<E> entity)
 | 
|
 T | 
AbstractSQLQuery.join(RelationalPath<?> o)
 | 
|
 | 
AbstractSQLQuery.leftJoin(ForeignKey<E> key,
         RelationalPath<E> entity)
 | 
|
 T | 
AbstractSQLQuery.leftJoin(RelationalPath<?> o)
 | 
|
 | 
AbstractSQLQuery.rightJoin(ForeignKey<E> key,
          RelationalPath<E> entity)
 | 
|
 T | 
AbstractSQLQuery.rightJoin(RelationalPath<?> o)
 | 
|
| Uses of RelationalPath in com.mysema.query.sql | 
|---|
| Classes in com.mysema.query.sql that implement RelationalPath | |
|---|---|
 class | 
RelationalPathBase<T>
RelationalPathBase is a base class for RelationPath implements  | 
| Methods in com.mysema.query.sql that return RelationalPath | |
|---|---|
 RelationalPath<?> | 
PrimaryKey.getEntity()
 | 
 RelationalPath<?> | 
ForeignKey.getEntity()
 | 
| Methods in com.mysema.query.sql with parameters of type RelationalPath | ||
|---|---|---|
 D | 
SQLQueryFactory.delete(RelationalPath<?> path)
 | 
|
 SQLDeleteClause | 
SQLQueryFactoryImpl.delete(RelationalPath<?> path)
 | 
|
 | 
SQLCommonQuery.fullJoin(ForeignKey<E> key,
         RelationalPath<E> entity)
Adds a full join to the given target  | 
|
 | 
AbstractSQLQuery.fullJoin(ForeignKey<E> key,
         RelationalPath<E> entity)
 | 
|
 | 
AbstractSQLSubQuery.fullJoin(ForeignKey<E> key,
         RelationalPath<E> entity)
 | 
|
 Q | 
SQLCommonQuery.fullJoin(RelationalPath<?> o)
Adds a full join to the given target  | 
|
 Q | 
AbstractSQLQuery.fullJoin(RelationalPath<?> target)
 | 
|
 Q | 
AbstractSQLSubQuery.fullJoin(RelationalPath<?> target)
 | 
|
 | 
Beans.get(RelationalPath<T> path)
 | 
|
 | 
SQLCommonQuery.innerJoin(ForeignKey<E> foreign,
          RelationalPath<E> entity)
Adds an inner join to the given target  | 
|
 | 
AbstractSQLQuery.innerJoin(ForeignKey<E> key,
          RelationalPath<E> entity)
 | 
|
 | 
AbstractSQLSubQuery.innerJoin(ForeignKey<E> key,
          RelationalPath<E> entity)
 | 
|
 Q | 
SQLCommonQuery.innerJoin(RelationalPath<?> o)
Adds an inner join to the given target  | 
|
 Q | 
AbstractSQLQuery.innerJoin(RelationalPath<?> target)
 | 
|
 Q | 
AbstractSQLSubQuery.innerJoin(RelationalPath<?> target)
 | 
|
 I | 
SQLQueryFactory.insert(RelationalPath<?> path)
 | 
|
 SQLInsertClause | 
SQLQueryFactoryImpl.insert(RelationalPath<?> path)
 | 
|
 | 
SQLCommonQuery.join(ForeignKey<E> foreign,
     RelationalPath<E> entity)
Adds a join to the given target  | 
|
 | 
AbstractSQLQuery.join(ForeignKey<E> key,
     RelationalPath<E> entity)
 | 
|
 | 
AbstractSQLSubQuery.join(ForeignKey<E> key,
     RelationalPath<E> entity)
 | 
|
 Q | 
SQLCommonQuery.join(RelationalPath<?> o)
Adds a join to the given target  | 
|
 Q | 
AbstractSQLQuery.join(RelationalPath<?> target)
 | 
|
 Q | 
AbstractSQLSubQuery.join(RelationalPath<?> target)
 | 
|
 | 
SQLCommonQuery.leftJoin(ForeignKey<E> foreign,
         RelationalPath<E> entity)
Adds a left join to the given target  | 
|
 | 
AbstractSQLQuery.leftJoin(ForeignKey<E> key,
         RelationalPath<E> entity)
 | 
|
 | 
AbstractSQLSubQuery.leftJoin(ForeignKey<E> key,
         RelationalPath<E> entity)
 | 
|
 Q | 
SQLCommonQuery.leftJoin(RelationalPath<?> o)
Adds a left join to the given target  | 
|
 Q | 
AbstractSQLQuery.leftJoin(RelationalPath<?> target)
 | 
|
 Q | 
AbstractSQLSubQuery.leftJoin(RelationalPath<?> target)
 | 
|
 M | 
SQLQueryFactory.merge(RelationalPath<?> path)
 | 
|
 SQLMergeClause | 
SQLQueryFactoryImpl.merge(RelationalPath<?> path)
 | 
|
 Predicate | 
ForeignKey.on(RelationalPath<E> entity)
 | 
|
 | 
SQLCommonQuery.rightJoin(ForeignKey<E> foreign,
          RelationalPath<E> entity)
Adds a right join to the given target  | 
|
 | 
AbstractSQLQuery.rightJoin(ForeignKey<E> key,
          RelationalPath<E> entity)
 | 
|
 | 
AbstractSQLSubQuery.rightJoin(ForeignKey<E> key,
          RelationalPath<E> entity)
 | 
|
 Q | 
SQLCommonQuery.rightJoin(RelationalPath<?> o)
Adds a right join to the given target  | 
|
 Q | 
AbstractSQLQuery.rightJoin(RelationalPath<?> target)
 | 
|
 Q | 
AbstractSQLSubQuery.rightJoin(RelationalPath<?> target)
 | 
|
 void | 
SQLSerializer.serializeForDelete(QueryMetadata metadata,
                   RelationalPath<?> entity)
 | 
|
 void | 
SQLSerializer.serializeForInsert(QueryMetadata metadata,
                   RelationalPath<?> entity,
                   List<Path<?>> columns,
                   List<Expression<?>> values,
                   SubQueryExpression<?> subQuery)
 | 
|
 void | 
SQLSerializer.serializeForMerge(QueryMetadata metadata,
                  RelationalPath<?> entity,
                  List<Path<?>> keys,
                  List<Path<?>> columns,
                  List<Expression<?>> values,
                  SubQueryExpression<?> subQuery)
 | 
|
 void | 
SQLSerializer.serializeForUpdate(QueryMetadata metadata,
                   RelationalPath<?> entity,
                   List<com.mysema.commons.lang.Pair<Path<?>,Expression<?>>> updates)
 | 
|
 U | 
SQLQueryFactory.update(RelationalPath<?> path)
 | 
|
 SQLUpdateClause | 
SQLQueryFactoryImpl.update(RelationalPath<?> path)
 | 
|
| Constructors in com.mysema.query.sql with parameters of type RelationalPath | |
|---|---|
ForeignKey(RelationalPath<?> entity,
           List<? extends Path<?>> localColumns,
           List<String> foreignColumns)
 | 
|
ForeignKey(RelationalPath<?> entity,
           Path<?> localColumn,
           String foreignColumn)
 | 
|
PrimaryKey(RelationalPath<?> entity,
           List<? extends Path<?>> localColumns)
 | 
|
PrimaryKey(RelationalPath<?> entity,
           Path<?>... localColumns)
 | 
|
QBeans(RelationalPath<?>... beanPaths)
 | 
|
| Constructor parameters in com.mysema.query.sql with type arguments of type RelationalPath | |
|---|---|
Beans(Map<? extends RelationalPath<?>,?> beans)
 | 
|
| Uses of RelationalPath in com.mysema.query.sql.dml | 
|---|
| Uses of RelationalPath in com.mysema.query.sql.mssql | 
|---|
| Methods in com.mysema.query.sql.mssql with parameters of type RelationalPath | |
|---|---|
 SQLDeleteClause | 
SQLServerQueryFactory.delete(RelationalPath<?> path)
 | 
 SQLInsertClause | 
SQLServerQueryFactory.insert(RelationalPath<?> path)
 | 
 SQLMergeClause | 
SQLServerQueryFactory.merge(RelationalPath<?> path)
 | 
 SQLUpdateClause | 
SQLServerQueryFactory.update(RelationalPath<?> path)
 | 
| Uses of RelationalPath in com.mysema.query.sql.mysql | 
|---|
| Methods in com.mysema.query.sql.mysql with parameters of type RelationalPath | |
|---|---|
 SQLDeleteClause | 
MySQLQueryFactory.delete(RelationalPath<?> path)
 | 
 SQLInsertClause | 
MySQLQueryFactory.insert(RelationalPath<?> path)
 | 
 SQLInsertClause | 
MySQLQueryFactory.insertIgnore(RelationalPath<?> entity)
 | 
 SQLInsertClause | 
MySQLQueryFactory.insertOnDuplicateKeyUpdate(RelationalPath<?> entity,
                           Expression<?> clause)
 | 
 SQLInsertClause | 
MySQLQueryFactory.insertOnDuplicateKeyUpdate(RelationalPath<?> entity,
                           String clause)
 | 
 SQLMergeClause | 
MySQLQueryFactory.merge(RelationalPath<?> path)
 | 
 MySQLReplaceClause | 
MySQLQueryFactory.replace(RelationalPath<?> entity)
 | 
 SQLUpdateClause | 
MySQLQueryFactory.update(RelationalPath<?> path)
 | 
| Constructors in com.mysema.query.sql.mysql with parameters of type RelationalPath | |
|---|---|
MySQLReplaceClause(Connection connection,
                   Configuration configuration,
                   RelationalPath<?> entity)
 | 
|
MySQLReplaceClause(Connection connection,
                   SQLTemplates templates,
                   RelationalPath<?> entity)
 | 
|
| Uses of RelationalPath in com.mysema.query.sql.oracle | 
|---|
| Methods in com.mysema.query.sql.oracle with parameters of type RelationalPath | |
|---|---|
 SQLDeleteClause | 
OracleQueryFactory.delete(RelationalPath<?> path)
 | 
 SQLInsertClause | 
OracleQueryFactory.insert(RelationalPath<?> path)
 | 
 SQLMergeClause | 
OracleQueryFactory.merge(RelationalPath<?> path)
 | 
 SQLUpdateClause | 
OracleQueryFactory.update(RelationalPath<?> path)
 | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||