NathanQingyangXu / jpa-mongodb-mapping

OOP and MongoDB mapping based on Hibernate and MongoDB Java Driver
GNU General Public License v3.0
0 stars 1 forks source link

Choose some library for generic coding including assertition #15

Closed NathanQingyangXu closed 3 months ago

NathanQingyangXu commented 3 months ago

Many choices, Guava, even the ones included from Mongo Java driver. Hibernate is backward on this.

NathanQingyangXu commented 3 months ago

Seems Mongo Java Driver is a decent choice without new dependency; also the nullness annotations are recognized by Checker framework as well.