You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
methods: These will return a result set , that is a collection of entities, and are bound to replace in v4 the getEntity, getEntities and persist methods.
In addition, we introduce the SelectQueryMocker that will mock the reponse of a select query on a given factory's table. Check the doc in the associated PR.
Please share your thoughts on this new approach, the method names, etc.
This will be a major improvement of the plugin, I am really looking forward to it!
The text was updated successfully, but these errors were encountered:
In v3.1, we want to introduce the:
getPersistedResultSet
getResultSet
methods: These will return a result set , that is a collection of entities, and are bound to replace in v4 the
getEntity
,getEntities
andpersist
methods.In addition, we introduce the
SelectQueryMocker
that will mock the reponse of a select query on a given factory's table. Check the doc in the associated PR.Please share your thoughts on this new approach, the method names, etc.
This will be a major improvement of the plugin, I am really looking forward to it!
The text was updated successfully, but these errors were encountered: