Merge branch '3.6' of github.com:hibernate/hibernate-core into 3.6

This commit is contained in:
Strong Liu 2011-02-09 20:37:36 +08:00
commit 3815ad36ee
1 changed files with 1 additions and 1 deletions

View File

@ -1163,7 +1163,7 @@ public abstract class AbstractEntityPersister
return select.addCondition( rootTableKeyColumnNames, "=?" ).toStatementString();
}
protected boolean[] getPropertyUniqueness() {
public boolean[] getPropertyUniqueness() {
return propertyUniqueness;
}