Uses of Interface
org.hibernate.bytecode.enhance.spi.EnhancementContext

Packages that use EnhancementContext
org.hibernate.bytecode.enhance.plugins   
org.hibernate.bytecode.enhance.spi   
org.hibernate.tool.enhance   
 

Uses of EnhancementContext in org.hibernate.bytecode.enhance.plugins
 

Classes in org.hibernate.bytecode.enhance.plugins that implement EnhancementContext
 class MavenEnhancePlugin
          This plugin will enhance Entity objects.
 

Uses of EnhancementContext in org.hibernate.bytecode.enhance.spi
 

Constructors in org.hibernate.bytecode.enhance.spi with parameters of type EnhancementContext
Enhancer(EnhancementContext enhancementContext)
          Constructs the Enhancer, using the given context.
 

Uses of EnhancementContext in org.hibernate.tool.enhance
 

Classes in org.hibernate.tool.enhance that implement EnhancementContext
 class EnhancementTask
          Ant task for performing build-time enhancement of entities and component/embeddable classes.
 



Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.