Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Suggested Answer
Replies
22 replies
Answers
1 answer
Subscribers
7 subscribers
Views
16172 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
AI and Rules
How to specify the uniqueidentifier datatype of SQL SERVER in XSD type?...
bharathwajanr587
over 10 years ago
How to specify the uniqueidentifier datatype of SQL SERVER in XSD type?...
OriginalPostID-104088
OriginalPostID-104088
Discussion posts and replies are publicly visible
Parents
0
Eduardo Fuentes
Appian Employee
over 10 years ago
There's no JPA annotation for this type of column. The following syntax is only compatible at the Hibernate level but not at the JPA level
@GenericGenerator(name = "generator" strategy = "guid")
@GeneratedValue(generator = "generator")
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Eduardo Fuentes
Appian Employee
over 10 years ago
There's no JPA annotation for this type of column. The following syntax is only compatible at the Hibernate level but not at the JPA level
@GenericGenerator(name = "generator" strategy = "guid")
@GeneratedValue(generator = "generator")
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data