HHH-5906 make AbstractEntityPersister#getPropertyUniqueness public
This commit is contained in:
parent
dc59f6bdd1
commit
3db29f4ae1
|
@ -1150,7 +1150,7 @@ public abstract class AbstractEntityPersister
|
|||
return select.addCondition( rootTableKeyColumnNames, "=?" ).toStatementString();
|
||||
}
|
||||
|
||||
protected boolean[] getPropertyUniqueness() {
|
||||
public boolean[] getPropertyUniqueness() {
|
||||
return propertyUniqueness;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue