| Class | Description |
|---|---|
| ComplexData |
Another demonstration object we are creating and persisting to the database.
|
| ComplexTask |
ComplexTask
|
| H2ManyToManyFactory |
H2ManyToManyFactory
|
| H2ManyToManyMain |
H2ManyToManyMain
|
| H2ManyToManyModule |
H2ManyToManyModule
H2 database allows multiple connections, so PersistenceContainer runs
the requested task in a background thread.
|
| HelloTwoDbsMain |
ORIGINAL COMMENTS:
This is an application similar to HelloAndroid but it supports two
databases and manages the helper on its own.
|
| HelloTwoDbsModule |
HelloTwoDbsModule
Dependency injection data object.
|
| ManyToManyFactory |
ManyToManyFactory
|
| ManyToManyGenerator |
ManyToManyGenerator
Query factory to find objects through a many to many association - reusable.
|
| ManyToManyMain |
ORIGINAL COMMENTS:
Main sample routine to show how to do many-to-many type relationships.
|
| ManyToManyModule |
ManyToManyModule
Dependency injection data object.
|
| Post |
Post to some blog with String content.
|
| PostsByUserEntityTask |
PostsByUserEntityTask
|
| QueryForAllGenerator |
QueryForAllGenerator
Query factory to find all objects belonging to a particular Entity class - reusable.
|
| SimpleData |
A simple demonstration object we are creating and persisting to the database.
|
| SimpleTask |
SimpleTask
|
| User |
A user object with a name.
|
| UserPost |
Join table which links users to their posts.
|
| UsersByPostTask |
UsersByPostTask
|
This documentation is licensed by Andrew Bowley under the GPLv3 License.