Re: [hibernate-dev] Reflite

2014-06-04 Thread Gunnar Morling
2014-06-03 15:44 GMT+02:00 Steve Ebersole : > The point is to delay accessing ClassLoader. The reason being runtime > enhancement. If we load Classes at this point we wont be able to enhance > them later when JPA hooks allow us to. > Ah, I see. FWIW, the model in javax.lang.model.type.* also d

[hibernate-dev] [OGM] Id generation strategies

2014-06-04 Thread Gunnar Morling
Hi, I'm rather confused by the way how OgmIdentityGenerator, OgmSequenceGenerator and OgmTableGenerator interact. Basically, the first two just delegate to the latter. Now intuitively I'd have expected an exception when explicitly using a generation type not supported on a given datastore, say @G