cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X

I am working with Modeled sub type of WTPart, I have added 'com.ptc.windchill.annotations.metadata.GeneratedProperty' to already present @GenAsPersistable annotation. Do I need to generate SQL script again for this type?

apatel-2
2-Guest

I am working with Modeled sub type of WTPart, I have added 'com.ptc.windchill.annotations.metadata.GeneratedProperty' to already present @GenAsPersistable annotation. Do I need to generate SQL script again for this type?

I am working with Modeled sub type of WTPart.

I have added 'com.ptc.windchill.annotations.metadata.GeneratedProperty' to already present @GenAsPersistable annotation.

Do I need to generate SQL script again for this type?

1 REPLY 1
BhushanNehe
14-Alexandrite
(To:apatel-2)

Hi Ajay,

Using @GeneratedProperty if you have added a persistable attribute like a column, it needs to be created in database. I would suggest you to re-generate the SQL scripts.

Regards,

Bhushan

Top Tags