| com.db4o.internal.mapping.IDMapping
IDMapping | public interface IDMapping (Code) | | A mapping from yap file source IDs/addresses to target IDs/addresses, used for defragmenting.
|
Method Summary | |
void | mapIDs(int oldID, int newID, boolean isClassID) | int | mappedID(int oldID) a mapping for the given id. |
mapIDs | void mapIDs(int oldID, int newID, boolean isClassID)(Code) | | |
mappedID | int mappedID(int oldID) throws MappingNotFoundException(Code) | | a mapping for the given id. if it does refer to a system handler or the empty reference (0), returns the given id. throws: MappingNotFoundException - if the given id does not refer to a system handler or the empty reference (0) and if no mapping is found |
|
|