{quote} Anyone can tell me if OGM does support Bytecode Enhancement for lazy loading mechanism? I just tried the entity definition with bytecode enhancement, it worked in Hibernate ORM, but for OGM, it seems not work, the one-to-one association still be loaded eagerly. {quote}
Intuitively I would expect this to work with OGM, but I suspect we do something in the dialect that override overrides the behavior in ORM. |
|