| Class | Description |
|---|---|
| ComplexData |
Another demonstration object we are creating and persisting to the database.
|
| ComplexTask |
ComplexTask
|
| HelloTwoDbsMain |
ORIGINAL COMMENTS:
This is an application similar to HelloAndroid but it supports two
databases and manages the helper on its own.
|
| HelloTwoDbsMain$$InjectAdapter |
A
Binding<HelloTwoDbsMain> implementation which satisfies
Dagger's infrastructure requirements including:
Owning the dependency links between HelloTwoDbsMain and its
dependencies. |
| HelloTwoDbsModule |
HelloTwoDbsModule
Dependency injection data object.
|
| HelloTwoDbsModule$$ModuleAdapter |
A manager of modules and provides adapters allowing for proper linking and
instance provision of types served by
@Provides methods. |
| HelloTwoDbsModule$$ModuleAdapter.ProvideConnectionTypeProvidesAdapter |
A
Binding<au.com.cybersearch2.classydb.DatabaseSupport.ConnectionType> implementation which satisfies
Dagger's infrastructure requirements including:
Being a Provider<au.com.cybersearch2.classydb.DatabaseSupport.ConnectionType> and handling creation and
preparation of object instances. |
| HelloTwoDbsModule$$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. |
| HelloTwoDbsModule$$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. |
| HelloTwoDbsModule$$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. |
| 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
|
This documentation is licensed by Andrew Bowley under the GPLv3 License.