Package play.db.ebean
Provides Ebean ORM integration.
-
Interface Summary Interface Description EBeanComponents Classes for Java compile time dependency injection.EbeanConfig -
Class Summary Class Description DefaultEbeanConfig Ebean server configuration.DefaultEbeanConfig.EbeanConfigParser EbeanDynamicEvolutions A Play module that automatically manages Ebean configuration.EbeanModule Injection module with default Ebean components.EbeanParsedConfig The raw parsed config from Ebean, as opposed to the EbeanConfig which actually requires starting database connection pools to create.ModelsConfigLoader Given a classloader, load the models configuration.TransactionalAction Wraps an action in an Ebean/DB transaction. -
Annotation Types Summary Annotation Type Description Transactional Wraps the annotated action in an Ebean transaction.