Package com.db4o.ext

Class 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()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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
    • Constructor Detail

      • VirtualField

        public VirtualField()