Uses of Enum
io.ebean.PersistenceContextScope
Package
Description
Configuration settings for Database construction
-
Uses of PersistenceContextScope in io.ebean
Modifier 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.Modifier and TypeMethodDescriptionQuery.setPersistenceContextScope
(PersistenceContextScope scope) Specify the PersistenceContextScope to use for this query. -
Uses of PersistenceContextScope in io.ebean.config
Modifier and TypeMethodDescriptionDatabaseConfig.getPersistenceContextScope()
Return the default PersistenceContextScope to be used if one is not explicitly set on a query.Modifier and TypeMethodDescriptionvoid
DatabaseConfig.setPersistenceContextScope
(PersistenceContextScope persistenceContextScope) Set the PersistenceContext scope to be used if one is not explicitly set on a query.