Class QuarkusEnhancementContext

java.lang.Object
org.hibernate.bytecode.enhance.spi.DefaultEnhancementContext
io.quarkus.hibernate.orm.deployment.integration.QuarkusEnhancementContext
All Implemented Interfaces:
org.hibernate.bytecode.enhance.spi.EnhancementContext

public final class QuarkusEnhancementContext extends org.hibernate.bytecode.enhance.spi.DefaultEnhancementContext
  • Field Details

  • Method Details

    • doBiDirectionalAssociationManagement

      public boolean doBiDirectionalAssociationManagement(org.hibernate.bytecode.enhance.spi.UnloadedField field)
      Specified by:
      doBiDirectionalAssociationManagement in interface org.hibernate.bytecode.enhance.spi.EnhancementContext
      Overrides:
      doBiDirectionalAssociationManagement in class org.hibernate.bytecode.enhance.spi.DefaultEnhancementContext
    • getLoadingClassLoader

      public ClassLoader getLoadingClassLoader()
      Specified by:
      getLoadingClassLoader in interface org.hibernate.bytecode.enhance.spi.EnhancementContext
      Overrides:
      getLoadingClassLoader in class org.hibernate.bytecode.enhance.spi.DefaultEnhancementContext
    • getUnsupportedEnhancementStrategy

      public org.hibernate.bytecode.enhance.spi.UnsupportedEnhancementStrategy getUnsupportedEnhancementStrategy()