MorphiaProxy Issue

33 views
Skip to first unread message

Sam Pizette

unread,
Mar 13, 2021, 1:36:00 AM3/13/21
to Morphia

I'm designing a minecraft plugin that contains lots of data within a PlayerData class, stored as an entity. A relatively simple application of Morphia. However during runtime I have an issue on this code line:
final PlayerData result = datastore.find("playerData", PlayerData.class).filter(Filters.eq("uuid", player.getUniqueId().toString())).first();

However the error seems entirely unrelated to anything within the code.

This is the project settings within my IDE as well:
Reply all
Reply to author
Forward
0 new messages