extjs-gpl
Version:
GPL licensed version of Sencha Ext JS
29 lines (24 loc) • 901 B
JavaScript
/**
* @class Ext.data.schema.HasMany
*
* **This is not a real JavaScript class and cannot be created. This is for documentation purposes only.**
*
* This class provides for creating a keyless `Ext.data.schema.ManyToOne` association. This declaration should
* be on "many" entity. See `Ext.data.schema.ManyToOne` and `Ext.data.schema.Association` for more information.
*/
/**
* @cfg {String} name An alias for {@link Ext.data.schema.Reference#role role}.
* @deprecated 6.2.0
*/
/**
* @cfg {String} associatedName An alias for {@link Ext.data.schema.Reference#role role}.
* @deprecated 6.2.0
*/
/**
* @cfg {String} model An alias for {@link Ext.data.schema.Reference#type type}.
* @deprecated 6.2.0
*/
/**
* @cfg {String} [foreignKey] The key field to use in this association
* @deprecated 6.2.0 Use the reference configuration on a data field to created a keyed association.
*/