Package | Description |
---|---|
io.ebean | |
io.ebean.config |
Configuration settings for EbeanServer construction
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
Query<T> |
Query.setPersistenceContextScope(PersistenceContextScope scope)
Specify the PersistenceContextScope to use for this query.
|
Modifier and Type | Method and Description |
---|---|
PersistenceContextScope |
ServerConfig.getPersistenceContextScope()
Return the default PersistenceContextScope to be used if one is not explicitly set on a query.
|
Modifier and Type | Method and Description |
---|---|
void |
ServerConfig.setPersistenceContextScope(PersistenceContextScope persistenceContextScope)
Set the PersistenceContext scope to be used if one is not explicitly set on a query.
|
Copyright © 2019. All rights reserved.