Skip to content

Conversation

sebersole
Copy link
Member

@sebersole sebersole commented Oct 2, 2025

HHH-19257 - Introduce @EmbeddedTable


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-19257

/**
* Used in creating dynamic annotation instances (e.g. from XML)
*/
public EmbeddedTableAnnotation(ModelsContext modelContext) {

Check notice

Code scanning / CodeQL

Useless parameter Note

The parameter 'modelContext' is never used.
*/
public EmbeddedTableAnnotation(
EmbeddedTable annotation,
ModelsContext modelContext) {

Check notice

Code scanning / CodeQL

Useless parameter Note

The parameter 'modelContext' is never used.
*/
public EmbeddedTableAnnotation(
Map<String, Object> attributeValues,
ModelsContext modelContext) {

Check notice

Code scanning / CodeQL

Useless parameter Note

The parameter 'modelContext' is never used.
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