A B C D E G M P S T
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- apply(ClassLoader) - Method in class play.db.ebean.ModelsConfigLoader
B
- bindings(Environment, Configuration) - Method in class play.db.ebean.EbeanModule
C
- call(Http.Request) - Method in class play.db.ebean.TransactionalAction
- create() - Method in class play.db.ebean.EbeanDynamicEvolutions
-
Generate evolutions.
D
- DefaultEbeanConfig - Class in play.db.ebean
-
Ebean server configuration.
- DefaultEbeanConfig(String, Map<String, DatabaseConfig>) - Constructor for class play.db.ebean.DefaultEbeanConfig
- DefaultEbeanConfig.EbeanConfigParser - Class in play.db.ebean
- defaultServer() - Method in class play.db.ebean.DefaultEbeanConfig
- defaultServer() - Method in interface play.db.ebean.EbeanConfig
- dynamicEvolutions() - Method in interface play.db.ebean.EBeanComponents
E
- EBeanComponents - Interface in play.db.ebean
-
Classes for Java compile time dependency injection.
- ebeanConfig() - Method in interface play.db.ebean.EBeanComponents
- EbeanConfig - Interface in play.db.ebean
- EbeanConfigParser(Config, Environment, DBApi) - Constructor for class play.db.ebean.DefaultEbeanConfig.EbeanConfigParser
- EbeanDynamicEvolutions - Class in play.db.ebean
-
A Play module that automatically manages Ebean configuration.
- EbeanDynamicEvolutions(EbeanConfig, Environment, ApplicationLifecycle, EvolutionsConfig) - Constructor for class play.db.ebean.EbeanDynamicEvolutions
- EbeanModule - Class in play.db.ebean
-
Injection module with default Ebean components.
- EbeanModule() - Constructor for class play.db.ebean.EbeanModule
- EbeanParsedConfig - Class in play.db.ebean
-
The raw parsed config from Ebean, as opposed to the EbeanConfig which actually requires starting database connection pools to create.
- EbeanParsedConfig(String, Map<String, List<String>>) - Constructor for class play.db.ebean.EbeanParsedConfig
- evolutionsConfig() - Method in interface play.db.ebean.EBeanComponents
G
- generateEvolutionScript(Database) - Static method in class play.db.ebean.EbeanDynamicEvolutions
-
Helper method that generates the required evolution to properly run Ebean/DB.
- get() - Method in class play.db.ebean.DefaultEbeanConfig.EbeanConfigParser
- getDatasourceModels() - Method in class play.db.ebean.EbeanParsedConfig
- getDefaultDatasource() - Method in class play.db.ebean.EbeanParsedConfig
M
- ModelsConfigLoader - Class in play.db.ebean
-
Given a classloader, load the models configuration.
- ModelsConfigLoader() - Constructor for class play.db.ebean.ModelsConfigLoader
P
- parse() - Method in class play.db.ebean.DefaultEbeanConfig.EbeanConfigParser
-
Reads the configuration and creates config for Ebean servers.
- parseFromConfig(Config) - Static method in class play.db.ebean.EbeanParsedConfig
-
Parse a play configuration.
- play.db.ebean - package play.db.ebean
-
Provides Ebean ORM integration.
S
- serverConfigs() - Method in class play.db.ebean.DefaultEbeanConfig
- serverConfigs() - Method in interface play.db.ebean.EbeanConfig
- start() - Method in class play.db.ebean.EbeanDynamicEvolutions
-
Initialise the Ebean servers/databases.
T
- Transactional - Annotation Type in play.db.ebean
-
Wraps the annotated action in an Ebean transaction.
- TransactionalAction - Class in play.db.ebean
-
Wraps an action in an Ebean/DB transaction.
- TransactionalAction() - Constructor for class play.db.ebean.TransactionalAction
All Classes All Packages