HHH-5879 expose getPropertyColumnUpdateable getPropertyColumnInsertable
This commit is contained in:
parent
d8772c04a8
commit
83196824d7
|
@ -456,6 +456,14 @@ public abstract class AbstractEntityPersister
|
|||
return rowIdName != null;
|
||||
}
|
||||
|
||||
protected boolean[][] getPropertyColumnUpdateable() {
|
||||
return propertyColumnUpdateable;
|
||||
}
|
||||
|
||||
protected boolean[][] getPropertyColumnInsertable() {
|
||||
return propertyColumnInsertable;
|
||||
}
|
||||
|
||||
public AbstractEntityPersister(
|
||||
final PersistentClass persistentClass,
|
||||
final EntityRegionAccessStrategy cacheAccessStrategy,
|
||||
|
|
Loading…
Reference in New Issue