I am using spring data JPA, facing issue as result is always coming NULL even if record present into DB.
I tried debugging spring code and checked whether statement created correctly or not. Statement is created correctly and parameter is also populated correctly.
Configuration: - Spring-boot = 2.0.5.RELEASE
Oracle DB = Oracle Database 11g Release 11.2.0....
