Package guru.interlis.convconf.runtime
Interface RecordTargetWriter
- All Known Subinterfaces:
FileTargetWriter
- All Known Implementing Classes:
CsvDirectoryAdapter,H2Adapter,JdbcRecordAdapter,PostgreSqlAdapter,XlsxWorkbookAdapter
public interface RecordTargetWriter
Abstraction for writing records to a target backend.
Implementations are free to map targetName to a table name, CSV file,
worksheet name, API endpoint, etc.
-
Method Summary
-
Method Details
-
write
Writes rows to a backend object.- Parameters:
targetName- backend-specific target object namerows- rows to write as column/value maps- Throws:
Exception- on backend access failures
-