Class ORecordFactoryManager

java.lang.Object
com.orientechnologies.orient.core.record.ORecordFactoryManager

public class ORecordFactoryManager extends Object
Record factory. To use your own record implementation use the declareRecordType() method. Example of registration of the record MyRecord:

declareRecordType('m', "myrecord", MyRecord.class);

Author:
Sylvain Spinelli, Luca Garulli (l.garulli--(at)--orientdb.com)