- EbeanModule - Class in io.jooby.ebean
-
Persistence module using Ebean: https://ebean.io.
- EbeanModule(String) - Constructor for class io.jooby.ebean.EbeanModule
-
Creates a new ebean module.
- EbeanModule() - Constructor for class io.jooby.ebean.EbeanModule
-
Creates a new ebean module using the default name: db.
- EbeanModule(DatabaseConfig) - Constructor for class io.jooby.ebean.EbeanModule
-
Creates a module using the provided database configuration.
- enabledByDefault(boolean) - Method in class io.jooby.ebean.TransactionalRequest
-
Sets whether all routes in the scope of this decorator instance
should be transactional or not (true by default).