Uses of Interface
io.ebean.MergeOptions
-
Packages that use MergeOptions Package Description io.ebean -
-
Uses of MergeOptions in io.ebean
Methods in io.ebean that return MergeOptions Modifier and Type Method Description MergeOptionsMergeOptionsBuilder. build()Build and return the MergeOptions instance.static MergeOptionsMergeOptionsBuilder. defaultOptions()Return the default options.Methods in io.ebean with parameters of type MergeOptions Modifier and Type Method Description voidBeanRepository. merge(T bean, MergeOptions options)Merge this entity using the specified merge options.voidDatabase. merge(Object bean, MergeOptions options)Merge the bean using the given merge options.voidDatabase. merge(Object bean, MergeOptions options, Transaction transaction)Merge the bean using the given merge options and a transaction.static voidDB. merge(Object bean, MergeOptions options)Merge the bean using the given merge options.static voidEbean. merge(Object bean, MergeOptions options)Deprecated.Merge the bean using the given merge options.
-