HHH-5879 Expose getPropertyUniqueness from AbstractEntityPersister
This commit is contained in:
parent
1ae42c886e
commit
224121aee1
|
@ -1160,6 +1160,10 @@ public abstract class AbstractEntityPersister
|
|||
return select.addCondition( rootTableKeyColumnNames, "=?" ).toStatementString();
|
||||
}
|
||||
|
||||
protected boolean[] getPropertyUniqueness() {
|
||||
return propertyUniqueness;
|
||||
}
|
||||
|
||||
protected String generateInsertGeneratedValuesSelectString() {
|
||||
return generateGeneratedValuesSelectString( getPropertyInsertGenerationInclusions() );
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue