In java project we are connecting to HANA db through eclipse link JPA. And getting below exception when trying to fetch data.
com.sap.db.jdbc.exceptions.SQLDataExceptionSapDB: Invalid argument resultSetType, use TYPE_FORWARD_ONLY.
In eclipseLink JPA, how to enable the feature for scroll forward and backward.
ngdbc driver jar version - 2.13.9
org.eclipse.persistence.jpa jar version - 2.7.10