mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-16 16:15:06 +00:00
Remove redundant methods isBatchLoadable()
The method implementation is identical to default method
This commit is contained in:
parent
8a88ad7f59
commit
cb0268a618
@ -1482,11 +1482,6 @@ public int getBatchSize() {
|
||||
return batchSize;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isBatchLoadable() {
|
||||
return batchSize > 1;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getMappedByProperty() {
|
||||
return mappedByProperty;
|
||||
|
@ -1680,11 +1680,6 @@ public Serializable[] getQuerySpaces() {
|
||||
return getPropertySpaces();
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isBatchLoadable() {
|
||||
return batchSize > 1;
|
||||
}
|
||||
|
||||
@Override
|
||||
public int getBatchSize() {
|
||||
return batchSize;
|
||||
|
Loading…
x
Reference in New Issue
Block a user