- generateQuery(PersistenceDao<T, ?>) - Method in class au.com.cybersearch2.example.QueryForAllGenerator
-
Returns query object which will execute a prepared statement with a primary key selection argument
- get() - Method in class au.com.cybersearch2.example.HelloTwoDbsMain$$InjectAdapter
-
Returns the fully provisioned instance satisfying the contract for
Provider<HelloTwoDbsMain>.
- get() - Method in class au.com.cybersearch2.example.HelloTwoDbsModule$$ModuleAdapter.ProvideConnectionTypeProvidesAdapter
-
Returns the fully provisioned instance satisfying the contract for
Provider<au.com.cybersearch2.classydb.DatabaseSupport.ConnectionType>.
- get() - Method in class au.com.cybersearch2.example.HelloTwoDbsModule$$ModuleAdapter.ProvidePersistenceModuleProvidesAdapter
-
Returns the fully provisioned instance satisfying the contract for
Provider<au.com.cybersearch2.classyjpa.persist.PersistenceFactory>.
- get() - Method in class au.com.cybersearch2.example.HelloTwoDbsModule$$ModuleAdapter.ProvideResourceEnvironmentProvidesAdapter
-
Returns the fully provisioned instance satisfying the contract for
Provider<au.com.cybersearch2.classyapp.ResourceEnvironment>.
- get() - Method in class au.com.cybersearch2.example.HelloTwoDbsModule$$ModuleAdapter.ProvideSystemEnvironmentProvidesAdapter
-
Returns the fully provisioned instance satisfying the contract for
Provider<au.com.cybersearch2.classytask.ThreadHelper>.
- get() - Method in class au.com.cybersearch2.example.v2.HelloTwoDbsModule$$ModuleAdapter.ProvidePersistenceModuleProvidesAdapter
-
Returns the fully provisioned instance satisfying the contract for
Provider<au.com.cybersearch2.classyjpa.persist.PersistenceFactory>.
- get() - Method in class au.com.cybersearch2.example.v2.HelloTwoDbsModule$$ModuleAdapter.ProvideResourceEnvironmentProvidesAdapter
-
Returns the fully provisioned instance satisfying the contract for
Provider<au.com.cybersearch2.classyapp.ResourceEnvironment>.
- get() - Method in class au.com.cybersearch2.example.v2.HelloTwoDbsModule$$ModuleAdapter.ProvideSystemEnvironmentProvidesAdapter
-
Returns the fully provisioned instance satisfying the contract for
Provider<au.com.cybersearch2.classytask.ThreadHelper>.
- getBindings(BindingsGroup, HelloTwoDbsModule) - Method in class au.com.cybersearch2.example.HelloTwoDbsModule$$ModuleAdapter
-
Used internally obtain dependency information, such as for cyclical
graph detection.
- getBindings(BindingsGroup, HelloTwoDbsModule) - Method in class au.com.cybersearch2.example.v2.HelloTwoDbsModule$$ModuleAdapter
-
Used internally obtain dependency information, such as for cyclical
graph detection.
- getDependencies(Set<Binding<?>>, Set<Binding<?>>) - Method in class au.com.cybersearch2.example.HelloTwoDbsMain$$InjectAdapter
-
Used internally obtain dependency information, such as for cyclical
graph detection.
- getMessage() - Method in class au.com.cybersearch2.example.ComplexTask
-
- getMessage() - Method in class au.com.cybersearch2.example.SimpleTask
-
- getMessage() - Method in class au.com.cybersearch2.example.v2.ComplexTask
-
- getMessage() - Method in class au.com.cybersearch2.example.v2.SimpleTask
-
- getMillis() - Method in class au.com.cybersearch2.example.SimpleData
-
- getMillis() - Method in class au.com.cybersearch2.example.v2.SimpleData
-
- getName() - Method in class au.com.cybersearch2.example.SimpleData
-
- getName() - Method in class au.com.cybersearch2.example.v2.SimpleData
-
- getPersistenceContext() - Method in class au.com.cybersearch2.example.v2.HelloTwoDbsMain
-
- getSecs() - Method in class au.com.cybersearch2.example.ComplexData
-
- HelloTwoDbsMain - Class in au.com.cybersearch2.example
-
ORIGINAL COMMENTS:
This is an application similar to HelloAndroid but it supports two
databases and manages the helper on its own.
- HelloTwoDbsMain() - Constructor for class au.com.cybersearch2.example.HelloTwoDbsMain
-
Create HelloTwoDbsMain object
This creates and populates the database using JPA and runs a test from main().
- HelloTwoDbsMain - Class in au.com.cybersearch2.example.v2
-
Version 2 of HelloTwoDbsMain introduces a new "quote" field to both SimpleData and ComplexData entities.
- HelloTwoDbsMain() - Constructor for class au.com.cybersearch2.example.v2.HelloTwoDbsMain
-
Create HelloTwoDbsMain object
This creates and populates the database using JPA, provides verification logic and runs a test from main().
- HelloTwoDbsMain$$InjectAdapter - Class in au.com.cybersearch2.example
-
A Binding<HelloTwoDbsMain> implementation which satisfies
Dagger's infrastructure requirements including:
Owning the dependency links between HelloTwoDbsMain and its
dependencies.
- HelloTwoDbsMain$$InjectAdapter() - Constructor for class au.com.cybersearch2.example.HelloTwoDbsMain$$InjectAdapter
-
- HelloTwoDbsModule - Class in au.com.cybersearch2.example
-
HelloTwoDbsModule
Dependency injection data object.
- HelloTwoDbsModule() - Constructor for class au.com.cybersearch2.example.HelloTwoDbsModule
-
- HelloTwoDbsModule - Class in au.com.cybersearch2.example.v2
-
ManyToManyModule
Dependency injection data object.
- HelloTwoDbsModule() - Constructor for class au.com.cybersearch2.example.v2.HelloTwoDbsModule
-
- HelloTwoDbsModule$$ModuleAdapter - Class in au.com.cybersearch2.example
-
A manager of modules and provides adapters allowing for proper linking and
instance provision of types served by @Provides methods.
- HelloTwoDbsModule$$ModuleAdapter() - Constructor for class au.com.cybersearch2.example.HelloTwoDbsModule$$ModuleAdapter
-
- HelloTwoDbsModule$$ModuleAdapter - Class in au.com.cybersearch2.example.v2
-
A manager of modules and provides adapters allowing for proper linking and
instance provision of types served by @Provides methods.
- HelloTwoDbsModule$$ModuleAdapter() - Constructor for class au.com.cybersearch2.example.v2.HelloTwoDbsModule$$ModuleAdapter
-
- HelloTwoDbsModule$$ModuleAdapter.ProvideConnectionTypeProvidesAdapter - Class in au.com.cybersearch2.example
-
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.ProvideConnectionTypeProvidesAdapter(HelloTwoDbsModule) - Constructor for class au.com.cybersearch2.example.HelloTwoDbsModule$$ModuleAdapter.ProvideConnectionTypeProvidesAdapter
-
- HelloTwoDbsModule$$ModuleAdapter.ProvidePersistenceModuleProvidesAdapter - Class in au.com.cybersearch2.example
-
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.ProvidePersistenceModuleProvidesAdapter(HelloTwoDbsModule) - Constructor for class au.com.cybersearch2.example.HelloTwoDbsModule$$ModuleAdapter.ProvidePersistenceModuleProvidesAdapter
-
- HelloTwoDbsModule$$ModuleAdapter.ProvidePersistenceModuleProvidesAdapter - Class in au.com.cybersearch2.example.v2
-
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.ProvidePersistenceModuleProvidesAdapter(HelloTwoDbsModule) - Constructor for class au.com.cybersearch2.example.v2.HelloTwoDbsModule$$ModuleAdapter.ProvidePersistenceModuleProvidesAdapter
-
- HelloTwoDbsModule$$ModuleAdapter.ProvideResourceEnvironmentProvidesAdapter - Class in au.com.cybersearch2.example
-
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.ProvideResourceEnvironmentProvidesAdapter(HelloTwoDbsModule) - Constructor for class au.com.cybersearch2.example.HelloTwoDbsModule$$ModuleAdapter.ProvideResourceEnvironmentProvidesAdapter
-
- HelloTwoDbsModule$$ModuleAdapter.ProvideResourceEnvironmentProvidesAdapter - Class in au.com.cybersearch2.example.v2
-
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.ProvideResourceEnvironmentProvidesAdapter(HelloTwoDbsModule) - Constructor for class au.com.cybersearch2.example.v2.HelloTwoDbsModule$$ModuleAdapter.ProvideResourceEnvironmentProvidesAdapter
-
- HelloTwoDbsModule$$ModuleAdapter.ProvideSystemEnvironmentProvidesAdapter - Class in au.com.cybersearch2.example
-
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.
- HelloTwoDbsModule$$ModuleAdapter.ProvideSystemEnvironmentProvidesAdapter(HelloTwoDbsModule) - Constructor for class au.com.cybersearch2.example.HelloTwoDbsModule$$ModuleAdapter.ProvideSystemEnvironmentProvidesAdapter
-
- HelloTwoDbsModule$$ModuleAdapter.ProvideSystemEnvironmentProvidesAdapter - Class in au.com.cybersearch2.example.v2
-
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.
- HelloTwoDbsModule$$ModuleAdapter.ProvideSystemEnvironmentProvidesAdapter(HelloTwoDbsModule) - Constructor for class au.com.cybersearch2.example.v2.HelloTwoDbsModule$$ModuleAdapter.ProvideSystemEnvironmentProvidesAdapter
-