Uses of Interface
io.ebean.MergeOptions
Packages that use MergeOptions
-
Uses of MergeOptions in io.ebean
Methods in io.ebean that return MergeOptionsModifier and TypeMethodDescriptionMergeOptionsBuilder.build()Build and return the MergeOptions instance.static MergeOptionsMergeOptionsBuilder.defaultOptions()Return the default options.Methods in io.ebean with parameters of type MergeOptionsModifier and TypeMethodDescriptionvoidBeanRepository.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.