Package | Description |
---|---|
org.castor.jdo.conf | |
org.castor.jdo.util |
Modifier and Type | Method and Description |
---|---|
Mapping[] |
Database.getMapping()
Method getMapping.Returns the contents of the collection in
an Array.
|
Mapping |
Database.getMapping(int index)
Method getMapping.
|
Mapping |
Database.removeMappingAt(int index)
Method removeMappingAt.
|
static Mapping |
Mapping.unmarshal(Reader reader)
Method unmarshal.
|
Modifier and Type | Method and Description |
---|---|
Enumeration<? extends Mapping> |
Database.enumerateMapping()
Method enumerateMapping.
|
Iterator<? extends Mapping> |
Database.iterateMapping()
Method iterateMapping.
|
Modifier and Type | Method and Description |
---|---|
void |
Database.addMapping(int index,
Mapping vMapping) |
void |
Database.addMapping(Mapping vMapping) |
boolean |
Database.removeMapping(Mapping vMapping)
Method removeMapping.
|
void |
Database.setMapping(int index,
Mapping vMapping) |
void |
Database.setMapping(Mapping[] vMappingArray) |
Modifier and Type | Method and Description |
---|---|
static Mapping |
JDOConfFactory.createXmlMapping(String mapping)
Create an XML mapping configurations for JDO from given URL.
|
Copyright © 2013. All rights reserved.