-
Mar 24th, 2011, 02:00 AM
#1
you have entered is too short. Please lengthen your message
Last edited by pavan4uus; Mar 25th, 2011 at 12:48 AM.
-
Mar 24th, 2011, 09:27 AM
#2
I haven't used a squence table, but I customized an entity with a sequence generator.
I modified the Roo generated entity by copying the column definition out of the .aj file and putting it into the entity class file. This will cause Roo to remove the column definition from the .aj file and let you annotate it yourself.
Once it's there, you can add your own @SequenceGenerator and @GeneratedValue annotations to select your own sequence provider.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules