Documentation

Introduction

  • What its about
  • Programming styles
  • Comparison to JPA

Enhancement

  • Java Agent
  • Maven / Ant
  • IntelliJ / Eclipse

Bootstrap

  • ebean.properties
  • Programmatic
  • Spring / Guice

Ebean does Not

  • JPA2 Mapping
  • Schema evolution
  • Missing Features

Query

  • Introduction
  • Large queries
  • Raw SQL

Insert, Update, Delete

  • Introduction
  • Stateless updates
  • Lifecycle Adapters

Mapping

  • Introduction
  • select()
  • fetch()

Transactions

  • Programatic
  • @Transactional
  • TxRunnable / TxCallable

JSON

  • Introduction
  • JAX-RS
  • Jackson

Adapters

  • Persist Adapters
  • Query Adapters
  • Types

L2 Caching

  • Introduction
  • ServerCache
  • Invalidation

Clustering

  • Introduction
  • Setup
  • Monitoring

Performance Monitoring

  • Introduction
  • Performance Dashboard
  • Metrics

Architecture

  • Introduction
  • Persistence Context
  • Partial Objects

Database Platform

  • Introduction
  • Supported databases
  • DB Encryption

Logging

  • SQL
  • Transactions
  • Summary