Package | Description |
---|---|
com.caucho.amber.cfg | |
com.caucho.amber.expr | |
com.caucho.amber.field | |
com.caucho.amber.type |
Modifier and Type | Method and Description |
---|---|
AmberBeanType |
AmberConfigManager.introspect(java.lang.Class type)
Introspects the type
|
AmberBeanType |
EntityIntrospector.introspect(java.lang.Class type)
Introspects.
|
Modifier and Type | Method and Description |
---|---|
AmberBeanType |
PathExpr.getTargetType()
Returns the target type.
|
AmberBeanType |
ElementCollectionExpr.getTargetType()
Returns the expr type.
|
AmberBeanType |
IdExpr.getTargetType()
Returns the entity class.
|
AmberBeanType |
ElementCollectionIdExpr.getTargetType()
Returns the entity class.
|
Modifier and Type | Method and Description |
---|---|
AmberBeanType |
AbstractField.getSourceType()
Returns the owning entity class.
|
AmberBeanType |
AmberField.getSourceType()
Returns the owning entity class.
|
AmberBeanType |
EmbeddedSubField.getSourceType()
Returns the owning entity class.
|
Modifier and Type | Method and Description |
---|---|
AmberField |
ManyToOneField.override(AmberBeanType type)
Creates a copy of the field for a parent
|
AmberField |
PropertyField.override(AmberBeanType type)
Creates a copy of the field for a parent
|
AmberField |
AbstractField.override(AmberBeanType table)
Creates a copy of the field for a parent
|
AmberField |
AmberField.override(AmberBeanType entityType)
Override the field
|
AmberField |
KeyPropertyField.override(AmberBeanType type)
Creates a copy of the field for a parent
|
AmberField |
EmbeddedSubField.override(AmberBeanType entityType)
Override the field
|
Constructor and Description |
---|
PropertyField(AmberBeanType statefulType) |
PropertyField(AmberBeanType statefulType,
java.lang.String name) |
Modifier and Type | Class and Description |
---|---|
class |
ElementType
Represents an element-map value
|
class |
EmbeddableType
Represents an embeddable type
|
class |
EntityType
Base for entity or mapped-superclass types.
|
class |
MappedSuperclassType
Represents a non-persistent class with abstract O/R mapping information.
|
class |
SubEntityType
Represents an application persistent bean type
|