Uses of Enum
io.ebean.PersistenceContextScope
Packages that use PersistenceContextScope
Package
Description
Configuration settings for Database construction
-
Uses of PersistenceContextScope in io.ebean
Methods in io.ebean that return PersistenceContextScopeModifier and TypeMethodDescriptionstatic PersistenceContextScope
Returns the enum constant of this type with the specified name.static PersistenceContextScope[]
PersistenceContextScope.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.ebean with parameters of type PersistenceContextScopeModifier and TypeMethodDescriptionQuery.setPersistenceContextScope
(PersistenceContextScope scope) Specify the PersistenceContextScope to use for this query. -
Uses of PersistenceContextScope in io.ebean.config
Methods in io.ebean.config that return PersistenceContextScopeModifier and TypeMethodDescriptionDatabaseConfig.getPersistenceContextScope()
Return the default PersistenceContextScope to be used if one is not explicitly set on a query.Methods in io.ebean.config with parameters of type PersistenceContextScopeModifier and TypeMethodDescriptionvoid
DatabaseConfig.setPersistenceContextScope
(PersistenceContextScope persistenceContextScope) Set the PersistenceContext scope to be used if one is not explicitly set on a query.