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 MergeOptions
MergeOptionsBuilder. build()
Build and return the MergeOptions instance.static MergeOptions
MergeOptionsBuilder. defaultOptions()
Return the default options.Methods in io.ebean with parameters of type MergeOptions Modifier and Type Method Description void
BeanRepository. merge(T bean, MergeOptions options)
Merge this entity using the specified merge options.void
Database. merge(Object bean, MergeOptions options)
Merge the bean using the given merge options.void
Database. merge(Object bean, MergeOptions options, Transaction transaction)
Merge the bean using the given merge options and a transaction.static void
DB. merge(Object bean, MergeOptions options)
Merge the bean using the given merge options.static void
Ebean. merge(Object bean, MergeOptions options)
Deprecated.Merge the bean using the given merge options.
-