public class RecordToDBFields extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Class<? extends org.gcube.documentstore.records.Record> |
clz |
protected Map<String,String> |
recordFieldToTableField |
protected Map<String,String> |
tableFieldToRecordField |
protected String |
tableName |
protected String |
typeName |
| Modifier | Constructor and Description |
|---|---|
protected |
RecordToDBFields(String typeName,
Class<? extends org.gcube.documentstore.records.Record> clz) |
| Modifier and Type | Method and Description |
|---|---|
static String |
getKey(String fieldName) |
String |
getRecordField(String tableField) |
String |
getTableField(String recordField) |
String |
getTableName() |
String |
getTypeName() |
protected void |
mapFields() |
Copyright © 2021. All Rights Reserved.