[22:09:59] <Zta77> In Java, I've made an abstract GenericDocument class that basically only holds the protected ObjectId id and an Instant date; I then extend this, insert, and find. After insert I can see in the mongodb that id and date were populated, but when I find the document back again, both the id and date are null. What's going on?