Proposal:
support translating column name from some_col to someCol in FluxResultMapper.
Current behavior:
No translating, @Column(name = "some_col") is needed which is cumbersome.
Desired behavior:
Auto translating or configuration option provided.
Alternatives considered:
@Column(name = "some_col").
Use case:
To follow our naming convention on both sides.
Proposal:
support translating column name from
some_coltosomeColinFluxResultMapper.Current behavior:
No translating,
@Column(name = "some_col")is needed which is cumbersome.Desired behavior:
Auto translating or configuration option provided.
Alternatives considered:
@Column(name = "some_col").Use case:
To follow our naming convention on both sides.