I'm looking into this atm.
My thinking is to pass a new dedicated Type IdGeneratorKey instead of
RowKey to GridDialect#nextVal() which can carry all the information we
need. The dual use of RowKey for association rows and sequences has been
confusing anyways.
2014-06-06 10:44 GMT+02:00 Emmanuel B
On 19 Jun 2014, at 11:12, Gunnar Morling wrote:
> I'm looking into this atm.
>
> My thinking is to pass a new dedicated Type IdGeneratorKey instead of RowKey
> to GridDialect#nextVal() which can carry all the information we need. The
> dual use of RowKey for association rows and sequences has
2014-06-19 13:34 GMT+02:00 Emmanuel Bernard :
>
> On 19 Jun 2014, at 11:12, Gunnar Morling wrote:
>
> I'm looking into this atm.
>
> My thinking is to pass a new dedicated Type IdGeneratorKey instead of
> RowKey to GridDialect#nextVal() which can carry all the information we
> need. The dual use
Hi,
I have generated the javadoc locally and it looks fine. It seem int the
http://docs.jboss.org/hibernate/orm/4.3/javadocs/org/hibernate/Session.html
source all the < and > are escaped with < > . Could someone tell me
how this javadoc was generated?
Andrea
On 18 June 2014 14:58, Emmanuel Berna