[Error] Null return value from advice does not match primitive return type for


Java Springを使用してdbからqueryにデータをインポートする操作でこのエラーが発生しました.
org.springframework.aop.AopInvocationException: Null return value from advice does not match primitive return type for: ~~
簡単に説明するとprimitive typeで返すべきですが、エラーを返します.
次にstackoverflowを複数検索し、dbからインポートしたデータをprimitive typeに返すだけです.
簡単だ
EX)
int -> Integer
float -> Float
char -> Character