Package org.gridgain.dr.configuration
Class CacheValueFieldMappingConfigurationSchema
java.lang.Object
org.gridgain.dr.configuration.CacheValueFieldMappingConfigurationSchema
Configuration schema for cache value 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
-
CacheValueFieldMappingConfigurationSchema
public CacheValueFieldMappingConfigurationSchema()
-