Relative Content

Tag Archive for springhibernatefirebirdnativequery

Spring + Firebird + NativeQuery

When I call custom method in PagingAndSortingRepository with Pageable object set to page > 0 the generated query has misplaced first and skip parameters (They are inserted by Spring + Hibernate) and I do not have any control over them.