Media Summary: Looks at SQL optimisation in terms of covering indexes for queries, and joins and only fetching what we need. Shows how to use DelegateEbeanServer to provide stub responses to find by id calls to EbeanServer. LoggedSql is part of the avaje-ebeanorm-mocker project. It can be used in testing to catch sql that is executed and assert.

Ebean Orm Codegen Plugin For - Detailed Analysis & Overview

Looks at SQL optimisation in terms of covering indexes for queries, and joins and only fetching what we need. Shows how to use DelegateEbeanServer to provide stub responses to find by id calls to EbeanServer. LoggedSql is part of the avaje-ebeanorm-mocker project. It can be used in testing to catch sql that is executed and assert. How save cascade works in terms of statement ordering, treatment of reference beans and automatic setting of  ... How you can use DelegateEbeanServer.withFinder() to provide a test double for 'Finders ' registered as static fields on entity ...

Photo Gallery

Ebean ORM codegen plugin for generating "Finders"
Ebean ORM Maven tile enhancement
Generating "Query beans" for Ebean ORM
Ebean ORM Type safe queries
Ebean ORM Automatic query tuning
Introduction to Ebean ORM database migrations
Ebean ORM - SQL: Covering indexes and only fetching what we need
Install Ebean ORM enhancer for Eclipse IDE
Ebean ORM - Testing - stub responses to findById using DelegateEbeanServer
Ebean ORM Testing - Using LoggedSql to capture sql statements
Ebean ORM ElasticSearch integration - why?
Ebean ORM Save cascade
View Detailed Profile
Ebean ORM codegen plugin for generating "Finders"

Ebean ORM codegen plugin for generating "Finders"

Shows the

Ebean ORM Maven tile enhancement

Ebean ORM Maven tile enhancement

Shows

Generating "Query beans" for Ebean ORM

Generating "Query beans" for Ebean ORM

Using

Ebean ORM Type safe queries

Ebean ORM Type safe queries

An introduction to

Ebean ORM Automatic query tuning

Ebean ORM Automatic query tuning

An introduction to the

Introduction to Ebean ORM database migrations

Introduction to Ebean ORM database migrations

Introduction to

Ebean ORM - SQL: Covering indexes and only fetching what we need

Ebean ORM - SQL: Covering indexes and only fetching what we need

Looks at SQL optimisation in terms of covering indexes for queries, and joins and only fetching what we need.

Install Ebean ORM enhancer for Eclipse IDE

Install Ebean ORM enhancer for Eclipse IDE

Goes through the install of the

Ebean ORM - Testing - stub responses to findById using DelegateEbeanServer

Ebean ORM - Testing - stub responses to findById using DelegateEbeanServer

Shows how to use DelegateEbeanServer to provide stub responses to find by id calls to EbeanServer.

Ebean ORM Testing - Using LoggedSql to capture sql statements

Ebean ORM Testing - Using LoggedSql to capture sql statements

LoggedSql is part of the avaje-ebeanorm-mocker project. It can be used in testing to catch sql that is executed and assert.

Ebean ORM ElasticSearch integration - why?

Ebean ORM ElasticSearch integration - why?

Quick overview as to the motivation for

Ebean ORM Save cascade

Ebean ORM Save cascade

How save cascade works in terms of statement ordering, treatment of reference beans and automatic setting of @OneToMany ...

Ebean ORM - Testing static finder using DelegateEbeanServer

Ebean ORM - Testing static finder using DelegateEbeanServer

How you can use DelegateEbeanServer.withFinder() to provide a test double for 'Finders ' registered as static fields on entity ...