Uses of Class
org.ektorp.docref.CascadeType

Packages that use CascadeType
org.ektorp.docref   
 

Uses of CascadeType in org.ektorp.docref
 

Fields in org.ektorp.docref with type parameters of type CascadeType
static EnumSet<CascadeType> CascadeType.DELETE_TYPES
           
static EnumSet<CascadeType> CascadeType.PERSIST_TYPES
           
 

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

Methods in org.ektorp.docref with parameters of type CascadeType
static boolean CascadeType.intersects(CascadeType[] anyOf, EnumSet<CascadeType> types)
           
 

Method parameters in org.ektorp.docref with type arguments of type CascadeType
static boolean CascadeType.intersects(CascadeType[] anyOf, EnumSet<CascadeType> types)
           
 



Copyright © 2011. All Rights Reserved.