| Package | Description |
|---|---|
| de.julielab.xmlData.config | |
| de.julielab.xmlData.dataBase |
| Modifier and Type | Method and Description |
|---|---|
FieldConfig |
FieldConfigurationManager.get(Object key) |
| Modifier and Type | Method and Description |
|---|---|
FieldConfig |
DataBaseConnector.addPKAdaptedFieldConfiguration(List<Map<String,String>> primaryKey,
String fieldConfigurationForAdaption,
String fieldConfigurationNameSuffix) |
FieldConfig |
DataBaseConnector.addXmiAnnotationFieldConfiguration(List<Map<String,String>> primaryKey,
boolean doGzip)
Adds an auto-generated field configuration that exhibits the given primary key and all the fields required to
store XMI annotation data (not base documents) in database tables.
|
FieldConfig |
DataBaseConnector.addXmiDocumentFieldConfiguration(List<Map<String,String>> primaryKey,
boolean doGzip)
Adds an auto-generated field configuration that exhibits the given primary key and all the fields required to
store complete XMI document data (i.e.
|
FieldConfig |
DataBaseConnector.addXmiTextFieldConfiguration(List<Map<String,String>> primaryKey,
boolean doGzip)
Adds an auto-generated field configuration that exhibits the given primary key and all the fields required to
store XMI base document data (i.e.
|
FieldConfig |
DataBaseConnector.getActiveTableFieldConfiguration() |
FieldConfig |
DataBaseConnector.getFieldConfiguration() |
FieldConfig |
DataBaseConnector.getFieldConfiguration(String schemaName) |
| Modifier and Type | Method and Description |
|---|---|
void |
DataBaseConnector.addFieldConfiguration(FieldConfig config) |
Copyright © 2018 JULIE Lab, Germany. All rights reserved.