Uses of Class
com.avaje.ebean.bean.BeanCollection.ModifyListenMode

Packages that use BeanCollection.ModifyListenMode
com.avaje.ebean.bean Enhanced beans API and Support objects 
com.avaje.ebean.common Common non-public interfaces and implementation. 
 

Uses of BeanCollection.ModifyListenMode in com.avaje.ebean.bean
 

Methods in com.avaje.ebean.bean that return BeanCollection.ModifyListenMode
static BeanCollection.ModifyListenMode BeanCollection.ModifyListenMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static BeanCollection.ModifyListenMode[] BeanCollection.ModifyListenMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.avaje.ebean.bean with parameters of type BeanCollection.ModifyListenMode
 void BeanCollection.setModifyListening(BeanCollection.ModifyListenMode modifyListenMode)
          Set modify listening on or off.
 

Uses of BeanCollection.ModifyListenMode in com.avaje.ebean.common
 

Methods in com.avaje.ebean.common that return BeanCollection.ModifyListenMode
 BeanCollection.ModifyListenMode AbstractBeanCollection.getModifyListenMode()
          Return the modify listening mode this collection is using.
 

Methods in com.avaje.ebean.common with parameters of type BeanCollection.ModifyListenMode
 void AbstractBeanCollection.setModifyListening(BeanCollection.ModifyListenMode mode)
          set modifyListening to be on or off.
 



Copyright © 2012. All Rights Reserved.