Skip to content

Commit

Permalink
OGM-887 Move DotPatternMapHelpers to org.hibernate.ogm.datastore.docu…
Browse files Browse the repository at this point in the history
…ment.impl
  • Loading branch information
mp911de committed Aug 5, 2015
1 parent a04ad99 commit 4dc0ab5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Expand Up @@ -4,7 +4,7 @@
* License: GNU Lesser General Public License (LGPL), version 2.1 or later
* See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
*/
package org.hibernate.ogm.dialect.impl;
package org.hibernate.ogm.datastore.document.impl;

import java.util.Map;
import java.util.regex.Pattern;
Expand Down
Expand Up @@ -16,7 +16,7 @@
import org.hibernate.ogm.datastore.document.association.spi.AssociationRow.AssociationRowAccessor;
import org.hibernate.ogm.datastore.document.association.spi.AssociationRowFactory;
import org.hibernate.ogm.datastore.document.association.spi.StructureOptimizerAssociationRowFactory;
import org.hibernate.ogm.dialect.impl.DotPatternMapHelpers;
import org.hibernate.ogm.datastore.document.impl.DotPatternMapHelpers;

/**
* {@link AssociationRowFactory} which creates association rows based on the map based representation used in Redis.
Expand Down
Expand Up @@ -11,7 +11,7 @@
import java.util.Map.Entry;
import java.util.regex.Pattern;

import org.hibernate.ogm.dialect.impl.DotPatternMapHelpers;
import org.hibernate.ogm.datastore.document.impl.DotPatternMapHelpers;
import org.hibernate.ogm.model.spi.Tuple;

import com.fasterxml.jackson.annotation.JsonAnyGetter;
Expand Down

0 comments on commit 4dc0ab5

Please sign in to comment.