Class ForeignKey<E>

java.lang.Object
com.querydsl.sql.ForeignKey<E>
Type Parameters:
E -
All Implemented Interfaces:
ProjectionRole<Tuple>, Serializable

@Immutable public final class ForeignKey<E> extends Object implements Serializable, ProjectionRole<Tuple>
ForeignKey defines a foreign key on a table to another table
Author:
tiwe
See Also: