Skip to content

Initialize with hibernate-aware collections #3

@chklauser

Description

@chklauser

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions