| Class | Description |
|---|---|
| H2ManyToManyMain |
H2ManyToManyMain
|
| H2ManyToManyModule |
H2ManyToManyModule
H2 database allows multiple connections, so PersistenceContainer runs
the requested task in a background thread.
|
| H2ManyToManyModule$$ModuleAdapter |
A manager of modules and provides adapters allowing for proper linking and
instance provision of types served by
@Provides methods. |
| H2ManyToManyModule$$ModuleAdapter.ProvidePersistenceModuleProvidesAdapter |
A
Binding<au.com.cybersearch2.classyjpa.persist.PersistenceFactory> implementation which satisfies
Dagger's infrastructure requirements including:
Being a Provider<au.com.cybersearch2.classyjpa.persist.PersistenceFactory> and handling creation and
preparation of object instances. |
| H2ManyToManyModule$$ModuleAdapter.ProvideResourceEnvironmentProvidesAdapter |
A
Binding<au.com.cybersearch2.classyapp.ResourceEnvironment> implementation which satisfies
Dagger's infrastructure requirements including:
Being a Provider<au.com.cybersearch2.classyapp.ResourceEnvironment> and handling creation and
preparation of object instances. |
| H2ManyToManyModule$$ModuleAdapter.ProvidesPersistenceContextProvidesAdapter |
A
Binding<au.com.cybersearch2.classyjpa.persist.PersistenceContext> implementation which satisfies
Dagger's infrastructure requirements including:
Being a Provider<au.com.cybersearch2.classyjpa.persist.PersistenceContext> and handling creation and
preparation of object instances. |
| H2ManyToManyModule$$ModuleAdapter.ProvideSystemEnvironmentProvidesAdapter |
A
Binding<au.com.cybersearch2.classytask.ThreadHelper> implementation which satisfies
Dagger's infrastructure requirements including:
Being a Provider<au.com.cybersearch2.classytask.ThreadHelper> and handling creation and
preparation of object instances. |
| 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.
|
| ManyToManyMain$$InjectAdapter |
A
Binding<ManyToManyMain> implementation which satisfies
Dagger's infrastructure requirements including:
Owning the dependency links between ManyToManyMain and its
dependencies. |
| ManyToManyModule |
ManyToManyModule
Dependency injection data object.
|
| ManyToManyModule$$ModuleAdapter |
A manager of modules and provides adapters allowing for proper linking and
instance provision of types served by
@Provides methods. |
| ManyToManyModule$$ModuleAdapter.ProvidePersistenceModuleProvidesAdapter |
A
Binding<au.com.cybersearch2.classyjpa.persist.PersistenceFactory> implementation which satisfies
Dagger's infrastructure requirements including:
Being a Provider<au.com.cybersearch2.classyjpa.persist.PersistenceFactory> and handling creation and
preparation of object instances. |
| ManyToManyModule$$ModuleAdapter.ProvideResourceEnvironmentProvidesAdapter |
A
Binding<au.com.cybersearch2.classyapp.ResourceEnvironment> implementation which satisfies
Dagger's infrastructure requirements including:
Being a Provider<au.com.cybersearch2.classyapp.ResourceEnvironment> and handling creation and
preparation of object instances. |
| ManyToManyModule$$ModuleAdapter.ProvidesPersistenceContextProvidesAdapter |
A
Binding<au.com.cybersearch2.classyjpa.persist.PersistenceContext> implementation which satisfies
Dagger's infrastructure requirements including:
Being a Provider<au.com.cybersearch2.classyjpa.persist.PersistenceContext> and handling creation and
preparation of object instances. |
| Post |
Post to some blog with String content.
|
| PostsByUserEntityTask |
PostsByUserEntityTask
|
| 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.