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 Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbooleandoBiDirectionalAssociationManagement(org.hibernate.bytecode.enhance.spi.UnloadedField field) org.hibernate.bytecode.enhance.spi.UnsupportedEnhancementStrategyMethods inherited from class org.hibernate.bytecode.enhance.spi.DefaultEnhancementContext
doDirtyCheckingInline, doExtendedEnhancement, hasLazyLoadableAttributes, isCompositeClass, isDiscoveredType, isEntityClass, isLazyLoadable, isMappedCollection, isMappedSuperclassClass, isPersistentField, order, registerDiscoveredTypeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.hibernate.bytecode.enhance.spi.EnhancementContext
getBytecodeProvider
-
Field Details
-
INSTANCE
-
-
Method Details
-
doBiDirectionalAssociationManagement
public boolean doBiDirectionalAssociationManagement(org.hibernate.bytecode.enhance.spi.UnloadedField field) - Specified by:
doBiDirectionalAssociationManagementin interfaceorg.hibernate.bytecode.enhance.spi.EnhancementContext- Overrides:
doBiDirectionalAssociationManagementin classorg.hibernate.bytecode.enhance.spi.DefaultEnhancementContext
-
getLoadingClassLoader
- Specified by:
getLoadingClassLoaderin interfaceorg.hibernate.bytecode.enhance.spi.EnhancementContext- Overrides:
getLoadingClassLoaderin classorg.hibernate.bytecode.enhance.spi.DefaultEnhancementContext
-
getUnsupportedEnhancementStrategy
public org.hibernate.bytecode.enhance.spi.UnsupportedEnhancementStrategy getUnsupportedEnhancementStrategy()
-