Class ObjectId

java.lang.Object
de.bwaldvogel.mongo.bson.ObjectId
All Implemented Interfaces:
Bson, Serializable, Comparable<ObjectId>

public class ObjectId extends Object implements Bson, Comparable<ObjectId>
See Also:
  • Constructor Details

    • ObjectId

      public ObjectId()
    • ObjectId

      public ObjectId(String hexString)
    • ObjectId

      public ObjectId(byte[] data)
  • Method Details