Uses of Class
com.db4o.internal.marshall.IdObjectCollector
-
Packages that use IdObjectCollector Package Description com.db4o.internal.marshall -
-
Uses of IdObjectCollector in com.db4o.internal.marshall
Methods in com.db4o.internal.marshall that return IdObjectCollector Modifier and Type Method Description IdObjectCollector
CollectIdContext. collector()
IdObjectCollector
QueryingReadContext. collector()
Methods in com.db4o.internal.marshall with parameters of type IdObjectCollector Modifier and Type Method Description static CollectIdContext
CollectIdContext. forID(Transaction transaction, IdObjectCollector collector, int id)
Constructors in com.db4o.internal.marshall with parameters of type IdObjectCollector Constructor Description CollectIdContext(Transaction transaction, IdObjectCollector collector, ObjectHeader oh, ReadBuffer buffer)
QueryingReadContext(Transaction transaction, int handlerVersion, ReadBuffer buffer, int collectionID, IdObjectCollector collector)
-