Uses of Enum
io.ebeaninternal.api.ConcurrencyMode
Packages that use ConcurrencyMode
Package
Description
Core implementation objects
Bean description
Temporary objects used to collect deployment information
-
Uses of ConcurrencyMode in io.ebeaninternal.api
Methods in io.ebeaninternal.api that return ConcurrencyModeModifier and TypeMethodDescriptionSpiUpdatePlan.mode()Return the concurrency mode for this plan.static ConcurrencyModeReturns the enum constant of this type with the specified name.static ConcurrencyMode[]ConcurrencyMode.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ConcurrencyMode in io.ebeaninternal.server.core
Methods in io.ebeaninternal.server.core that return ConcurrencyModeModifier and TypeMethodDescriptionPersistRequestBean.concurrencyMode()Return the concurrency mode used for this persist. -
Uses of ConcurrencyMode in io.ebeaninternal.server.deploy
Methods in io.ebeaninternal.server.deploy that return ConcurrencyMode -
Uses of ConcurrencyMode in io.ebeaninternal.server.deploy.meta
Methods in io.ebeaninternal.server.deploy.meta that return ConcurrencyModeModifier and TypeMethodDescriptionDeployBeanDescriptor.getConcurrencyMode()Return the concurrency mode used for beans of this type.Methods in io.ebeaninternal.server.deploy.meta with parameters of type ConcurrencyModeModifier and TypeMethodDescriptionvoidDeployBeanDescriptor.setConcurrencyMode(ConcurrencyMode concurrencyMode) Set the concurrency mode used for beans of this type.