Package ca.uhn.fhir.jpa.model.cross
Class JpaResourceLookup
java.lang.Object
ca.uhn.fhir.jpa.model.cross.JpaResourceLookup
- All Implemented Interfaces:
IResourceLookup<JpaPid>
-
Constructor Summary
ConstructorDescriptionJpaResourceLookup
(String theResourceType, Long theResourcePid, Date theDeletedAt, PartitionablePartitionId thePartitionablePartitionId) -
Method Summary
-
Constructor Details
-
JpaResourceLookup
public JpaResourceLookup(String theResourceType, Long theResourcePid, Date theDeletedAt, PartitionablePartitionId thePartitionablePartitionId)
-
-
Method Details
-
getResourceType
- Specified by:
getResourceType
in interfaceIResourceLookup<JpaPid>
-
getDeleted
- Specified by:
getDeleted
in interfaceIResourceLookup<JpaPid>
-
getPersistentId
- Specified by:
getPersistentId
in interfaceIResourceLookup<JpaPid>
-
toString
-