Uses of Class
com.caucho.amber.field.CascadableField

Packages that use CascadableField
com.caucho.amber.field   
 

Uses of CascadableField in com.caucho.amber.field
 

Subclasses of CascadableField in com.caucho.amber.field
 class AssociationField
          Configuration for a bean's field
 class CollectionElementField
          Configuration for a bean's field
 class CollectionField
          Configuration for a bean's field
 class DependentEntityOneToOneField
          Represents the dependent side of a one-to-one bidirectional link.
 class ElementCollectionField
          Configuration for a bean's field
 class KeyManyToOneField
          Configuration for a bean's field
 class ManyToManyField
          Configuration for a bean's field
 class ManyToOneField
          Represents a many-to-one link pointing to an entity.
 class MapElementField
          Configuration for a bean's field
 class MapManyToManyField
          Configuration for a bean's field
 class OneToManyField
          Represents a field to a collection of objects where the target hold a back-link to the source entity.