Serialized Form
Package com.kony.sync.services.entityframework.metadata |
Name
java.lang.String Name
IsReference
boolean IsReference
DataType
java.lang.String DataType
Length
int Length
parentTable
EntityType parentTable
parentColumn
AttributeType parentColumn
readonly
boolean readonly
isPrimaryKey
boolean isPrimaryKey
hasRelatedData
boolean hasRelatedData
clientOnly
boolean clientOnly
isDataColumn
boolean isDataColumn
Name
java.lang.String Name
SchemaName
java.lang.String SchemaName
isHashGenRequired
boolean isHashGenRequired
col_PrimaryKeys
PrimaryKeyType col_PrimaryKeys
columns
java.util.List<E> columns
column_map
java.util.Map<K,V> column_map
childColumns
java.util.Map<K,V> childColumns
- Map instance which holds the related syn entity information
compiledFilters
java.util.List<E> compiledFilters
- List of compiled filters for the corresponding sync entity as defined in the sync configuration file.
This list will also contain the inherited filters depending on the relationships.
filterEntities
java.util.List<E> filterEntities
- List of related entities by which inherited filters are imported.
columnNames
java.util.ArrayList<E> columnNames
columnMap
java.util.HashMap<K,V> columnMap
autogenerated
boolean autogenerated
Package com.kony.sync.services.syncruntime.config |
changeTracking
Enums.ChangeTracking changeTracking
ScopeName
java.lang.String ScopeName
SyncDataProviderName
java.lang.String SyncDataProviderName
Id
java.lang.Long Id
SourceSchemaName
java.lang.String SourceSchemaName
SourceDatastoreName
java.lang.String SourceDatastoreName
strategy
Enums.SyncStrategy strategy
conflictPolicy
Enums.ConflictResolutionPolicy conflictPolicy
supportsSoftDelete
boolean supportsSoftDelete
supportsUserid
boolean supportsUserid
supportsLastUpdateTimeStamp
boolean supportsLastUpdateTimeStamp
entities
java.util.List<E> entities
datasourceName
java.lang.String datasourceName
entityMap
java.util.Map<K,V> entityMap
filtersCompiled
boolean filtersCompiled