Uses of Class
org.castor.persist.CascadingType

Packages that use CascadingType
org.castor.persist   
org.exolab.castor.persist The Castor persistence engine handles object persistence, object caching, transaction concurrency and locking. 
 

Uses of CascadingType in org.castor.persist
 

Methods in org.castor.persist that return CascadingType
static CascadingType CascadingType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CascadingType[] CascadingType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of CascadingType in org.exolab.castor.persist
 

Methods in org.exolab.castor.persist that return types with arguments of type CascadingType
 EnumSet<CascadingType> FieldMolder.getCascading()
          Returns the 'cascading operations' defined for this field.
 



Copyright © 2011. All Rights Reserved.