Package | Description |
---|---|
org.castor.jdo.conf | |
org.castor.jdo.util |
Modifier and Type | Method and Description |
---|---|
ClassMapping[] |
Database.getClassMapping()
Method getClassMapping.Returns the contents of the
collection in an Array.
|
ClassMapping |
Database.getClassMapping(int index)
Method getClassMapping.
|
ClassMapping |
Database.removeClassMappingAt(int index)
Method removeClassMappingAt.
|
static ClassMapping |
ClassMapping.unmarshal(Reader reader)
Method unmarshal.
|
Modifier and Type | Method and Description |
---|---|
Enumeration<? extends ClassMapping> |
Database.enumerateClassMapping()
Method enumerateClassMapping.
|
Iterator<? extends ClassMapping> |
Database.iterateClassMapping()
Method iterateClassMapping.
|
Modifier and Type | Method and Description |
---|---|
void |
Database.addClassMapping(ClassMapping vClassMapping) |
void |
Database.addClassMapping(int index,
ClassMapping vClassMapping) |
boolean |
Database.removeClassMapping(ClassMapping vClassMapping)
Method removeClassMapping.
|
void |
Database.setClassMapping(ClassMapping[] vClassMappingArray) |
void |
Database.setClassMapping(int index,
ClassMapping vClassMapping) |
Modifier and Type | Method and Description |
---|---|
static ClassMapping |
JDOConfFactory.createClassMapping(String classname)
Create an class mapping configurations for JDO from given class name.
|
Copyright © 2014. All rights reserved.