Home:ALL Converter>What is the java type equivalent for the oracle datatype raw?

What is the java type equivalent for the oracle datatype raw?

Ask Time:2016-10-06T23:14:10         Author:pheromix

Json Formatter

In my oracle database table there is a column of datatype raw. Now in my spring bean class I want to map this table. So what java datatype is the equivalent of the oracle raw datatype ?

Author:pheromix,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/39899732/what-is-the-java-type-equivalent-for-the-oracle-datatype-raw
yy