mirror of
https://github.com/querydsl/querydsl.git
synced 2026-06-13 21:01:01 +08:00
added Nullable for RelationalPath.getPrimaryKey()
This commit is contained in:
parent
001a40ce56
commit
97fc4edfc1
@ -7,6 +7,8 @@ package com.mysema.query.sql;
|
||||
|
||||
import java.util.Collection;
|
||||
|
||||
import javax.annotation.Nullable;
|
||||
|
||||
import com.mysema.query.types.EntityPath;
|
||||
|
||||
/**
|
||||
@ -22,6 +24,7 @@ public interface RelationalPath<T> extends EntityPath<T>{
|
||||
*
|
||||
* @return
|
||||
*/
|
||||
@Nullable
|
||||
PrimaryKey<T> getPrimaryKey();
|
||||
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user