public class DefaultIdUniquenessResolver extends Object implements IdUniquenessResolver
| Constructor and Description |
|---|
DefaultIdUniquenessResolver() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
areIdsUniqueForClasses(Class<?> entityInIndex,
Class<?> otherEntityInIndex)
Returns
true if the same identifier value cannot be share between
two class instances of entityInIndex and otherEntityInIndex. |
public boolean areIdsUniqueForClasses(Class<?> entityInIndex, Class<?> otherEntityInIndex)
IdUniquenessResolvertrue if the same identifier value cannot be share between
two class instances of entityInIndex and otherEntityInIndex.areIdsUniqueForClasses in interface IdUniquenessResolverentityInIndex - one entity classotherEntityInIndex - the other entity classtrue if the same identifier value cannot be share between
two class instances of entityInIndex and otherEntityInIndexCopyright © 2006-2017 Red Hat, Inc. All Rights Reserved