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