|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NamedNativeQuery | |
|---|---|
| org.castor.persist | |
| org.exolab.castor.jdo.engine.nature | |
| org.exolab.castor.mapping.xml | |
| org.exolab.castor.persist | The Castor persistence engine handles object persistence, object caching, transaction concurrency and locking. |
| Uses of NamedNativeQuery in org.castor.persist |
|---|
| Methods in org.castor.persist that return NamedNativeQuery | |
|---|---|
NamedNativeQuery |
AbstractTransactionContext.getNamedNativeQuery(ClassMolder molder,
String name)
Returns a NamedNativeQuery instance query based upon a named query as defined in the mapping file. |
NamedNativeQuery |
TransactionContext.getNamedNativeQuery(ClassMolder molder,
String name)
Returns a NamedNativeQuery instance query based upon a named query as defined in the mapping file. |
| Uses of NamedNativeQuery in org.exolab.castor.jdo.engine.nature |
|---|
| Methods in org.exolab.castor.jdo.engine.nature that return types with arguments of type NamedNativeQuery | |
|---|---|
Map<String,NamedNativeQuery> |
ClassDescriptorJDONature.getNamedNativeQueries()
Get map of named native queries associated with their names. |
| Methods in org.exolab.castor.jdo.engine.nature with parameters of type NamedNativeQuery | |
|---|---|
void |
ClassDescriptorJDONature.addNamedNativeQuery(String name,
NamedNativeQuery query)
Adds a named query to this ClassDescriptor. |
| Uses of NamedNativeQuery in org.exolab.castor.mapping.xml |
|---|
| Methods in org.exolab.castor.mapping.xml that return NamedNativeQuery | |
|---|---|
NamedNativeQuery[] |
ClassMapping.getNamedNativeQuery()
Method getNamedNativeQuery.Returns the contents of the collection in an Array. |
NamedNativeQuery |
ClassMapping.getNamedNativeQuery(int index)
Method getNamedNativeQuery. |
NamedNativeQuery |
ClassMapping.removeNamedNativeQueryAt(int index)
Method removeNamedNativeQueryAt. |
static NamedNativeQuery |
NamedNativeQuery.unmarshal(Reader reader)
Method unmarshal. |
| Methods in org.exolab.castor.mapping.xml that return types with arguments of type NamedNativeQuery | |
|---|---|
Enumeration<? extends NamedNativeQuery> |
ClassMapping.enumerateNamedNativeQuery()
Method enumerateNamedNativeQuery. |
Iterator<? extends NamedNativeQuery> |
ClassMapping.iterateNamedNativeQuery()
Method iterateNamedNativeQuery. |
| Methods in org.exolab.castor.mapping.xml with parameters of type NamedNativeQuery | |
|---|---|
void |
ClassMapping.addNamedNativeQuery(int index,
NamedNativeQuery vNamedNativeQuery)
|
void |
ClassMapping.addNamedNativeQuery(NamedNativeQuery vNamedNativeQuery)
|
boolean |
ClassMapping.removeNamedNativeQuery(NamedNativeQuery vNamedNativeQuery)
Method removeNamedNativeQuery. |
void |
ClassMapping.setNamedNativeQuery(int index,
NamedNativeQuery vNamedNativeQuery)
|
void |
ClassMapping.setNamedNativeQuery(NamedNativeQuery[] vNamedNativeQueryArray)
|
| Uses of NamedNativeQuery in org.exolab.castor.persist |
|---|
| Methods in org.exolab.castor.persist that return NamedNativeQuery | |
|---|---|
NamedNativeQuery |
ClassMolder.getNamedNativeQuery(String name)
Returns the actual (SQL) statement for the specified named native query. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||