Uses of Class
com.querydsl.sql.ForeignKey
Packages that use ForeignKey
-
Uses of ForeignKey in com.querydsl.sql
Methods in com.querydsl.sql that return ForeignKeyModifier and TypeMethodDescriptionprotected <F> ForeignKey<F>RelationalPathBase.createForeignKey(Path<?> local, String foreign) protected <F> ForeignKey<F>RelationalPathBase.createForeignKey(List<? extends Path<?>> local, List<String> foreign) protected <F> ForeignKey<F>RelationalPathBase.createInvForeignKey(Path<?> local, String foreign) protected <F> ForeignKey<F>RelationalPathBase.createInvForeignKey(List<? extends Path<?>> local, List<String> foreign) Methods in com.querydsl.sql that return types with arguments of type ForeignKeyModifier and TypeMethodDescriptionCollection<ForeignKey<?>>RelationalPath.getForeignKeys()Get the foreign keys for this relationCollection<ForeignKey<?>>RelationalPathBase.getForeignKeys()Collection<ForeignKey<?>>RelationalPath.getInverseForeignKeys()Get the inverse foreign keys for this relationCollection<ForeignKey<?>>RelationalPathBase.getInverseForeignKeys()Methods in com.querydsl.sql with parameters of type ForeignKeyModifier and TypeMethodDescription<E> QProjectableSQLQuery.fullJoin(ForeignKey<E> key, RelationalPath<E> entity) <E> QSQLCommonQuery.fullJoin(ForeignKey<E> key, RelationalPath<E> entity) Adds a full join to the given target<E> QProjectableSQLQuery.innerJoin(ForeignKey<E> key, RelationalPath<E> entity) <E> QSQLCommonQuery.innerJoin(ForeignKey<E> foreign, RelationalPath<E> entity) Adds an inner join to the given target<E> QProjectableSQLQuery.join(ForeignKey<E> key, RelationalPath<E> entity) <E> QSQLCommonQuery.join(ForeignKey<E> foreign, RelationalPath<E> entity) Adds a join to the given target<E> QProjectableSQLQuery.leftJoin(ForeignKey<E> key, RelationalPath<E> entity) <E> QSQLCommonQuery.leftJoin(ForeignKey<E> foreign, RelationalPath<E> entity) Adds a left join to the given target<E> QProjectableSQLQuery.rightJoin(ForeignKey<E> key, RelationalPath<E> entity) <E> QSQLCommonQuery.rightJoin(ForeignKey<E> foreign, RelationalPath<E> entity) Adds a right join to the given target