File tree 1 file changed +2
-2
lines changed
hibernate-core/src/main/java/org/hibernate/persister/entity
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ public abstract class AbstractEntityPersister
153
153
private final int identifierColumnSpan ;
154
154
private final String versionColumnName ;
155
155
private final boolean hasFormulaProperties ;
156
- private final int batchSize ;
156
+ protected final int batchSize ;
157
157
private final boolean hasSubselectLoadableCollections ;
158
158
protected final String rowIdName ;
159
159
@@ -3916,7 +3916,7 @@ private boolean isAffectedByEnabledFilters(SessionImplementor session) {
3916
3916
&& filterHelper .isAffectedBy ( session .getLoadQueryInfluencers ().getEnabledFilters () );
3917
3917
}
3918
3918
3919
- private UniqueEntityLoader getAppropriateLoader (LockOptions lockOptions , SessionImplementor session ) {
3919
+ protected UniqueEntityLoader getAppropriateLoader (LockOptions lockOptions , SessionImplementor session ) {
3920
3920
if ( queryLoader != null ) {
3921
3921
// if the user specified a custom query loader we need to that
3922
3922
// regardless of any other consideration
You can’t perform that action at this time.
0 commit comments