stainlessai / micronaut-jupyter

A Micronaut configuration that integrates your app with an existing Jupyter installation.
https://stainlessai.github.io/micronaut-jupyter
Apache License 2.0
9 stars 5 forks source link

MJ-32 ⁃ Document lack of support for lazy initialization #30

Open stainlessbot opened 4 years ago

stainlessbot commented 4 years ago

Document the fact that lazy initialization is not supported in Micronaut, and explain how to prevent LazyInitializationExceptions (i.e. use join queries). Keep in mind that this is already documented in docs for micronaut-sql and micronaut-data (although not micronaut-groovy, which provides GORM). This new documentation should use examples from these Micronaut docs as well as the docs for GORM.

┆Reporter: Joshua Carter ┆Issue Type: Story ┆Priority: Medium ┆Status: Backlog ┆Issue Number: MJ-32 ┆Epic: Documentation