Skip to content

Implement paged lazy loading for collections #9

@tylertreat

Description

@tylertreat

Collections are currently lazily loaded as a whole (i.e. the List, Set, etc. is proxied), meaning the entire collection is loaded on request. It would be nice to implement paged collections which load and unload collection entities lazily on the fly.

This will require implementing various Java collections like List and Set.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions