| Class | Description |
|---|---|
| QueryInvocationLiteral |
Utility class to construct a qualifier and resolve a dependency programmatically.
|
| RepositoryComponent |
Stores information about a specific Repository.
|
| RepositoryComponents |
Convenience class to access Repository and Repository method meta data.
|
| RepositoryComponentsFactory |
Repository components producer.
|
| RepositoryEntity |
Data structure to store information about an entity:
Stores the class of the entity
Stores the primary key class
|
| RepositoryMethod |
Stores information about a specific method of a Repository:
The reference to the Method reflection object
Whether this method delegates, is annotated or is parsed
A reference to the parent Repository
For parsed Repository methods, also the JPQL string is cached
|
| Enum | Description |
|---|---|
| MethodType |
Repository method type.
|
| Exception | Description |
|---|---|
| NonEntityException |
| Annotation Type | Description |
|---|---|
| Initialized |
CDI qualifier.
|
| QueryInvocation |
CDI qualifier - defines the kind of query invocation.
|
Copyright © 2011-2013 The Apache Software Foundation. All Rights Reserved.