Packages 
Package Description
io.ebean
Core API (see Database, DB and Query).
io.ebean.bean
Enhanced beans API and Support objects
io.ebean.cache
Server Cache Service
io.ebean.common
Common non-public interfaces and implementation.
io.ebean.config
Configuration settings for Database construction
io.ebean.config.dbplatform
Database platform specific support
io.ebean.config.dbplatform.clickhouse
Clickhouse DB specific support.
io.ebean.config.dbplatform.cockroach
Cockroach DB specific support.
io.ebean.config.dbplatform.db2
DB2 specific support.
io.ebean.config.dbplatform.h2
H2 specific support.
io.ebean.config.dbplatform.hana
SAP HANA specific support.
io.ebean.config.dbplatform.hsqldb
Hsqldb specific support.
io.ebean.config.dbplatform.mysql
MySql specific support.
io.ebean.config.dbplatform.nuodb
NuoDB specific support.
io.ebean.config.dbplatform.oracle
Oracle specific support.
io.ebean.config.dbplatform.postgres
Postgres specific support.
io.ebean.config.dbplatform.sqlanywhere
SqlAnywhere specific support.
io.ebean.config.dbplatform.sqlite
Sqlite specific support.
io.ebean.config.dbplatform.sqlserver
SqlServer specific support.
io.ebean.dbmigration
Generates DDL migration scripts based on changes to the model.
io.ebean.event
Persist and Query Event Controllers and Listeners
io.ebean.event.changelog
Provides a built in change log mechanism and can audit changes.
io.ebean.event.readaudit
Provides Auditing of read events including queries and L2 cache.
io.ebean.meta
Meta data that can be retrieved for a Database instance.
io.ebean.metric  
io.ebean.plugin
Provides a API for plugins.
io.ebean.search
Provides text search expressions like Match, TextQueryString etc.
io.ebean.service  
io.ebean.text
Utility objects for CSV, JSON and XML processing.
io.ebean.text.csv
CSV processing objects.
io.ebean.text.json
JSON formatting and parsing objects (See JsonContext).
io.ebean.util
Utility and helper classes.
io.ebeaninternal.api  
io.ebeaninternal.api.json  
io.ebeaninternal.dbmigration
Generation DDL migration scripts based on changes to the model.
io.ebeaninternal.dbmigration.ddlgeneration  
io.ebeaninternal.dbmigration.ddlgeneration.platform  
io.ebeaninternal.dbmigration.ddlgeneration.platform.util  
io.ebeaninternal.dbmigration.migration  
io.ebeaninternal.dbmigration.migrationreader  
io.ebeaninternal.dbmigration.model  
io.ebeaninternal.dbmigration.model.build  
io.ebeaninternal.dbmigration.model.visitor  
io.ebeaninternal.extraddl.model  
io.ebeaninternal.json  
io.ebeaninternal.server  
io.ebeaninternal.server.autotune  
io.ebeaninternal.server.autotune.model  
io.ebeaninternal.server.autotune.service  
io.ebeaninternal.server.cache  
io.ebeaninternal.server.changelog  
io.ebeaninternal.server.cluster
Clustering service for an application.
io.ebeaninternal.server.core
Core implementation objects
io.ebeaninternal.server.core.bootup  
io.ebeaninternal.server.core.timezone  
io.ebeaninternal.server.deploy
Bean description
io.ebeaninternal.server.deploy.generatedproperty
Counter, Insert Timestamp, Update Timestamp support
io.ebeaninternal.server.deploy.id
Helpers for Id property conversion
io.ebeaninternal.server.deploy.meta
Temporary objects used to collect deployment information
io.ebeaninternal.server.deploy.parse
Deployment information parsing
io.ebeaninternal.server.dto  
io.ebeaninternal.server.el  
io.ebeaninternal.server.expression
Expressions for building WHERE clauses.
io.ebeaninternal.server.expression.platform  
io.ebeaninternal.server.grammer  
io.ebeaninternal.server.grammer.antlr  
io.ebeaninternal.server.idgen
Id Generation (Sequences, UUIDGen etc)
io.ebeaninternal.server.lib
Core services for an application.
io.ebeaninternal.server.loadcontext  
io.ebeaninternal.server.logger  
io.ebeaninternal.server.persist
Persistence Implementation
io.ebeaninternal.server.persist.dml
Bean DML persistence implementation
io.ebeaninternal.server.persist.dmlbind
Bindable objects to support Bean DML
io.ebeaninternal.server.persist.platform  
io.ebeaninternal.server.profile  
io.ebeaninternal.server.properties
Bean reflection Implementation
io.ebeaninternal.server.query  
io.ebeaninternal.server.querydefn  
io.ebeaninternal.server.rawsql  
io.ebeaninternal.server.readaudit  
io.ebeaninternal.server.text.csv  
io.ebeaninternal.server.text.json  
io.ebeaninternal.server.transaction
Transaction implementation
io.ebeaninternal.server.type
Built in and custom Scalar types support.
io.ebeaninternal.server.type.bindcapture  
io.ebeaninternal.server.util
Server side Utility objects
io.ebeaninternal.util
Utility objects
io.ebeaninternal.xmlmapping  
io.ebeaninternal.xmlmapping.model  
io.ebeanservice.docstore.api
The service API for document store integration.
io.ebeanservice.docstore.api.mapping
Mapping for document store integration.
io.ebeanservice.docstore.api.support
Support objects for implementing integration.
io.ebeanservice.docstore.none
"No op" implementation of document store.