| Package | Description |
|---|---|
| com.querydsl.sql |
SQL/JDBC support
|
| Modifier and Type | Method and Description |
|---|---|
protected PrimaryKey<T> |
RelationalPathBase.createPrimaryKey(Path<?>... columns) |
PrimaryKey<T> |
RelationalPathBase.getPrimaryKey() |
@Nullable PrimaryKey<T> |
RelationalPath.getPrimaryKey()
Get the primary key for this relation or null if none exists
|
Copyright © 2007–2021 Querydsl. All rights reserved.