[hibernate-dev] New to Dev List - Have a Patch

2009-03-11 Thread Peter Harrison
Hi Everyone, I'm working on a project using the Hibernate ant tools to generate DAO objects for use inside a Spring context. The existing DAO exporter with suffix "Home" uses JNDI to get the SessionFactory. However, Spring has its own HibernateDaoSupport class which use dependency injection rather

Re: [hibernate-dev] [Bean Validation] @Max / @Min as double instead of long

2009-03-11 Thread Emmanuel Bernard
I have gathered feedback from various places and as expected everyone has his favorite best solution. I am on the fence to support this: - @Max with long not supporting double and float - @MaxDecimal with String (BigDecimal style) not supporting double and float - same for min WDTY? Bett

Re: [hibernate-dev] New to Dev List - Have a Patch

2009-03-11 Thread Max Rydahl Andersen
Lets move this to the HBX jira. /max Hi Everyone, I'm working on a project using the Hibernate ant tools to generate DAO objects for use inside a Spring context. The existing DAO exporter with suffix "Home" uses JNDI to get the SessionFactory. However, Spring has its own HibernateDaoSupport