Revision: 3990
Author: seba.wagner
Date: Sat Jul 16 06:49:30 2011
Log: id should start by zero
http://code.google.com/p/openmeetings/source/detail?r=3990
Modified:
/branches/dev/om_openjpa/src/app/org/openmeetings/app/hibernate/beans/user/Salutations.java
=======================================
---
/branches/dev/om_openjpa/src/app/org/openmeetings/app/hibernate/beans/user/Salutations.java
Fri Jul 8 01:31:52 2011
+++
/branches/dev/om_openjpa/src/app/org/openmeetings/app/hibernate/beans/user/Salutations.java
Sat Jul 16 06:49:30 2011
@@ -19,7 +19,7 @@
private static final long serialVersionUID = -5806449519074435223L;
@Id
- @GeneratedValue
+ @GeneratedValue(strategy = GenerationType.IDENTITY)
@Column(name="salutations_id")
private Long salutations_id;
@Column(name="name")
--
You received this message because you are subscribed to the Google Groups
"OpenMeetings developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/openmeetings-dev?hl=en.