Package org.hibernate.ogm.datastore.mongodb

Examples of org.hibernate.ogm.datastore.mongodb.MongoDBDialect


    return configuration.configureOptionsFor( MongoDB.class );
  }

  @Override
  public GridDialect getGridDialect(DatastoreProvider datastoreProvider) {
    return new MongoDBDialect( (MongoDBDatastoreProvider) datastoreProvider );
  }
View Full Code Here

TOP

Related Classes of org.hibernate.ogm.datastore.mongodb.MongoDBDialect

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.