Uses of Class
com.caucho.amber.type.AbstractEnhancedType

Packages that use AbstractEnhancedType
com.caucho.amber.cfg   
com.caucho.amber.gen   
com.caucho.amber.manager   
com.caucho.amber.type   
 

Uses of AbstractEnhancedType in com.caucho.amber.cfg
 

Methods in com.caucho.amber.cfg that return AbstractEnhancedType
 AbstractEnhancedType MappedSuperIntrospector.introspect(JClass type)
          Introspects.
 

Methods in com.caucho.amber.cfg with parameters of type AbstractEnhancedType
 void BaseConfigIntrospector.introspectCallbacks(AbstractEnhancedType type, java.lang.reflect.Method method)
          Introspects the callbacks.
 

Uses of AbstractEnhancedType in com.caucho.amber.gen
 

Methods in com.caucho.amber.gen with parameters of type AbstractEnhancedType
 void AmberEnhancer.configure(AbstractEnhancedType type)
          Parses the configuration file.
 void AmberGenerator.configure(AbstractEnhancedType type)
          Configures the type.
 void AmberGeneratorImpl.configure(AbstractEnhancedType type)
          Configures the type.
 void AmberEnhancer.generate(AbstractEnhancedType type)
          Generates the type.
 void AmberGenerator.generate(AbstractEnhancedType type)
          Generates the type.
 void AmberGeneratorImpl.generate(AbstractEnhancedType type)
          Generates the type.
 void AmberEnhancer.generateJava(JavaClassGenerator javaGen, AbstractEnhancedType type)
          Generates the type.
 void AmberGenerator.generateJava(JavaClassGenerator javaGen, AbstractEnhancedType type)
          Generates the Java code
 void AmberGeneratorImpl.generateJava(JavaClassGenerator javaGen, AbstractEnhancedType type)
          Generates the type.
 boolean AmberGeneratorImpl.isPreload(JavaClassGenerator javaGen, AbstractEnhancedType type)
          Generates the type.
 

Uses of AbstractEnhancedType in com.caucho.amber.manager
 

Methods in com.caucho.amber.manager with parameters of type AbstractEnhancedType
 void AmberPersistenceUnit.initType(AbstractEnhancedType type)
          Configures a type.
 

Uses of AbstractEnhancedType in com.caucho.amber.type
 

Subclasses of AbstractEnhancedType in com.caucho.amber.type
 class AmberBeanType
          Represents a stateful type: embeddable, entity or mapped-superclass.
 class ElementType
          Represents an element-map value
 class EmbeddableType
          Represents an embeddable type
 class EntityType
          Base for entity or mapped-superclass types.
 class ListenerType
          Represents a listener type: either a default listener declared in orm.xml meta-data or an entity listener specified in @EntityListeners entity annotation.
 class MappedSuperclassType
          Represents a non-persistent class with abstract O/R mapping information.
 class SubEntityType
          Represents an application persistent bean type
 class SubListenerType
          Represents a listener type with a parent listener: either a default listener declared in orm.xml meta-data or an entity listener specified in @EntityListeners entity annotation.