If you are not using a relational database to persist your object model, you need to write your own data services. However, you can still use the code generation services to create code stubs that you can complete according to your data store requirements. After you have defined your object model, you can generate the stub service classes.
Stub classes will be created for your Data Store, Data Object, and Service Object.