Changeset [31d1dc2e37fe589f1bdef658961cdb7db72b3658] by Dan Schultz
April 22nd, 2011 @ 11:56 PM
merging association refactoring to master
https://github.com/danschultz/mesh/commit/31d1dc2e37fe589f1bdef6589...
Committed by Dan Schultz
- A src/mesh/core/array/flatten.as
- A src/mesh/core/proxy/DataProxy.as
- A src/mesh/model/Aggregates.as
- A src/mesh/model/Callbacks.as
- A src/mesh/model/Changes.as
- A src/mesh/model/Entity.as
- A src/mesh/model/associations/Association.as
- A src/mesh/model/associations/AssociationCollection.as
- A src/mesh/model/associations/AssociationDefinition.as
- A src/mesh/model/associations/HasAssociation.as
- A src/mesh/model/associations/HasManyAssociation.as
- A src/mesh/model/associations/HasManyDefinition.as
- A src/mesh/model/associations/HasOneAssociation.as
- A src/mesh/model/associations/HasOneDefinition.as
- A src/mesh/model/validators/EachValidator.as
- A src/mesh/model/validators/Errors.as
- A src/mesh/model/validators/ExclusionValidator.as
- A src/mesh/model/validators/FormatValidator.as
- A src/mesh/model/validators/InclusionValidator.as
- A src/mesh/model/validators/LengthValidator.as
- A src/mesh/model/validators/NumericValidator.as
- A src/mesh/model/validators/PresenceValidator.as
- A src/mesh/model/validators/Validator.as
- A src/mesh/operations/CompoundOperation.as
- A src/mesh/operations/EmptyOperation.as
- A src/mesh/operations/FactoryOperation.as
- A src/mesh/operations/FaultOperationEvent.as
- A src/mesh/operations/FileReferenceUploadOperation.as
- A src/mesh/operations/FinishedOperationEvent.as
- A src/mesh/operations/MethodOperation.as
- A src/mesh/operations/NetworkOperation.as
- A src/mesh/operations/Operation.as
- A src/mesh/operations/OperationEvent.as
- A src/mesh/operations/OperationQueue.as
- A src/mesh/operations/OperationQueueEvent.as
- A src/mesh/operations/ParallelOperation.as
- A src/mesh/operations/Progress.as
- A src/mesh/operations/ProgressOperationEvent.as
- A src/mesh/operations/QueueProgress.as
- A src/mesh/operations/ResultOperationEvent.as
- A src/mesh/operations/SequentialOperation.as
- A src/mesh/operations/ServiceOperation.as
- A src/mesh/operations/URLLoaderOperation.as
- A src/mesh/services/AMFService.as
- A src/mesh/services/AutoSaveRequest.as
- A src/mesh/services/CompoundRequest.as
- A src/mesh/services/DestroyRequest.as
- A src/mesh/services/HTTPService.as
- A src/mesh/services/InsertRequest.as
- A src/mesh/services/ItemQueryRequest.as
- A src/mesh/services/ListQueryRequest.as
- A src/mesh/services/OperationRequest.as
- A src/mesh/services/ParallelRequest.as
- A src/mesh/services/PersistRequest.as
- A src/mesh/services/QueryRequest.as
- A src/mesh/services/RPCService.as
- A src/mesh/services/Request.as
- A src/mesh/services/SaveRequest.as
- A src/mesh/services/SequentialRequest.as
- A src/mesh/services/Service.as
- A src/mesh/services/ServiceRequest.as
- A src/mesh/services/Services.as
- A src/mesh/services/TestService.as
- A src/mesh/services/UpdateRequest.as
- A src/mesh/services/WhereQueryRequest.as
- A tests/mesh/Account.as
- A tests/mesh/Address.as
- A tests/mesh/Customer.as
- A tests/mesh/Name.as
- A tests/mesh/Order.as
- A tests/mesh/Person.as
- A tests/mesh/core/array/FlattenTests.as
- A tests/mesh/core/proxy/DataProxyTests.as
- A tests/mesh/model/AggregateTestMockEntity.as
- A tests/mesh/model/AggregateTests.as
- A tests/mesh/model/AssociationCollectionTests.as
- A tests/mesh/model/AssociationTests.as
- A tests/mesh/model/DirtyTests.as
- A tests/mesh/model/HasManyAssociationTests.as
- A tests/mesh/model/HasOneAssociationTests.as
- A tests/mesh/model/ValidationTests.as
- A tests/mesh/model/validators/ExclusionValidatorTests.as
- A tests/mesh/model/validators/FormatValidatorTests.as
- A tests/mesh/model/validators/InclusionValidatorTests.as
- A tests/mesh/model/validators/LengthValidatorTests.as
- A tests/mesh/model/validators/NumericValidatorTests.as
- A tests/mesh/model/validators/PresenceValidatorTests.as
- A tests/mesh/operations/CompoundOperationTests.as
- A tests/mesh/operations/MethodOperationTests.as
- A tests/mesh/operations/MockOperation.as
- A tests/mesh/operations/NetworkOperationTests.as
- A tests/mesh/operations/OperationTests.as
- A tests/mesh/services/DestroyTests.as
- A tests/mesh/services/InsertTests.as
- A tests/mesh/services/QueryTests.as
- A tests/mesh/services/UpdateTests.as
- R src/mesh/Aggregate.as
- R src/mesh/Callbacks.as
- R src/mesh/Entity.as
- R src/mesh/EntityDescription.as
- R src/mesh/IPersistable.as
- R src/mesh/Properties.as
- R src/mesh/Query.as
- R src/mesh/SaveBatch.as
- R src/mesh/adaptors/AMFServiceAdaptor.as
- R src/mesh/adaptors/InMemoryAdaptor.as
- R src/mesh/adaptors/ServiceAdaptor.as
- R src/mesh/associations/AssociationProxy.as
- R src/mesh/associations/BelongsToAssociation.as
- R src/mesh/associations/BelongsToRelationship.as
- R src/mesh/associations/HasAssociation.as
- R src/mesh/associations/HasManyAssociation.as
- R src/mesh/associations/HasOneAssociation.as
- R src/mesh/associations/HasOneRelationship.as
- R src/mesh/associations/AssociationCollection.as
- R src/mesh/associations/Relationship.as
- R src/mesh/associations/HasManyRelationship.as
- R src/mesh/validators/EachValidator.as
- R src/mesh/validators/Errors.as
- R src/mesh/validators/ExclusionValidator.as
- R src/mesh/validators/FormatValidator.as
- R src/mesh/validators/InclusionValidator.as
- R src/mesh/validators/LengthValidator.as
- R src/mesh/validators/NumericValidator.as
- R src/mesh/validators/PresenceValidator.as
- R src/mesh/validators/Validator.as
- R src/operations/CompoundOperation.as
- R src/operations/EmptyOperation.as
- R src/operations/FactoryOperation.as
- R src/operations/FaultOperationEvent.as
- R src/operations/FileReferenceUploadOperation.as
- R src/operations/FinishedOperationEvent.as
- R src/operations/MethodOperation.as
- R src/operations/NetworkOperation.as
- R src/operations/Operation.as
- R src/operations/OperationEvent.as
- R src/operations/OperationQueue.as
- R src/operations/OperationQueueEvent.as
- R src/operations/ParallelOperation.as
- R src/operations/Progress.as
- R src/operations/ProgressOperationEvent.as
- R src/operations/QueueProgress.as
- R src/operations/ResultOperationEvent.as
- R src/operations/SequentialOperation.as
- R src/operations/ServiceOperation.as
- R src/operations/URLLoaderOperation.as
- R src/mesh/adaptors/HTTPServiceAdaptor.as
- R src/mesh/adaptors/RPCServiceAdaptor.as
- R tests/mesh/models/Address.as
- R tests/mesh/AggregationTests.as
- R tests/mesh/AssociationTests.as
- R tests/mesh/DirtyTests.as
- R tests/mesh/HasManyAssociationTests.as
- R tests/mesh/HasOneAssociationTests.as
- R tests/mesh/HasOnePersistenceTests.as
- R tests/mesh/models/Name.as
- R tests/mesh/PersistenceTests.as
- R tests/mesh/QueryTests.as
- R tests/mesh/RelationshipTests.as
- R tests/mesh/VODeserializationTests.as
- R tests/mesh/VOSerializationTests.as
- R tests/mesh/ValidationTests.as
- R tests/mesh/adaptors/MockAdaptor.as
- R tests/mesh/AssociationCollectionTests.as
- R tests/mesh/validators/ExclusionValidatorTests.as
- R tests/mesh/validators/FormatValidatorTests.as
- R tests/mesh/validators/InclusionValidatorTests.as
- R tests/mesh/validators/LengthValidatorTests.as
- R tests/mesh/validators/NumericValidatorTests.as
- R tests/mesh/validators/PresenceValidatorTests.as
- R tests/mesh/models/Account.as
- R tests/mesh/models/Aircraft.as
- R tests/mesh/models/Airplane.as
- R tests/mesh/models/Airport.as
- R tests/mesh/models/AirportVO.as
- R tests/mesh/models/Car.as
- R tests/mesh/models/Coordinate.as
- R tests/mesh/models/Customer.as
- R tests/mesh/models/FlightPlan.as
- R tests/mesh/models/FlightPlanVO.as
- R tests/mesh/models/Helocopter.as
- R tests/mesh/models/Manufacturer.as
- R tests/mesh/models/NavigationAid.as
- R tests/mesh/models/NavigationAidVO.as
- R tests/mesh/models/Order.as
- R tests/mesh/models/Person.as
- R tests/operations/CompoundOperationTests.as
- R tests/operations/MethodOperationTests.as
- R tests/operations/MockOperation.as
- R tests/operations/NetworkOperationTests.as
- R tests/operations/OperationTests.as
- M pom.xml
- M src/mesh/Mesh.as
- M src/mesh/core/object/copy.as
- M src/metadata.xml
- M tests/mesh/core/object/CopyTests.as
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>