| Package | Description | 
|---|---|
| com.caucho.amber.cfg | |
| com.caucho.amber.gen | |
| com.caucho.amber.manager | |
| com.caucho.amber.type | 
| Modifier and Type | Method and Description | 
|---|---|
| AbstractEnhancedType | MappedSuperIntrospector. introspect(JClass type)Introspects. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | BaseConfigIntrospector. introspectCallbacks(AbstractEnhancedType type,
                   java.lang.reflect.Method method)Introspects the callbacks. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | AmberEnhancer. configure(AbstractEnhancedType type)Parses the configuration file. | 
| void | AmberGeneratorImpl. configure(AbstractEnhancedType type)Configures the type. | 
| void | AmberGenerator. configure(AbstractEnhancedType type)Configures the type. | 
| void | AmberEnhancer. generate(AbstractEnhancedType type)Generates the type. | 
| void | AmberGeneratorImpl. generate(AbstractEnhancedType type)Generates the type. | 
| void | AmberGenerator. generate(AbstractEnhancedType type)Generates the type. | 
| void | AmberEnhancer. generateJava(JavaClassGenerator javaGen,
            AbstractEnhancedType type)Generates the type. | 
| void | AmberGeneratorImpl. generateJava(JavaClassGenerator javaGen,
            AbstractEnhancedType type)Generates the type. | 
| void | AmberGenerator. generateJava(JavaClassGenerator javaGen,
            AbstractEnhancedType type)Generates the Java code | 
| boolean | AmberGeneratorImpl. isPreload(JavaClassGenerator javaGen,
         AbstractEnhancedType type)Generates the type. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | AmberPersistenceUnit. initType(AbstractEnhancedType type)Configures a type. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AmberBeanTypeRepresents a stateful type:
 embeddable, entity or mapped-superclass. | 
| class  | ElementTypeRepresents an element-map value | 
| class  | EmbeddableTypeRepresents an embeddable type | 
| class  | EntityTypeBase for entity or mapped-superclass types. | 
| class  | ListenerTypeRepresents a listener type: either a default listener
 declared in orm.xml meta-data or an entity listener
 specified in @EntityListeners entity annotation. | 
| class  | MappedSuperclassTypeRepresents a non-persistent class with abstract O/R mapping information. | 
| class  | SubEntityTypeRepresents an application persistent bean type | 
| class  | SubListenerTypeRepresents 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. |