Re: [hibernate-dev] Temporary session and commit issue with manual flush mode

2012-02-17 Thread Ɓukasz Antoniak
I totally agree with you guys :). However, when I do something like: if (FlushMode.isManualFlushMode(session.getFlushMode())) { Session temporarySession = null; try { temporarySession = ((Session) session).sessionWithOptions().transactionContext()

Re: [hibernate-dev] New metamodel and NamingStrategy

2012-02-17 Thread Steve Ebersole
As an example to start discussions, here is my first method proposal: public interface LogicalNamingStrategy { /** * Determine the logical table name to use for the specified entity in cases where the mapping did * not specify one explicitly. * * @param

[hibernate-dev] New metamodel and NamingStrategy

2012-02-17 Thread Steve Ebersole
In Austin we had discussed splitting up NamingStrategy into LogicalNamingStrategy and PhysicalNamingStrategy. I am starting to think though and work on that task. We said that the "sources" (the collective term for annotations and hbm.xml) would return null to indicate that the logical naming

Re: [hibernate-dev] Hibernate JIRA

2012-02-17 Thread Steve Ebersole
Its back. Couple of minutes to fix, wow, Atlassian/Contegix rock! No comment on our other hosting sites... On Fri 17 Feb 2012 09:57:13 AM CST, Steve Ebersole wrote: > The JIRA instance is currently maxed out on disk. Atlassian and > Contegix are aware of the problem and are working on it. Shoul

Re: [hibernate-dev] That's what we need to make our code better :-)

2012-02-17 Thread Steve Ebersole
@Win! On 02/17/2012 09:31 AM, Hardy Ferentschik wrote: > http://code.google.com/p/gag/ :-) > ___ > hibernate-dev mailing list > hibernate-dev@lists.jboss.org > https://lists.jboss.org/mailman/listinfo/hibernate-dev -- st...@hibernate.org http://hiberna

[hibernate-dev] Hibernate JIRA

2012-02-17 Thread Steve Ebersole
The JIRA instance is currently maxed out on disk. Atlassian and Contegix are aware of the problem and are working on it. Should be back soon. -- st...@hibernate.org http://hibernate.org ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org ht

[hibernate-dev] That's what we need to make our code better :-)

2012-02-17 Thread Hardy Ferentschik
http://code.google.com/p/gag/ :-) ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev