View source
class Manager<T>
package sys.db
Deprecated: "This class will be removed soon, please install the record-macros library"
Available on python, php, lua, hl, neko, cpp, macro, java
Record Manager : the persistent object database manager. See the tutorial on Haxe website to learn how to use Record.
Static variables
Static methods
Constructor
Methods
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.
search(cond:Dynamic, ?options:Dynamic, ?lock:Bool):List<T>
Available on python, php, lua, hl, neko, cpp, java