Find All
Reported by Dan Schultz | January 24th, 2011 @ 08:23 PM | in 0.2.0
Add ability to query for all entities.
Query
will have a method called all()
,
which will forward it's request to
ServiceAdaptor.all()
.
Example:
var request:Operation = Query.entity(Task).all();
Comments and changes to this ticket
-
Dan Schultz January 24th, 2011 @ 10:56 PM
- State changed from new to open
-
Dan Schultz January 25th, 2011 @ 01:27 AM
- State changed from open to resolved
(from [7f782222828373f1c4a80ccab3b126e298f8a5f4]) adding method to query for all entities [#19 state:resolved] https://github.com/danschultz/mesh/commit/7f782222828373f1c4a80ccab...
-
Dan Schultz April 22nd, 2011 @ 11:38 PM
(from [6874f381075cedd32bdf0d946e393a0391e60020]) adding support for auto-save and parallel requests.
closes #19
https://github.com/danschultz/mesh/commit/6874f381075cedd32bdf0d946...
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Mesh is an open-source persistence framework for Adobe Flex. It is designed to make the persistence of your application's model easier. Mesh provides the mechanisms for defining the associations between your model's entities, tracking which objects need to be saved, and mapping your entities to backend services.
<p>
<strong>Wiki</strong>
The Mesh wiki is hosted on GitHub at <a href="https://github.com/danschultz/mesh/wiki">https://github.com/danschultz/mesh/wiki</a>.
</p>
<p>
<strong>Source Code</strong>
Mesh is hosted on GitHub at <a href="http://github.com/danschultz/mesh">http://github.com/danschultz/mesh</a>.
</p>
People watching this ticket
Tags
Referenced by
- 19 Find All closes #19 https://github.com/danschultz/mesh/commit/6874...
- 19 Find All (from [7f782222828373f1c4a80ccab3b126e298f8a5f4]) adding ...