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 MergeOptions
MergeOptionsBuilder.defaultOptions()
Return the default options.Methods in io.ebean with parameters of type MergeOptionsModifier and TypeMethodDescriptionvoid
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.