Re: Enumerated Type
Just use JPA's @Enumerated
use @Enumerated(EnumType.ORDINAL) to only store a number or @Enumerated(EnumType.String) to get the textual representation of your enum
use @Enumerated(EnumType.ORDINAL) to only store a number or @Enumerated(EnumType.String) to get the textual representation of your enum
On Monday, May 7, 2012 3:45:38 AM UTC-4, Akram.Moncer wrote:
hello ;can someone tell me how can i use the Enumerated Type in JPA, and how can i persist itthanks--Akram MONCER
Personne
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/85dMSMeffZUJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home