Class PrimaryKey<E>

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

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