How to force to return not PersistenceBag, but list or set?

The table in the database has a primary key has a unique column with an index, and from what suddenly the heber returns a bug is not clear .. heber works in tandem with the Spring Data

It comes through the default JpaRepository method findAll ();

Under debag normal sheet, but when the transaction ends after a bunch of proxies, I get PersistenceBag

  • According to the documentation , PersistenceBag implements a List , respectively, with an object of this type you can work as with a regular sheet. - Alexander Kosarev

0