Uses of Interface
io.ebean.Database
| Package | Description |
|---|---|
| io.ebean | |
| io.ebean.bean |
Enhanced beans API and Support objects
|
| io.ebean.config |
Configuration settings for Database construction
|
| io.ebean.event |
Persist and Query Event Controllers and Listeners
|
| io.ebean.plugin |
Provides a API for plugins.
|
| io.ebean.service | |
| io.ebean.text.csv |
CSV processing objects.
|
-
Uses of Database in io.ebean
Subinterfaces of Database in io.ebean Modifier and Type Interface Description interfaceEbeanServerDeprecated.Methods in io.ebean that return Database Modifier and Type Method Description static DatabaseDB. byName(String name)Return the database for the given name.static DatabaseDatabaseFactory. create(DatabaseConfig config)Create using the DatabaseConfig object to configure the database.static DatabaseDatabaseFactory. create(String name)Create using properties to configure the database.static DatabaseDatabaseFactory. createWithContextClassLoader(DatabaseConfig config, ClassLoader classLoader)Create using the DatabaseConfig additionally specifying a classLoader to use as the context class loader.DatabaseBeanFinder. db()Return the Database to use.DatabaseBeanFinder. db(String server)Return typically a different Database to the default.DatabaseFinder. db()Return the Database this finder will use.DatabaseFinder. db(String databaseName)Return typically a different Database to the default.DatabaseModel. db()Return the underlying 'default' Database.static DatabaseDB. getDefault()Return the default database. -
Uses of Database in io.ebean.bean
-
Uses of Database in io.ebean.config
Methods in io.ebean.config that return Database Modifier and Type Method Description DatabaseQueryPlanCapture. getDatabase()Return the database the plans were captured for.Constructors in io.ebean.config with parameters of type Database Constructor Description QueryPlanCapture(Database database, List<MetaQueryPlan> plans) -
Uses of Database in io.ebean.event
Methods in io.ebean.event with parameters of type Database Modifier and Type Method Description static voidShutdownManager. registerDatabase(Database server)Register an ebeanServer to be shutdown when the JVM is shutdown.static voidShutdownManager. unregisterDatabase(Database server)Deregister an ebeanServer. -
Uses of Database in io.ebean.plugin
Subinterfaces of Database in io.ebean.plugin Modifier and Type Interface Description interfaceSpiServerExtensions to Database API made available to plugins. -
Uses of Database in io.ebean.service
Methods in io.ebean.service that return Database Modifier and Type Method Description DatabaseSpiContainer. createServer(DatabaseConfig configuration)Create the EbeanServer for a given configuration.DatabaseSpiContainer. createServer(String name)Create an EbeanServer just using the name. -
Uses of Database in io.ebean.text.csv