Class CacheFieldMappingConfigurationSchema

java.lang.Object
org.gridgain.dr.configuration.CacheFieldMappingConfigurationSchema

@Config public class CacheFieldMappingConfigurationSchema extends Object
Configuration schema for cache field to table column mapping.
  • Field Details

    • field

      @InjectedName public String field
      Cache field name.
    • column

      @Value(hasDefault=true) public String column
      Column name to map this cache field to. If null, then ignore should be true.
    • ignore

      @Value(hasDefault=true) public boolean ignore
      Whether this field should be ignored or not.
  • Constructor Details

    • CacheFieldMappingConfigurationSchema

      public CacheFieldMappingConfigurationSchema()