Browse Source

Document BytecodeProviderImpl substitution related issue

See gh-29549
See gh-31051
pull/31847/head
Sébastien Deleuze 2 years ago
parent
commit
43c2e51d6e
  1. 2
      spring-orm/src/main/java/org/springframework/orm/jpa/vendor/Target_BytecodeProvider.java

2
spring-orm/src/main/java/org/springframework/orm/jpa/vendor/Target_BytecodeProvider.java vendored

@ -26,10 +26,10 @@ import org.hibernate.property.access.spi.PropertyAccess; @@ -26,10 +26,10 @@ import org.hibernate.property.access.spi.PropertyAccess;
/**
* Hibernate 6.3+ substitution designed to leniently return {@code null}, as authorized by the API, to avoid throwing an
* {@code HibernateException}.
* TODO Ask Hibernate team to fix this as it looks like a bug
*
* @author Sebastien Deleuze
* @since 6.1
* @see <a href="https://hibernate.atlassian.net/browse/HHH-17568">HHH-17568</a>
*/
@TargetClass(className = "org.hibernate.bytecode.internal.none.BytecodeProviderImpl", onlyWith = SubstituteOnlyIfPresent.class)
final class Target_BytecodeProvider {

Loading…
Cancel
Save