AutoSaveCreateVirgin

Possible values: true and false.

Default value: false.

File: configuration file.

Context: DatabaseManager, Database.

If AutoSaveCreateVirgin is true and a DO belongs to a transaction and DO.createVirgin() is done, the created DO is automatically saved into the transaction.

If AutoSaveCreateVirgin is false, DO.save() is mandatory before the transaction's commit.

AutoSaveCreateVirgin has no meaning for DOs without transaction.

Sample code:

#values{true,false} default{false} 
DatabaseManager.defaults.AutoSaveCreateVirgin=true