Please fix this.
On Tue, Oct 11, 2016 at 8:28 AM, Andrew Tolbert <andrew.tolb...@datastax.com > wrote: > Hi Ali, > > As far as I know this hasn't changed. Either the field name on the class > has to match the name of the column or you have to use the @Column with the > name attribute to set the column name being mapped by that field. > > Thanks, > Andy > > On Mon, Oct 10, 2016 at 8:03 PM Ali Akhtar <ali.rac...@gmail.com> wrote: > >> In working with Jackson, it has a NamingStrategy which lets you >> automatically map snake_case fields in json to camelCase fields on the Java >> class. >> >> Last time I worked w/ Cassandra, I didn't find anything like that, and >> had to define an @Column annotation for each field. >> >> Please tell me this has changed now? >> >>