Uses of Interface
io.ebean.MergeOptions
-
Uses of MergeOptions in io.ebean
Modifier and TypeMethodDescriptionMergeOptionsBuilder.build()
Build and return the MergeOptions instance.static MergeOptions
MergeOptionsBuilder.defaultOptions()
Return the default options.Modifier 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.