Static
getReturns the JSON descriptor of the model field. One descriptor corresponds to one field. The Json descriptor may not be specified, in which case null is returned
Static
getReturns a json field descriptors in the model. One descriptor corresponds to one field.
Static
getReturns the main descriptor of the model field. One descriptor corresponds to one field.
Static
getReturns an array of the main descriptors of the model fields. One descriptor corresponds to one field.
Static
getReturns the JSON descriptor of the hasMany model. One descriptor corresponds to one field. The Json descriptor may not be specified, in which case null is returned
Static
getReturns json handles for the has Many model. One descriptor corresponds to one field.
Static
getReturns the main descriptor of the hasMany model. One descriptor corresponds to one field.
Static
getReturns an array of the main hasMany model descriptors. One descriptor corresponds to one field.
Static
getReturns the model's has One json descriptor. One descriptor corresponds to one field. The Json descriptor may not be specified, in which case null is returned
Static
getReturns JSON handles for the has One model. One descriptor corresponds to one field.
Static
getReturns the main hasone descriptor of the model. One descriptor corresponds to one field.
Static
getReturns an array of the main hasone descriptors of the model. One descriptor corresponds to one field.
Static
getReturns field descriptors that are the primary key Currently, only one primary key field is allowed. But at the stage of model validation, there may be several of them.
Static
setRecords the basis of the descriptor field of the model
Static
setWrites the base hasMany model descriptor
Static
setWrites the base hasone model descriptor
Storage for model metadata
Public