Uses of Class
org.linuxforhealth.fhir.persistence.jdbc.dto.ErasedResourceRec
-
Packages that use ErasedResourceRec Package Description org.linuxforhealth.fhir.persistence.jdbc.dao -
-
Uses of ErasedResourceRec in org.linuxforhealth.fhir.persistence.jdbc.dao
Methods in org.linuxforhealth.fhir.persistence.jdbc.dao that return types with arguments of type ErasedResourceRec Modifier and Type Method Description java.util.List<ErasedResourceRec>
EraseResourceDAO. getErasedResourceRecords(long erasedResourceGroupId)
Fetch all the ERASED_RESOURCE records associated with the given erasedResourceGroupId
-