Skip to main content
1-Visitor
March 1, 2018
Question

What is the diffrence between PersistanceHelper vs PersistanceServerHelper ?

  • March 1, 2018
  • 1 reply
  • 2327 views

Hi All,

 

Can you please expalin the diffrence between "PersistanceHelper" and "PersistanceServerHelper" ?

and how these classes helps to modify/store object in Windchill , what exactly happens behind, how it make changes in database ?

 

1 reply

13-Aquamarine
August 15, 2018

PersistenceServerHelper

  • This class implements helper methods for server side PersistenceManagerSvr operations. It is running in the Method Server.
  • The methods of PersistenceManagerSvr provide low level access to the database and bypassed access control operations.
  • PersistenceHelper
  • The class contains utility methods associated with the PersistenceManager. It is running in client application.
  • The methods of PersistenceManager use access control to determine if the user is allowed to operate the business object.