Annotation Type EnhancementOptions
-
@Retention(RUNTIME) @Target(TYPE) @Inherited public @interface EnhancementOptions
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description boolean
biDirectionalAssociationManagement
boolean
extendedEnhancement
boolean
inlineDirtyChecking
boolean
lazyLoading
UnsupportedEnhancementStrategy
unsupportedEnhancementStrategy
-
-
-
-
unsupportedEnhancementStrategy
UnsupportedEnhancementStrategy unsupportedEnhancementStrategy
- Default:
- org.hibernate.bytecode.enhance.spi.UnsupportedEnhancementStrategy.SKIP
-
-