Uses of Enum
io.ebean.bean.BeanCollection.ModifyListenMode
Packages that use BeanCollection.ModifyListenMode
-
Uses of BeanCollection.ModifyListenMode in io.ebean.bean
Methods in io.ebean.bean that return BeanCollection.ModifyListenModeModifier and TypeMethodDescriptionBeanCollection.getModifyListening()Return the current modify listening mode.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.ModifyListenModeModifier and TypeMethodDescriptionvoidBeanCollection.setModifyListening(BeanCollection.ModifyListenMode modifyListenMode) Set modify listening on or off.