Merge branch '3.6' of github.com:hibernate/hibernate-core into 3.6
This commit is contained in:
commit
3815ad36ee
|
@ -1163,7 +1163,7 @@ public abstract class AbstractEntityPersister
|
|||
return select.addCondition( rootTableKeyColumnNames, "=?" ).toStatementString();
|
||||
}
|
||||
|
||||
protected boolean[] getPropertyUniqueness() {
|
||||
public boolean[] getPropertyUniqueness() {
|
||||
return propertyUniqueness;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue