DynamicMutableRealm
A dynamic mutable realm gives access and allows creation and modification of data in the realm through a generic string based API instead of the conventional Realm API that uses the typed API of the schema classes supplied in the configuration.
Functions
Copy new objects into the realm or update existing ones. The managed version of the object will be returned.
Delete objects from the underlying Realm.
Deletes all objects of the specified class from the Realm.
Get latest version of an object.
Returns the current number of active versions in the Realm file. A large number of active versions can have a negative impact on the Realm file size on disk.
Check if this Realm has been closed or not. If the Realm has been closed, most methods will throw IllegalStateException if called.
Returns a query for dynamic mutable realm objects of the specified class.
Returns an immutable schema of the realm.
Returns the schema version of the realm.