Package | Description |
---|---|
org.exolab.castor.mapping.xml |
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) |
Copyright © 2016. All rights reserved.