mirror of
https://github.com/hapifhir/hapi-fhir.git
synced 2025-02-16 18:05:19 +00:00
Add columns
This commit is contained in:
parent
58ee76549c
commit
4bd2d1f2f9
@ -47,6 +47,9 @@ public class ResourceHistoryProvenanceEntity {
|
|||||||
private String mySourceUri;
|
private String mySourceUri;
|
||||||
@Column(name = "REQUEST_ID", length = Constants.REQUEST_ID_LENGTH, nullable = true)
|
@Column(name = "REQUEST_ID", length = Constants.REQUEST_ID_LENGTH, nullable = true)
|
||||||
private String myRequestId;
|
private String myRequestId;
|
||||||
|
// FIXME: make sure this gets populated
|
||||||
|
@Embedded
|
||||||
|
private TenantId myTenantId;
|
||||||
|
|
||||||
public ResourceTable getResourceTable() {
|
public ResourceTable getResourceTable() {
|
||||||
return myResourceTable;
|
return myResourceTable;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user