Class CqlDeletePayload
- java.lang.Object
-
- org.linuxforhealth.fhir.persistence.cassandra.payload.CqlDeletePayload
-
public class CqlDeletePayload extends java.lang.Object
DAO to delete all the records associated with this resource payload
-
-
Constructor Summary
Constructors Constructor Description CqlDeletePayload(int resourceTypeId, java.lang.String logicalId, java.lang.Integer version, java.lang.String resourcePayloadKey)
Public constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run(com.datastax.oss.driver.api.core.CqlSession session)
Hard delete the payload records for the configured resource.
-
-
-
Method Detail
-
run
public void run(com.datastax.oss.driver.api.core.CqlSession session) throws FHIRPersistenceException
Hard delete the payload records for the configured resource.- Parameters:
session
-- Throws:
FHIRPersistenceException
-
-