| Constructor and Description |
|---|
JpqlQuery(EntityManagerFactoryImpl entityManagerFactory,
CriteriaBuilderImpl cb,
NamedQueryMetadata metadata)
Constructor for named queries.
|
| Modifier and Type | Method and Description |
|---|---|
Void |
NamedQueriesManager.perform(NamedQueryMetadata namedQuery)
Performs the actual task on the type.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<NamedQueryMetadata> |
MetamodelImpl.getNamedQueries()
Returns the set of named queries.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NamedQueryMetadataImpl
Implementation of
NamedQueryMetadata. |
| Modifier and Type | Method and Description |
|---|---|
List<NamedQueryMetadata> |
MetadataImpl.getNamedQueries()
Returns the list of named queries.
|
| Modifier and Type | Method and Description |
|---|---|
List<NamedQueryMetadata> |
EntityMetadataImpl.getNamedQueries()
Returns the list of named queries.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NamedQueryElement
Element for
named-native-query elements. |
| Modifier and Type | Method and Description |
|---|---|
List<NamedQueryMetadata> |
EntityMappings.getNamedQueries()
Returns the list of named queries.
|
| Modifier and Type | Method and Description |
|---|---|
List<NamedQueryMetadata> |
EntityElementFactory.getNamedQueries()
Returns the list of named queries.
|
| Modifier and Type | Method and Description |
|---|---|
List<NamedQueryMetadata> |
Metadata.getNamedQueries()
Returns the list of named queries.
|
| Modifier and Type | Method and Description |
|---|---|
List<NamedQueryMetadata> |
EntityMetadata.getNamedQueries()
Returns the list of named queries.
|
Copyright © 2012-2013 Batoo. All Rights Reserved.