|
How to make field properties whose values are not persistent |
The for adding has a parameter 'persistent' whose default is true. If you explicitly pass false for this parameter the property will not be persistent. Also see how to add a property.
If a peanut is , only persistent field properties will be saved to-, retrieved from, and searchable in the database. Sorting by the database is only supported for persistent field properties.
If a peanut is not persistent, the persistency of its field properties has no meaning / is ignored by the framework. |
|