public class EnhancerTestContext
extends org.hibernate.bytecode.enhance.spi.DefaultEnhancementContext
| Constructor and Description | 
|---|
| EnhancerTestContext() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | doBiDirectionalAssociationManagement(org.hibernate.bytecode.enhance.spi.UnloadedField field) | 
| boolean | doDirtyCheckingInline(org.hibernate.bytecode.enhance.spi.UnloadedClass classDescriptor) | 
| boolean | doExtendedEnhancement(org.hibernate.bytecode.enhance.spi.UnloadedClass classDescriptor) | 
| boolean | hasLazyLoadableAttributes(org.hibernate.bytecode.enhance.spi.UnloadedClass classDescriptor) | 
| boolean | isLazyLoadable(org.hibernate.bytecode.enhance.spi.UnloadedField field) | 
public boolean doBiDirectionalAssociationManagement(org.hibernate.bytecode.enhance.spi.UnloadedField field)
doBiDirectionalAssociationManagement in interface org.hibernate.bytecode.enhance.spi.EnhancementContextdoBiDirectionalAssociationManagement in class org.hibernate.bytecode.enhance.spi.DefaultEnhancementContextpublic boolean doDirtyCheckingInline(org.hibernate.bytecode.enhance.spi.UnloadedClass classDescriptor)
doDirtyCheckingInline in interface org.hibernate.bytecode.enhance.spi.EnhancementContextdoDirtyCheckingInline in class org.hibernate.bytecode.enhance.spi.DefaultEnhancementContextpublic boolean doExtendedEnhancement(org.hibernate.bytecode.enhance.spi.UnloadedClass classDescriptor)
doExtendedEnhancement in interface org.hibernate.bytecode.enhance.spi.EnhancementContextdoExtendedEnhancement in class org.hibernate.bytecode.enhance.spi.DefaultEnhancementContextpublic boolean hasLazyLoadableAttributes(org.hibernate.bytecode.enhance.spi.UnloadedClass classDescriptor)
hasLazyLoadableAttributes in interface org.hibernate.bytecode.enhance.spi.EnhancementContexthasLazyLoadableAttributes in class org.hibernate.bytecode.enhance.spi.DefaultEnhancementContextpublic boolean isLazyLoadable(org.hibernate.bytecode.enhance.spi.UnloadedField field)
isLazyLoadable in interface org.hibernate.bytecode.enhance.spi.EnhancementContextisLazyLoadable in class org.hibernate.bytecode.enhance.spi.DefaultEnhancementContextCopyright © 2001-2020 Red Hat, Inc. All Rights Reserved.