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 |
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.
|