Uses of Class
io.ebean.bean.BeanCollection.ModifyListenMode
-
Packages that use BeanCollection.ModifyListenMode Package Description io.ebean.bean Enhanced beans API and Support objectsio.ebean.common Common non-public interfaces and implementation. -
-
Uses of BeanCollection.ModifyListenMode in io.ebean.bean
Methods in io.ebean.bean that return BeanCollection.ModifyListenMode Modifier and Type Method Description BeanCollection.ModifyListenModeBeanCollection. getModifyListening()Return the current modify listening mode.static BeanCollection.ModifyListenModeBeanCollection.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 io.ebean.bean with parameters of type BeanCollection.ModifyListenMode Modifier and Type Method Description voidBeanCollection. setModifyListening(BeanCollection.ModifyListenMode modifyListenMode)Set modify listening on or off. -
Uses of BeanCollection.ModifyListenMode in io.ebean.common
Fields in io.ebean.common declared as BeanCollection.ModifyListenMode Modifier and Type Field Description protected BeanCollection.ModifyListenModeAbstractBeanCollection. modifyListenModeprotected BeanCollection.ModifyListenModeAbstractBeanCollection. modifyListenModeprotected BeanCollection.ModifyListenModeAbstractBeanCollection. modifyListenMode
-