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

Packages that use AmberBeanType
com.caucho.amber.cfg   
com.caucho.amber.expr   
com.caucho.amber.field   
com.caucho.amber.type   
 

Uses of AmberBeanType in com.caucho.amber.cfg
 

Methods in com.caucho.amber.cfg that return AmberBeanType
 AmberBeanType AmberConfigManager.introspect(java.lang.Class type)
          Introspects the type
 AmberBeanType EntityIntrospector.introspect(java.lang.Class type)
          Introspects.
 

Uses of AmberBeanType in com.caucho.amber.expr
 

Methods in com.caucho.amber.expr that return AmberBeanType
 AmberBeanType ElementCollectionExpr.getTargetType()
          Returns the expr type.
 AmberBeanType ElementCollectionIdExpr.getTargetType()
          Returns the entity class.
 AmberBeanType IdExpr.getTargetType()
          Returns the entity class.
 AmberBeanType PathExpr.getTargetType()
          Returns the target type.
 

Uses of AmberBeanType in com.caucho.amber.field
 

Methods in com.caucho.amber.field that return AmberBeanType
 AmberBeanType AbstractField.getSourceType()
          Returns the owning entity class.
 AmberBeanType AmberField.getSourceType()
          Returns the owning entity class.
 AmberBeanType EmbeddedSubField.getSourceType()
          Returns the owning entity class.
 

Methods in com.caucho.amber.field with parameters of type AmberBeanType
 AmberField AbstractField.override(AmberBeanType table)
          Creates a copy of the field for a parent
 AmberField AmberField.override(AmberBeanType entityType)
          Override the field
 AmberField EmbeddedSubField.override(AmberBeanType entityType)
          Override the field
 AmberField KeyPropertyField.override(AmberBeanType type)
          Creates a copy of the field for a parent
 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
 

Constructors in com.caucho.amber.field with parameters of type AmberBeanType
PropertyField(AmberBeanType statefulType)
           
PropertyField(AmberBeanType statefulType, java.lang.String name)
           
 

Uses of AmberBeanType in com.caucho.amber.type
 

Subclasses of AmberBeanType in com.caucho.amber.type
 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