Skip to content

Records maybe don't need to use ConstructorProperties as much in cases where a record has a Join in a field #43

@sproket

Description

@sproket

Currently if you have a record with a join annotation it seems you need to have a canonical constructor to instantiate the join list and an extra constructor without the join field (requiring ConstructorProperties annotation) .

It would be better if Persism would ignore the join field for the initial query and handle it later to avoid needing the extra boilerplate code in the record.

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