Uses of Class
io.ebean.PersistenceContextScope
-
Packages that use PersistenceContextScope Package Description io.ebean io.ebean.config Configuration settings for Database construction -
-
Uses of PersistenceContextScope in io.ebean
Methods in io.ebean that return PersistenceContextScope Modifier and Type Method Description static PersistenceContextScope
PersistenceContextScope. valueOf(String name)
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 PersistenceContextScope Modifier and Type Method Description Query<T>
Query. 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 PersistenceContextScope Modifier and Type Method Description PersistenceContextScope
DatabaseConfig. 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 PersistenceContextScope Modifier and Type Method Description void
DatabaseConfig. setPersistenceContextScope(PersistenceContextScope persistenceContextScope)
Set the PersistenceContext scope to be used if one is not explicitly set on a query.
-