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, org.hibernate.bytecode.enhance.spi.EnhancementOptions

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

    Fields
    Modifier and Type
    Field
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    doBiDirectionalAssociationManagement(org.hibernate.bytecode.enhance.spi.UnloadedField field)
     
     
    org.hibernate.bytecode.enhance.spi.UnsupportedEnhancementStrategy
     

    Methods inherited from class org.hibernate.bytecode.enhance.spi.DefaultEnhancementContext

    doDirtyCheckingInline, doExtendedEnhancement, hasLazyLoadableAttributes, isCompositeClass, isDiscoveredType, isEntityClass, isLazyLoadable, isMappedCollection, isMappedSuperclassClass, isPersistentField, order, registerDiscoveredType

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.hibernate.bytecode.enhance.spi.EnhancementContext

    getBytecodeProvider

    Methods inherited from interface org.hibernate.bytecode.enhance.spi.EnhancementOptions

    doBiDirectionalAssociationManagement, doDirtyCheckingInline, doExtendedEnhancement
  • 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.EnhancementOptions
      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()