Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Map<String,NamedNativeQuery> |
ClassDescriptorJDONature.getNamedNativeQueries()
Get map of named native queries associated with their names.
|
Modifier and Type | Method and Description |
---|---|
void |
ClassDescriptorJDONature.addNamedNativeQuery(String name,
NamedNativeQuery query)
Adds a named query to this
ClassDescriptor . |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Enumeration<? extends NamedNativeQuery> |
ClassMapping.enumerateNamedNativeQuery()
Method enumerateNamedNativeQuery.
|
Iterator<? extends NamedNativeQuery> |
ClassMapping.iterateNamedNativeQuery()
Method iterateNamedNativeQuery.
|
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
NamedNativeQuery |
ClassMolder.getNamedNativeQuery(String name)
Returns the actual (SQL) statement for the specified named native query.
|
Copyright © 2016. All rights reserved.