Package com.ptc.core.command.common.bean.entity

Class Summary
CreatePersistentEntityCommand This command can be used to create in the database an existing in-memory instance of a persistable entity (i.e., object).
DeletePersistentEntityCommand This command can be used to delete the given persistent entity in the database.
NewEntityCommand This command can be used to make a new in-memory instance of either a transient or persistent entity (i.e., object).
PrepareEntityCommand This command can be used to prepare one or more source objects(TypeInstance) for further processing.
RetrievePersistentEntityCommand This command can be used to refresh the given persistent entity or retrieve one from the database.
SavePersistentEntityCommand

Supported API: true

Extendable: true
SavePersistentEntitySubCommand

Supported API: true

Extendable: true
UpdatePersistentEntityCommand This command can be used to update the given persistent entity in the database.