The basic workflow for taking PersistenceObjects in use is the following:
- 1. Create your model classes.
- 2. Implement a basic test to test your configurations.
- 3. Extend the "PersistenceObject"-class for each model class you need to manage.
- 4. Describe each model-class's properties in its dedicated PersistenceObject-class
- 5. Create the tables and columns in the database.
- 6. Test
- Continue with the rest of the application
Each step is described with more detail in the help-documentation provided below.
- Step by Step guide
A step by step guide with an example for implementing the library in a project. - Manual
Explanations of the basic concepts used in PersistenceObjects. - Performance tests
Performance tests of PersistenceObjects compared with traditional dedicated managers.