Re: [hibernate-dev] Configuring lazy groups via XML

2016-05-12 Thread Steve Ebersole
Bytecode enhancement of any kind is only supported for annotated entities. I definitely would like to get into supporting XML metadata as well, although I doubt it would ever be done for HBM mappings. On Thu, May 12, 2016 at 3:18 AM Gunnar Morling wrote: > Hi, > > As per an answer of Vlad in the

[hibernate-dev] Configuring lazy groups via XML

2016-05-12 Thread Gunnar Morling
Hi, As per an answer of Vlad in the forum [1], the lazy fetch groups new in ORM 5.1 are only supported via annotations. Is that a temporary solution and XML support for lazy groups is planned eventually (if not in HBM but then via some means of extension point in orm.xml)? In other words, is our