Tutorial Project to illustrate use of Hibernate using Annotations and additionally provide
Unit Testing for Support for PostgreSQL UUID data type
-------------------------------------------------------------------------------------------------------------------------------------------------
Key: HHH-4093
URL:
http://opensource.atlassian.com/projects/hibernate/browse/HHH-4093
Project: Hibernate Core
Issue Type: Improvement
Components: documentation
Environment: Hibernate 3.5.0 (Trunk), Postgresql 8.3 or greater
Reporter: David Driscoll
Attachments: hibernate-tutorials-annotations.zip
Ran into issue HH-3579, and needed support for Uuid type in Postgresql.
I have create patches for HH-3579, so that Hibernate now support the Uuid type in
Postgresql.
I created this project (attached as zip) to be able to Unit Test these patches in a web
application environment using Unit Tests via JUnit 4.
Here is an excerpt from the readme file in this project:
This project was created for the main purpose of unit testing a Hibernate enhancement
(HH-3579)
that added uuid sql types to hibernate. Specifically, for unit testing against Postgresql
8.3 or greater
which allows uuid data types. Additionally, it demonstrates how to use Hibernate with
Annotations.
This tutorial implements a basic web application using Hibernate 3.5 (trunk), Spring
Framework 3.0 (trunk), Spring's MVC, and Atomikos Transaction Manager 3.5.5.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://opensource.atlassian.com/projects/hibernate/secure/Administrators....
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira