mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-07 03:38:16 +00:00
HHH-5906 make AbstractEntityPersister#getPropertyUniqueness public
This commit is contained in:
parent
dc59f6bdd1
commit
3db29f4ae1
@ -1150,7 +1150,7 @@ protected String generateSelectVersionString() {
|
||||
return select.addCondition( rootTableKeyColumnNames, "=?" ).toStatementString();
|
||||
}
|
||||
|
||||
protected boolean[] getPropertyUniqueness() {
|
||||
public boolean[] getPropertyUniqueness() {
|
||||
return propertyUniqueness;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user