interface JniDataModel
Provides the API for NativeObject to create object on C++ level.
| abstract fun prepare(): LongPrepares the native counterpart for Java Object on JNI level. | 
| abstract class BaseRequestQuery : NativeObject, JniDataModel |