Package org.gridgain.dr.configuration
Class CacheFieldMappingConfigurationSchema
java.lang.Object
org.gridgain.dr.configuration.CacheFieldMappingConfigurationSchema
Configuration schema for cache field to table column mapping.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
field
Cache field name. -
column
Column name to map this cache field to. If null, then ignore should be true. -
ignore
@Value(hasDefault=true) public boolean ignoreWhether this field should be ignored or not.
-
-
Constructor Details
-
CacheFieldMappingConfigurationSchema
public CacheFieldMappingConfigurationSchema()
-