Package org.hibernate.ogm.dialect.impl

Examples of org.hibernate.ogm.dialect.impl.GridDialectFactoryImpl


    this.serviceRegistry = serviceRegistry;
  }

  @Override
  public void configure(Map configurationValues) {
    GridDialectFactoryImpl dialectFactory = serviceRegistry.getService(GridDialectFactoryImpl.class);
    DatastoreProvider datastoreProvider = serviceRegistry.getService(DatastoreProvider.class);
    this.gridDialect = dialectFactory.buildGridDialect(configurationValues, serviceRegistry);
    this.serviceRegistry = null;
  }
View Full Code Here

TOP

Related Classes of org.hibernate.ogm.dialect.impl.GridDialectFactoryImpl

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.