|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of DBClass.ClassDetail in org.apache.jdo.impl.fostore |
Fields in org.apache.jdo.impl.fostore declared as DBClass.ClassDetail | |
private DBClass.ClassDetail[] |
DBClass.supers
Lists the class's PersistenceCapable superclasses, from the class to Object. |
private DBClass.ClassDetail[] |
DBClass.fields
The fields of the class. |
Methods in org.apache.jdo.impl.fostore with parameters of type DBClass.ClassDetail | |
private void |
DBClass.getClassDetail(DBClass.ClassDetail[] details,
java.io.DataInput in)
Gets the details for as many slots as are in the given array. |
private void |
DBClass.remapCLIDs(DBClass.ClassDetail[] details,
FOStoreDatabase db)
Changes provisional CLIDs to real CLIDs in the given ClassDetails. |
private void |
DBClass.writeClassDetails(DBClass.ClassDetail[] details,
java.io.DataOutputStream dos)
Write the given details of this DBClass to the given stream. |
private void |
DBClass.readClassDetails(DBClass.ClassDetail[] details,
java.io.DataInputStream dis)
Read details from the given input stream. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |