
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
ConstructorsConstructorDescriptionJpaResourceLookup(String theResourceType, String theFhirId, JpaPid theResourcePid, Date theDeletedAt, PartitionablePartitionId thePartitionablePartitionId) JpaResourceLookup(String theResourceType, String theFhirId, Long theResourcePid, Date theDeletedAt, PartitionablePartitionId thePartitionablePartitionId) -
Method Summary
-
Constructor Details
-
JpaResourceLookup
public JpaResourceLookup(String theResourceType, String theFhirId, Long theResourcePid, Date theDeletedAt, PartitionablePartitionId thePartitionablePartitionId) -
JpaResourceLookup
public JpaResourceLookup(String theResourceType, String theFhirId, JpaPid theResourcePid, Date theDeletedAt, PartitionablePartitionId thePartitionablePartitionId)
-
-
Method Details
-
getResourceType
- Specified by:
getResourceTypein interfaceIResourceLookup<JpaPid>
-
getFhirId
- Specified by:
getFhirIdin interfaceIResourceLookup<JpaPid>
-
getDeleted
- Specified by:
getDeletedin interfaceIResourceLookup<JpaPid>
-
getPersistentId
- Specified by:
getPersistentIdin interfaceIResourceLookup<JpaPid>
-
toString
-
getPartitionId
- Specified by:
getPartitionIdin interfaceIResourceLookup<JpaPid>
-