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 TypeMethodDescriptionDatabaseBuilder.Settings.getPersistenceContextScope()
Return the default PersistenceContextScope to be used if one is not explicitly set on a query.static 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 TypeMethodDescriptiondefault DatabaseBuilder
DatabaseBuilder.persistenceContextScope
(PersistenceContextScope persistenceContextScope) Set the PersistenceContext scope to be used if one is not explicitly set on a query.DatabaseBuilder.setPersistenceContextScope
(PersistenceContextScope persistenceContextScope) Deprecated.QueryBuilder.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 PersistenceContextScopeMethods in io.ebean.config with parameters of type PersistenceContextScopeModifier and TypeMethodDescriptionDatabaseConfig.setPersistenceContextScope
(PersistenceContextScope persistenceContextScope)
DatabaseBuilder.persistenceContextScope(PersistenceContextScope)
.