From 5d60da7c563025101a7a94012bb0facf88add351 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 2 Oct 2011 16:21:47 +0200 Subject: Add simple view to hello example --- hello/README | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'hello/README') diff --git a/hello/README b/hello/README index 5929f52..7a5a04f 100644 --- a/hello/README +++ b/hello/README @@ -1,12 +1,14 @@ This is a "Hello World" example that shows how to use ODB to perform basic database operations, such as making objects persistent, loading, updating and deleting persistent objects, as well as querying the database for -objects matching a certain criteria. +objects matching a certain criteria. It also includes an example of a +simple view. The example consists of the following files: person.hxx - Header file defining the 'person' persistent class. + Header file defining the 'person' persistent class as well as the + 'person_stat' view. person-odb.hxx person-odb.ixx -- cgit v1.1