- generateQuery(PersistenceDao<T, ?>) - Method in class au.com.cybersearch2.example.ManyToManyGenerator
-
Returns query object which will execute a prepared statement with a primary key selection argument
- get() - Method in class au.com.cybersearch2.example.H2ManyToManyModule$$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.H2ManyToManyModule$$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.H2ManyToManyModule$$ModuleAdapter.ProvidesPersistenceContextProvidesAdapter
-
Returns the fully provisioned instance satisfying the contract for
Provider<au.com.cybersearch2.classyjpa.persist.PersistenceContext>.
- get() - Method in class au.com.cybersearch2.example.H2ManyToManyModule$$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.ManyToManyMain$$InjectAdapter
-
Returns the fully provisioned instance satisfying the contract for
Provider<ManyToManyMain>.
- get() - Method in class au.com.cybersearch2.example.ManyToManyModule$$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.ManyToManyModule$$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.ManyToManyModule$$ModuleAdapter.ProvidesPersistenceContextProvidesAdapter
-
Returns the fully provisioned instance satisfying the contract for
Provider<au.com.cybersearch2.classyjpa.persist.PersistenceContext>.
- getBindings(BindingsGroup, H2ManyToManyModule) - Method in class au.com.cybersearch2.example.H2ManyToManyModule$$ModuleAdapter
-
Used internally obtain dependency information, such as for cyclical
graph detection.
- getBindings(BindingsGroup, ManyToManyModule) - Method in class au.com.cybersearch2.example.ManyToManyModule$$ModuleAdapter
-
Used internally obtain dependency information, such as for cyclical
graph detection.
- getDependencies(Set<Binding<?>>, Set<Binding<?>>) - Method in class au.com.cybersearch2.example.ManyToManyMain$$InjectAdapter
-
Used internally obtain dependency information, such as for cyclical
graph detection.
- getPost1() - Method in class au.com.cybersearch2.example.ManyToManyMain
-
Returns "Wow is it cold outside!" Post
- getPost2() - Method in class au.com.cybersearch2.example.ManyToManyMain
-
Returns "Now it's a bit warmer thank goodness." Post
- getPosts() - Method in class au.com.cybersearch2.example.PostsByUserEntityTask
-
Returns result of "posts_by_user" query
- getUser1() - Method in class au.com.cybersearch2.example.ManyToManyMain
-
Returns Bilbo Baggins' User
- getUser2() - Method in class au.com.cybersearch2.example.ManyToManyMain
-
Returns Gandalf Gray's User
- getUsersByPost1() - Method in class au.com.cybersearch2.example.UsersByPostTask
-
Returns result of "users_by_post" query for post 1
- getUsersByPost2() - Method in class au.com.cybersearch2.example.UsersByPostTask
-
Returns result of "users_by_post" query for post 2
- main(String[]) - Static method in class au.com.cybersearch2.example.H2ManyToManyMain
-
Test ManyToMany association
- main(String[]) - Static method in class au.com.cybersearch2.example.ManyToManyMain
-
Test ManyToMany association
- ManyToManyGenerator - Class in au.com.cybersearch2.example
-
ManyToManyGenerator
Query factory to find objects through a many to many association - reusable.
- ManyToManyGenerator(PersistenceAdmin, String, String, String, String) - Constructor for class au.com.cybersearch2.example.ManyToManyGenerator
-
Create ManyToManyQuery object
- ManyToManyMain - Class in au.com.cybersearch2.example
-
ORIGINAL COMMENTS:
Main sample routine to show how to do many-to-many type relationships.
- ManyToManyMain() - Constructor for class au.com.cybersearch2.example.ManyToManyMain
-
Create ManyToManyMain object
This creates and populates the database using JPA, provides verification logic and runs a test from main().
- ManyToManyMain$$InjectAdapter - Class in au.com.cybersearch2.example
-
A Binding<ManyToManyMain> implementation which satisfies
Dagger's infrastructure requirements including:
Owning the dependency links between ManyToManyMain and its
dependencies.
- ManyToManyMain$$InjectAdapter() - Constructor for class au.com.cybersearch2.example.ManyToManyMain$$InjectAdapter
-
- ManyToManyModule - Class in au.com.cybersearch2.example
-
ManyToManyModule
Dependency injection data object.
- ManyToManyModule() - Constructor for class au.com.cybersearch2.example.ManyToManyModule
-
- ManyToManyModule$$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.
- ManyToManyModule$$ModuleAdapter() - Constructor for class au.com.cybersearch2.example.ManyToManyModule$$ModuleAdapter
-
- ManyToManyModule$$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.
- ManyToManyModule$$ModuleAdapter.ProvidePersistenceModuleProvidesAdapter(ManyToManyModule) - Constructor for class au.com.cybersearch2.example.ManyToManyModule$$ModuleAdapter.ProvidePersistenceModuleProvidesAdapter
-
- ManyToManyModule$$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.
- ManyToManyModule$$ModuleAdapter.ProvideResourceEnvironmentProvidesAdapter(ManyToManyModule) - Constructor for class au.com.cybersearch2.example.ManyToManyModule$$ModuleAdapter.ProvideResourceEnvironmentProvidesAdapter
-
- ManyToManyModule$$ModuleAdapter.ProvidesPersistenceContextProvidesAdapter - Class in au.com.cybersearch2.example
-
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.
- ManyToManyModule$$ModuleAdapter.ProvidesPersistenceContextProvidesAdapter(ManyToManyModule) - Constructor for class au.com.cybersearch2.example.ManyToManyModule$$ModuleAdapter.ProvidesPersistenceContextProvidesAdapter
-