Re: [hibernate-dev] Refactoring of org.hibernate.cfg.Configuration

2013-12-23 Thread Shaozhuang Liu
This Configuration class is being deprecated in 5.0, take a look of the new interface :) org.hibernate.metadata package: * MetadataSources * Metadata * MetadataBuilder * SessionFactoryBuilder On Dec 24, 2013, at 1:45, Andrey Polyakov wrote: > Hi everyone, > > I am writing to make a proposal

Re: [hibernate-dev] Hibernate ORM 4.3.0.Final

2013-12-17 Thread Shaozhuang Liu
Congratulations! - Best Regards, Strong Liu http://about.me/stliu/bio On 2013Dec 17, at 3:54 PM, Gunnar Morling wrote: > +1 > > > 2013/12/17 Sanne Grinovero > >> Congratulations! That's a very significant one :-) >> >> On 16 December 2013 22:49, Steve Ebersole wro

Re: [hibernate-dev] Logging dependency cleanup

2013-10-09 Thread Shaozhuang Liu
I think it was Brett and I mentioned that we don’t need commons-logging anymore - Best Regards, Strong Liu http://about.me/stliu/bio On 2013Oct 9, at 6:18 AM, Steve Ebersole wrote: > I thought I remember someone (Brett? Strong?) going through an cleaning > up referen

Re: [hibernate-dev] hiberate-commons-annotations and locating annotations

2013-09-05 Thread Shaozhuang Liu
of creating the PR? > > > On 09/05/2013 12:10 PM, Steve Ebersole wrote: >> On Thu 05 Sep 2013 11:52:22 AM CDT, Shaozhuang Liu wrote: >>>> Also, I am not sure that iterating properties yet again is a great idea. >>>> >>>> One alternative I had co

Re: [hibernate-dev] hiberate-commons-annotations and locating annotations

2013-09-05 Thread Shaozhuang Liu
On 2013Sep 5, at 12:43 PM, Steve Ebersole wrote: > Stepping through the code showed me that PropertyHolder#addProperty will > not be useful here. Its called after the corresponding > SimpleValueBinder#setType call. Really not understanding how these are > intended to work. > > I have some o

Re: [hibernate-dev] Search and JDK 6: @Override annotations

2013-08-13 Thread Shaozhuang Liu
is there a way to do it w/ Intellij? I think it would be good idea to apply this annotation on orm as well - Best Regards, Strong Liu http://about.me/stliu/bio On Aug 12, 2013, at 9:42 PM, Guillaume Smet wrote: > Hi, > > On Fri, Aug 9, 2013 at 6:41 PM, Guillaume Smet