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