Skip to content

Conversation

beikov
Copy link
Member

@beikov beikov commented Aug 14, 2025

[Please describe here what your change is about]


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license
and can be relicensed under the terms of the LGPL v2.1 license in the future at the maintainers' discretion.
For more information on licensing, please check here.


https://hibernate.atlassian.net/browse/HHH-19712

assert discriminatorMapping.getJdbcTypeCount() == 1;
final SelectableMapping selectableMapping = discriminatorMapping.getSelectable( 0 );
if ( processedExpressions.add( selectableMapping.getSelectionExpression() ) ) {
aliasSelection( sqlSelections, i, getDiscriminatorAlias() + suffix );

Check notice

Code scanning / CodeQL

Deprecated method or constructor invocation Note

Invoking
AbstractEntityPersister.getDiscriminatorAlias
should be avoided because it has been deprecated.
}
}
}
}

Check notice

Code scanning / CodeQL

Deprecated method or constructor invocation Note

Invoking
AbstractEntityPersister.getSubclassColumnAliasClosure
should be avoided because it has been deprecated.
@beikov beikov force-pushed the HHH-19712-6.2 branch 2 times, most recently from d1875c2 to eb981f5 Compare August 15, 2025 10:55
@beikov beikov merged commit fe631ec into hibernate:6.2 Aug 19, 2025
29 checks passed
@beikov beikov deleted the HHH-19712-6.2 branch August 19, 2025 15:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant