class sys.db.Manager<T>
Available on cpp, neko, php
Record Manager : the persistent object database manager. See the tutorial on Haxe website to learn how to use Record.
Class Fields
Instance Fields
function forceUpdate(o:T, field:String):Void
Remove the cached value for the given Object field : this will ensure that the value is updated when calling .update(). This is necessary if you are modifying binary data in-place since the cache will be modified as well.