You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For OneToMany relations, flat-fetcher creates a plain old java collection to hold the fetched entities. Entity graph gets detached or if it gets used in a read-only transaction.
For read-write transactions, replacing the collection means that we hinder Hibernate's ability to track changes to the collection.
The text was updated successfully, but these errors were encountered:
For OneToMany relations,
flat-fetcher
creates a plain old java collection to hold the fetched entities. Entity graph gets detached or if it gets used in a read-only transaction.For read-write transactions, replacing the collection means that we hinder Hibernate's ability to track changes to the collection.
The text was updated successfully, but these errors were encountered: