This forum is used by the Opf3 developers to announce new features or to discuss with you about ideas on new features.
 | |
| | IPartialPersist is an interface that is implemented by a persistent object. Opf3 queries the interface during the persist of the persistent object and the object itself can return if a property is to persist or not! Opf3 uses only the properties that are to persist in the SQL statement that is generated. This allows the developer to exactly specify what should be persisted and what not - which may give the application a big performance boost!
|