Uses of Class
io.ebean.enhance.common.EnhanceContext
Packages that use EnhanceContext
Package
Description
-
Uses of EnhanceContext in io.ebean.enhance
Methods in io.ebean.enhance that return EnhanceContextConstructors in io.ebean.enhance with parameters of type EnhanceContextModifierConstructorDescriptionTransformer(EnhanceContext enhanceContext) Create with an EnhancementContext (for IDE Plugins mainly) -
Uses of EnhanceContext in io.ebean.enhance.common
Methods in io.ebean.enhance.common that return EnhanceContextModifier and TypeMethodDescriptionClassMeta.context()Return the enhance context which has options for enhancement.Constructors in io.ebean.enhance.common with parameters of type EnhanceContextModifierConstructorDescriptionClassMeta(EnhanceContext enhanceContext, int logLevel, MessageOutput logout) ClassMetaReader(EnhanceContext enhanceContext, ClassMetaCache metaCache) DetectEnhancement(ClassLoader classLoader, EnhanceContext context) -
Uses of EnhanceContext in io.ebean.enhance.entity
Constructors in io.ebean.enhance.entity with parameters of type EnhanceContextModifierConstructorDescriptionClassAdapterEntity(ClassVisitor cv, ClassLoader classLoader, EnhanceContext context) -
Uses of EnhanceContext in io.ebean.enhance.querybean
Constructors in io.ebean.enhance.querybean with parameters of type EnhanceContextModifierConstructorDescriptionTypeQueryClassAdapter(ClassWriter cw, EnhanceContext enhanceContext, ClassLoader loader) -
Uses of EnhanceContext in io.ebean.enhance.transactional
Constructors in io.ebean.enhance.transactional with parameters of type EnhanceContextModifierConstructorDescriptionClassAdapterTransactional(ClassVisitor cv, ClassLoader classLoader, EnhanceContext context)