Media Summary: Looks at SQL optimisation in terms of covering indexes for queries, and joins and only fetching what we need. When fetching multiple the approach of Hibernate and How you can use DelegateEbeanServer.withFinder() to provide a test double for 'Finders ' registered as static fields on entity ...

Ebean Orm Findrowcount And Pagedlist - Detailed Analysis & Overview

Looks at SQL optimisation in terms of covering indexes for queries, and joins and only fetching what we need. When fetching multiple the approach of Hibernate and How you can use DelegateEbeanServer.withFinder() to provide a test double for 'Finders ' registered as static fields on entity ... Shows how to use DelegateEbeanServer to provide stub responses to find by id calls to EbeanServer. Shows the codegen-maven-plugin and how to generate "Finders" using it. Also at the end shows the use of WithStaticFinder and ... How save cascade works in terms of statement ordering, treatment of reference beans and automatic setting of  ...

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

Photo Gallery

Ebean ORM findRowCount and PagedList
Introduction to Ebean ORM database migrations
Ebean ORM - SQL: Covering indexes and only fetching what we need
Generating "Query beans" for Ebean ORM
Ebean ORM - Multiple fetch of @OneToMany - Comparison with Hibernate
Ebean ORM - Testing static finder using DelegateEbeanServer
Ebean ORM - Lazy loading beyond the initial transaction
Ebean ORM - Testing - stub responses to findById using DelegateEbeanServer
Ebean ORM codegen plugin for generating "Finders"
Ebean ORM Save cascade
Ebean ORM ElasticSearch integration - why?
Ebean ORM Testing - Using LoggedSql to capture sql statements
View Detailed Profile
Ebean ORM findRowCount and PagedList

Ebean ORM findRowCount and PagedList

A look at the SQL generated for

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.

Generating "Query beans" for Ebean ORM

Generating "Query beans" for Ebean ORM

Using

Ebean ORM - Multiple fetch of @OneToMany - Comparison with Hibernate

Ebean ORM - Multiple fetch of @OneToMany - Comparison with Hibernate

When fetching multiple @OneToMany the approach of Hibernate and

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 ...

Ebean ORM - Lazy loading beyond the initial transaction

Ebean ORM - Lazy loading beyond the initial transaction

Both

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 codegen plugin for generating "Finders"

Ebean ORM codegen plugin for generating "Finders"

Shows the codegen-maven-plugin and how to generate "Finders" using it. Also at the end shows the use of WithStaticFinder and ...

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 ElasticSearch integration - why?

Ebean ORM ElasticSearch integration - why?

Quick overview as to the motivation for

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.

4. Model Persistence using Ebean in a Play framework Web App

4. Model Persistence using Ebean in a Play framework Web App

Configure