| Modifier and Type | Class and Description |
|---|---|
class |
AbstractNamedQueryImpl<T extends NamedQueryMetadata,R>
JPA scripting API implementation.
|
class |
AbstractQueryImpl<T extends NamedQueryMetadata,R>
JPA scripting API implementation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MetadataProject.addQuery(NamedQueryMetadata query)
INTERNAL:
Add a query to the project overriding where necessary.
|
| Modifier and Type | Method and Description |
|---|---|
List<NamedQueryMetadata> |
MappedSuperclassAccessor.getNamedQueries()
INTERNAL:
Used for OX mapping.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MappedSuperclassAccessor.setNamedQueries(List<NamedQueryMetadata> namedQueries)
INTERNAL:
Used for OX mapping.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NamedNativeQueryMetadata
INTERNAL:
Object to hold onto named native query metadata.
|
class |
NamedPLSQLStoredFunctionQueryMetadata
INTERNAL:
Object to hold onto a named PLSQL stored function query.
|
class |
NamedPLSQLStoredProcedureQueryMetadata
INTERNAL:
Object to hold onto a named PLSQL stored procedure query.
|
class |
NamedStoredFunctionQueryMetadata
INTERNAL:
Object to hold onto a named stored function query.
|
class |
NamedStoredProcedureQueryMetadata
INTERNAL:
Object to hold onto a named stored procedure query.
|
| Modifier and Type | Method and Description |
|---|---|
List<NamedQueryMetadata> |
XMLEntityMappings.getNamedQueries()
INTERNAL:
Used for OX mapping.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XMLEntityMappings.setNamedQueries(List<NamedQueryMetadata> namedQueries)
INTERNAL:
Used for OX mapping.
|
Copyright © 2007–2021 Eclipse.org - EclipseLink Project. All rights reserved.