jpa conversational persistence

This commit is contained in:
Keith Donald
2007-07-31 21:27:31 +00:00
parent f1ff85f74c
commit 7f8ea6a3c1
4 changed files with 193 additions and 111 deletions

View File

@@ -55,10 +55,15 @@
<dependency org="concurrent" name="concurrent" rev="1.3.4" conf="buildtime->default" />
<dependency org="javax.servlet" name="servlet-api" rev="2.4" conf="buildtime->default" />
<dependency org="javax.portlet" name="portlet-api" rev="1.0" conf="buildtime->default" />
<dependency org="org.hibernate" name="hibernate" rev="3.2.3.ga" conf="buildtime->default" />
<dependency org="org.hibernate" name="hibernate" rev="3.2.4.ga" conf="buildtime->default" />
<dependency org="org.springframework" name="spring-dao" rev="2.0.6" conf="buildtime->default" />
<dependency org="org.springframework" name="spring-hibernate3" rev="2.0.6" conf="buildtime->default" />
<dependency org="javax.persistence" name="persistence-api" rev="1.0b" conf="buildtime->default"/>
<dependency org="toplink.essentials" name="toplink-essentials" rev="2.0-56" conf="buildtime->default" />
<dependency org="org.springframework" name="spring-jpa" rev="2.0.6" conf="buildtime->default" />
<!-- test time only dependencies -->
<dependency org="hsqldb" name="hsqldb" rev="1.8.0.7" conf="test->default" />
<dependency org="log4j" name="log4j" rev="1.2.14" conf="test->default" />