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 @@ public interface CoreMessageLogger extends BasicLogger {
|
|||
@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…
Reference in New Issue