Package org.hibernate.ogm.datastore.map.impl

Examples of org.hibernate.ogm.datastore.map.impl.MapDialect


    return configuration.configureOptionsFor( MapDatastore.class );
  }

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

TOP

Related Classes of org.hibernate.ogm.datastore.map.impl.MapDialect

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.