blob: dacb6468afe92741167429a22e72511e6ba1acef [file]
:imagesdir: ./images
:source-highlighter: coderay
:toc: left
:toc-title: GORM Developer Guide
:numbered:
:last-update-label!:
= GORM Developer Guide
Graeme Rocher
[[introduction]]
== Introduction
include::introduction.adoc[]
[[gettingStarted]]
== Getting Started
include::gettingStarted.adoc[]
[[understandingApi]]
== Understanding the GORM API
include::understandingApi.adoc[]
[[datastoreBasics]]
=== Datastore Basics
include::understandingApi/datastoreBasics.adoc[]
[[implementingCrud]]
=== Implementing CRUD
include::understandingApi/implementingCrud.adoc[]
[[secondaryIndexes]]
=== Secondary Indexing
include::understandingApi/secondaryIndexes.adoc[]
[[implementingQueries]]
=== Implementing Querying
include::understandingApi/implementingQueries.adoc[]
[[gormEnhancer]]
=== GORM Enhancer
include::understandingApi/gormEnhancer.adoc[]
[[gormApis]]
=== Adding to GORM APIs
include::understandingApi/gormApis.adoc[]
[[testing]]
== Using the Test Compatibility Kit
include::testing.adoc[]
include::stepByStep.adoc[]