johm
johm copied to clipboard
the Integer.parseInt in RedisMap
Inside the "get" method:
value = JOhm.<V> get(valueClazz, Integer.parseInt(valueKey));
I don't know why use Integer.parseInt() but not Long.parseLong(). All the model's @id attribute is long.