Package com.db4o.ext
Class VirtualField
- java.lang.Object
-
- com.db4o.ext.VirtualField
-
public class VirtualField extends java.lang.Object
intended for future virtual fields on classes. Currently only the constant for the virtual version field is found here.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
COMMIT_TIMESTAMP
static java.lang.String
VERSION
the field name of the virtual version field, to be used for querying.
-
Constructor Summary
Constructors Constructor Description VirtualField()
-
-
-
Field Detail
-
VERSION
public static final java.lang.String VERSION
the field name of the virtual version field, to be used for querying.- See Also:
- Constant Field Values
-
COMMIT_TIMESTAMP
public static final java.lang.String COMMIT_TIMESTAMP
- See Also:
- Constant Field Values
-
-