Enum Constant and Description |
---|
org.hibernate.ogm.datastore.mongodb.options.WriteConcernType.ERRORS_IGNORED
This WriteConcern is no longer supported by MongoDB
|
org.hibernate.ogm.datastore.mongodb.options.AuthenticationMechanismType.MONGODB_CR
since MongoDB 3.0, use
AuthenticationMechanismType.SCRAM_SHA_1 or AuthenticationMechanismType.BEST |
Copyright © 2010-2015 Hibernate. All Rights Reserved.