The problem I encountered is that Hibernate queries a class on the other side of the lazy onetoone relationship.
Query top_players (depending on cache settings) Query through the mapping tabl
The problem I encountered is that Hibernate queries a class on the other side of the lazy onetoone relationship.
Query top_players (depending on cache settings) Query through the mapping tabl
I have some functions to return cursors (refcursor) on PostgreSQL 9.6:
CREATE OR REPLACE FUNCTION public.test_returning_cursor( )
RETURNS refcursor
IMMUTABLE
LANGUAGE plpgsql
AS $$
DECLARE