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
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
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