In spring boot application I\'ve a method:
@Query( nativeQuery = true, value = "query content" ) List getDataFromDB(params);