Package com.ibm.fhir.bucket.persistence
Class RecordLogicalIdList
- java.lang.Object
-
- com.ibm.fhir.bucket.persistence.RecordLogicalIdList
-
- All Implemented Interfaces:
IDatabaseStatement
public class RecordLogicalIdList extends Object implements IDatabaseStatement
DAO to encapsulate all the SQL/DML used to retrieve and persist data in the schema
-
-
Constructor Summary
Constructors Constructor Description RecordLogicalIdList(long resourceBundleLoadId, int lineNumber, Collection<ResourceIdValue> values, Map<String,Integer> resourceTypeMap, int batchSize)
Public constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run(IDatabaseTranslator translator, Connection c)
Execute the statement using the connection.
-
-
-
Constructor Detail
-
RecordLogicalIdList
public RecordLogicalIdList(long resourceBundleLoadId, int lineNumber, Collection<ResourceIdValue> values, Map<String,Integer> resourceTypeMap, int batchSize)
Public constructor- Parameters:
resourceType
-
-
-
Method Detail
-
run
public void run(IDatabaseTranslator translator, Connection c)
Description copied from interface:IDatabaseStatement
Execute the statement using the connection.- Specified by:
run
in interfaceIDatabaseStatement
- Parameters:
translator
- to translate any exceptions
-
-