Package com.querydsl.sql
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:
-
Constructor Summary
ConstructorsConstructorDescriptionPrimaryKey(RelationalPath<?> entity, Path<?>... localColumns) PrimaryKey(RelationalPath<?> entity, List<? extends Path<?>> localColumns) -
Method Summary
-
Constructor Details
-
PrimaryKey
-
PrimaryKey
-
-
Method Details
-
getEntity
-
getLocalColumns
-
in
-
getProjection
- Specified by:
getProjectionin interfaceProjectionRole<E>
-