Uses of Class
io.ebean.enhance.common.EnhanceContext
| Package | Description |
|---|---|
| io.ebean.enhance | |
| io.ebean.enhance.common | |
| io.ebean.enhance.entity | |
| io.ebean.enhance.querybean | |
| io.ebean.enhance.transactional |
-
Uses of EnhanceContext in io.ebean.enhance
Methods in io.ebean.enhance that return EnhanceContext Modifier and Type Method Description EnhanceContextTransformer. getEnhanceContext()Constructors in io.ebean.enhance with parameters of type EnhanceContext Constructor Description Transformer(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 EnhanceContext Modifier and Type Method Description EnhanceContextClassMeta. getEnhanceContext()Return the enhance context which has options for enhancement.Constructors in io.ebean.enhance.common with parameters of type EnhanceContext Constructor Description ClassMeta(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 EnhanceContext Constructor Description ClassAdapterEntity(ClassVisitor cv, ClassLoader classLoader, EnhanceContext context) -
Uses of EnhanceContext in io.ebean.enhance.querybean
Constructors in io.ebean.enhance.querybean with parameters of type EnhanceContext Constructor Description TypeQueryClassAdapter(ClassWriter cw, EnhanceContext enhanceContext, ClassLoader loader) -
Uses of EnhanceContext in io.ebean.enhance.transactional
Constructors in io.ebean.enhance.transactional with parameters of type EnhanceContext Constructor Description ClassAdapterTransactional(ClassVisitor cv, ClassLoader classLoader, EnhanceContext context)