Uses of Class
com.db4o.foundation.ByRef
-
Packages that use ByRef Package Description com.db4o.foundation com.db4o.internal -
-
Uses of ByRef in com.db4o.foundation
Methods in com.db4o.foundation that return ByRef Modifier and Type Method Description static <T> ByRef<T>
ByRef. newInstance()
static <T> ByRef<T>
ByRef. newInstance(T initialValue)
-
Uses of ByRef in com.db4o.internal
Methods in com.db4o.internal that return ByRef Modifier and Type Method Description <T> ByRef<T>
Transaction. get(TransactionLocal<T> local)
Retrieves the value of a transaction local variables.
-