mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-17 16:44:57 +00:00
HHH-13172 : Add @LogMessage(level = WARN) to CoreMessageLogger#unsupportedAttributeOverrideWithEntityInheritance (was lost due to bad conflict resolution)
This commit is contained in:
parent
b1ffde0e94
commit
d9e7428cbe
@ -1830,6 +1830,8 @@ void attemptToAssociateProxyWithTwoOpenSessions(
|
||||
@LogMessage(level = DEBUG)
|
||||
@Message(value = "Detaching an uninitialized collection with queued operations from a session due to rollback: %s", id = 498)
|
||||
void queuedOperationWhenDetachFromSessionOnRollback(String collectionInfoString);
|
||||
|
||||
@LogMessage(level = WARN)
|
||||
@Message(value = "Using @AttributeOverride or @AttributeOverrides in conjunction with entity inheritance is not supported: %s. The overriding definitions are ignored.", id = 499)
|
||||
void unsupportedAttributeOverrideWithEntityInheritance(String entityName);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user