Not sure I see the problem here as BIGINT is equivalent to Long. But you can 
always use String.valueOf(...) if you want the string representation.

Kasper Sørensen

> On Aug 2, 2017, at 11:11, Gajanan Patil <[email protected]> wrote:
> 
> Hi All,
> 
> I have table having id column with BIGINT DataType in mysql, when we
> convert it to List<ROW> it shows as Type Long (java language datatype).
> 
> Is there any mechanism to bring this column datatype to String in Java
> language?.
> 
> or anyother approach that willl give me dataset to type of string?
> 
> 
> your help would be much appreciable.
> 
> Thanks
> 
> -- 
> 
> Regards
> Gajanan Patil
> 97666 96197

Reply via email to