Uses of Interface
com.clickhouse.client.api.metadata.ColumnToMethodMatchingStrategy
Packages that use ColumnToMethodMatchingStrategy
-
Uses of ColumnToMethodMatchingStrategy in com.clickhouse.client.api
Methods in com.clickhouse.client.api with parameters of type ColumnToMethodMatchingStrategyModifier and TypeMethodDescriptionClient.Builder.columnToMethodMatchingStrategy(ColumnToMethodMatchingStrategy strategy) Sets column to method matching strategy. -
Uses of ColumnToMethodMatchingStrategy in com.clickhouse.client.api.metadata
Classes in com.clickhouse.client.api.metadata that implement ColumnToMethodMatchingStrategyModifier and TypeClassDescriptionclassDefault implementation ofColumnToMethodMatchingStrategytakes the following rules: Method name is normalized by removing prefixes like "get", "set", "is", "has". Column name is normalized by removing special characters like "-", "_", ".". Normalized method name and column name are compared case-insensitively.